ET ATTACK_RESPONSE Microsoft WMIC Prompt Outbound


Query · suricata

flow:established;
content:"wmic|3a|root|5c|cli>";
Raw source ET ATTACK_RESPONSE Microsoft WMIC Prompt Outbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET ATTACK_RESPONSE Microsoft WMIC Prompt Outbound";
    flow:established;
    content:"wmic|3a|root|5c|cli>";
    classtype:successful-admin;
    sid:2020086; rev:1;
    metadata:created_at 2015_01_05, signature_severity Minor, updated_at 2019_07_26;
)

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.