← ClaudeAtlas

infostealer-malware-detectorlisted

Detects and removes infostealer malware (credential stealers, data exfiltrators) via full-system file search, cryptographic hashing, and public threat-intelligence cross-checks (VirusTotal, MalwareBazaar). Primary method is always custom hash-based detection. Windows Defender (or any platform-native AV) is allowed **only when necessary** (e.g. inconclusive hashes or deep remediation) and **must never be the default option**. The agent must exhaust the custom workflow first. Works on Windows/macOS/Linux.
bg-szy/TOP-SKILLS · ★ 1 · AI & Automation · score 70
Install: claude install-skill bg-szy/TOP-SKILLS
# Infostealer Malware Detector & Remover (v1.1) > Tech Stack Target / Version: Windows Defender CLI, VirusTotal, MalwareBazaar, Python 3.8+, and cross-platform shell tooling. ## Overview This skill gives OpenClaw a complete workflow to **search every file on the system**, identify infostealer indicators, compute secure hashes, and verify them against live public databases. **Core principles (strict)** - Primary detection: Targeted file search + SHA-256 hashing + VirusTotal/MalwareBazaar checks. - AV usage: Windows Defender (mpcmdrun.exe) or any other AV is **permitted only when necessary** (hash checks inconclusive, high suspicion remains, or user explicitly requests deeper scan). - **Never default to AV** – the agent must complete the full custom hash workflow first and document why AV escalation is needed. - Full user confirmation required before any quarantine or AV scan. - Full audit trail and quarantine before removal. **When to activate automatically** - "My passwords are being stolen" - "Scan for infostealer / stealer malware" - "Check if RedLine / Vidar / Lumma is on my PC" - "Clean my system" (but follow custom-first rule) - Leverage native parallel subagent dispatch and 200k+ context windows where available. ## Prerequisites - Internet connection (for hash lookups) - Optional but highly recommended: free VirusTotal API key (`VT_API_KEY`) - Python 3.8+ (for `scripts/hash-checker.py`) - Admin/root privileges for full system scan - Windows Defender enabled by def