ET HUNTING PowerShell DownloadData Command Common In Powershell Stagers


Query · suricata

flow:established,to_client;
file.data;
content:!"|22|manifestVersion|22|";
content:!"<html";
content:!"|22 7d 2c|";
content:"powershell"; fast_pattern; nocase;
content:"DownloadData|28|"; nocase; distance:0;
Raw source ET HUNTING PowerShell DownloadData Command Common In Powershell Stagers · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET HUNTING PowerShell DownloadData Command Common In Powershell Stagers";
    flow:established,to_client;
    file.data;
    content:!"|22|manifestVersion|22|";
    content:!"<html";
    content:!"|22 7d 2c|";
    content:"powershell"; fast_pattern; nocase;
    content:"DownloadData|28|"; nocase; distance:0;
    classtype:bad-unknown;
    sid:2026996; rev:4;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, created_at 2019_02_28, deployment alert_only, performance_impact Low, confidence Low, signature_severity Major, tag PowerShell, updated_at 2023_04_25, reviewed_at 2023_10_11;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.