ET ATTACK_RESPONSE Microsoft CScript Banner Outbound


Query · suricata

flow:established;
content:"Windows Script Host Version";
content:"Copyright |28|C|29|"; distance:0;
content:"Microsoft Corp"; distance:0;
Raw source ET ATTACK_RESPONSE Microsoft CScript Banner 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 CScript Banner Outbound";
    flow:established;
    content:"Windows Script Host Version";
    content:"Copyright |28|C|29|"; distance:0;
    content:"Microsoft Corp"; distance:0;
    classtype:successful-admin;
    sid:2020085; 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.