What problem does it solve?
Malicious PowerShell activity often hides behind obfuscation, encoded commands, and AMSI bypasses, making it hard for SOC analysts to spot real threats in raw Windows event logs. This Skill parses EVTX files to surface suspicious script blocks, download cradles, and credential dumping attempts with severity scoring.
Core Features & Use Cases
- Script Block Reassembly: Correlates multi-part Event 4104 records by ScriptBlock ID so large obfuscated scripts are analyzed in full rather than as truncated fragments.
- Attack Pattern Detection: Flags AMSI bypass attempts, base64-encoded commands, download cradles, credential dumping keywords, and lateral movement commands.
- Severity Scoring: Produces a structured JSON summary counting suspicious events by category for triage prioritization.
- Use Case: During incident response on a compromised Windows host, an analyst exports the Microsoft-Windows-PowerShell/Operational log and uses this Skill to identify that an attacker ran an encoded IEX download cradle and attempted an AMSI bypass.
Quick Start
Analyze the exported PowerShell Operational EVTX logs from this host and report any obfuscated commands, AMSI bypass attempts, or download cradles.