ET ATTACK_RESPONSE PowerShell Base64 Encoded Content Command Common In Powershell Stagers M2


Query · suricata

flow:established,to_client;
file.data;
content:!"|22|manifestVersion|22|";
content:!"<html";
content:"powershell"; fast_pattern; nocase;
content:"FromBase64String|28|"; nocase; distance:0;
Raw source ET ATTACK_RESPONSE PowerShell Base64 Encoded Content Command Common In Powershell Stagers M2 · 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 ATTACK_RESPONSE PowerShell Base64 Encoded Content Command Common In Powershell Stagers M2";
    flow:established,to_client;
    file.data;
    content:!"|22|manifestVersion|22|";
    content:!"<html";
    content:"powershell"; fast_pattern; nocase;
    content:"FromBase64String|28|"; nocase; distance:0;
    classtype:bad-unknown;
    sid:2026993; rev:3;
    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 Minor, tag PowerShell, updated_at 2023_04_20, 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.