← Back to Home

README

What WSTS does

WSTS looks at the same forensic artifacts that incident responders check after a suspected compromise. It only reads these artifacts — it never changes, deletes, quarantines, or transmits anything.

CheckWhat it tells you
Prefetch executionWhether known hacking tools or abused Windows utilities (Mimikatz, PsExec, certutil, mshta, etc.) have run recently.
Startup persistenceSuspicious scripts or shortcuts planted in Startup folders that would re-launch malware on every boot.
Event-log tamperingCleared or recently wiped Security/System/Application logs — a common way attackers hide their tracks.
Credential storesRecent changes to DPAPI / Credential Manager files that may indicate credential theft.
Amcache & NTUSERTampering in the hives that record application-execution history.

Each finding is tagged so you can tell routine activity from things worth a closer look (for example: KNOWN_SUSPICIOUS_TOOL, RAN_LAST_24H, POSSIBLY_CLEARED, RECENTLY_MODIFIED).

Installing & running

  1. Go to https://wincyberscan.com and click Download for Windows.
  2. Verify the file (see Verify download) — recommended.
  3. Right-click WSTS-Setup-<version>.exe → Run as administrator.
    Administrator rights let WSTS read protected logs and hives. Without them the scan still runs, but some areas will show as inaccessible.
  4. WSTS opens a dashboard in your default browser at http://127.0.0.1:5900.

If Windows SmartScreen warns you: this is expected for newer security tools. After you’ve verified the SHA-256 hash, click More info → Run anyway.

Using the dashboard

  1. Click Run Scan. The scan takes a few seconds.
  2. Results appear grouped into collapsible sections — Prefetch, Startup, Event Logs, Credential Stores, and Amcache/NTUSER.
  3. Click any section header to expand or collapse it.
  4. The summary row at the top shows the host name, scan time, and a count of flagged items.

Reading the results

  • Green / informational items are normal and expected.
  • Flagged items carry one or more tags explaining why they were flagged.
  • A flag does not automatically mean infection. Some tools (like PowerShell or cmd) are flagged for review because attackers abuse them — but they’re also used legitimately every day.

What to do with a flagged item

  1. Note the path, timestamp, and tags.
  2. Ask: do I recognize this program, and did I expect it to run at that time?
  3. If something looks genuinely unexpected — for example a hacking tool you never installed, or a Security log that was recently cleared — treat the machine as potentially compromised: disconnect it from the network and consult an incident-response professional.

Privacy

  • WSTS makes no outbound network connections. You can block it in your firewall and it will still work.
  • All scanning happens locally. No results, files, or telemetry leave your machine.
  • No account, no registration, no email address required.

Read the full Privacy Policy →