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.
| Check | What it tells you |
|---|---|
| Prefetch execution | Whether known hacking tools or abused Windows utilities (Mimikatz, PsExec, certutil, mshta, etc.) have run recently. |
| Startup persistence | Suspicious scripts or shortcuts planted in Startup folders that would re-launch malware on every boot. |
| Event-log tampering | Cleared or recently wiped Security/System/Application logs — a common way attackers hide their tracks. |
| Credential stores | Recent changes to DPAPI / Credential Manager files that may indicate credential theft. |
| Amcache & NTUSER | Tampering 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
- Go to https://wincyberscan.com and click Download for Windows.
- Verify the file (see Verify download) — recommended.
- 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. - 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
- Click Run Scan. The scan takes a few seconds.
- Results appear grouped into collapsible sections — Prefetch, Startup, Event Logs, Credential Stores, and Amcache/NTUSER.
- Click any section header to expand or collapse it.
- 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
- Note the path, timestamp, and tags.
- Ask: do I recognize this program, and did I expect it to run at that time?
- 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.