Elastic medium stable kql
Suspicious Portable Executable Encoded in Powershell Script
Detects PowerShell scripts that includes a base64-encoded portable executable (PE) header, indicating an embedded binary payload. Attackers embed PEs in scripts to load payloads in memory and avoid writing executables to disk.
Detection Logic
event.category:process and host.os.type:windows and
powershell.file.script_block_text : (
TVqQAAMAAAAEAAAA
) and not user.id : "S-1-5-18" Field Validations
Loading…
Comments (0)
Loading comments...