What problem does it solve?
Fileless malware operates entirely in memory or within legitimate system tools, leaving no executable files on disk, which defeats traditional file-based antivirus scans, hash lookups, and static triage. This Skill provides a structured detection and investigation workflow for these in-memory threats.
Core Features & Use Cases
- LOLBin Abuse Detection: Identifies malicious use of legitimate Windows binaries like mshta, regsvr32, certutil, rundll32, and wmic based on suspicious argument patterns rather than binary names.
- WMI Persistence Analysis: Enumerates WMI event filters, consumers, and bindings via Sysmon Event IDs 19/20/21 and direct namespace queries to uncover fileless persistence mechanisms.
- Memory & Registry Forensics: Uses Volatility 3 (malfind, YARA scans) and registry scanning to find reflectively loaded .NET assemblies and Base64-encoded payloads stored in registry values.
- Use Case: An EDR alert shows powershell.exe spawning from mshta.exe with no malware files on disk. Use this Skill to trace the LOLBin chain, extract the WMI persistence consumer, decode the Base64 payload, and produce a full attack-chain report with IOCs and MITRE ATT&CK mappings.
Quick Start
Investigate the suspicious PowerShell and WMI activity on this Windows host and determine whether fileless malware is present.