ET POLICY MS Remote Desktop Service User Login Request


Query · suricata

flow:to_server,established;
content:"|03 00 00|"; depth:3;
content:"|e0 00 00 00 00 00|"; distance:2; within:6;
content:"Cookie|3a| mstshash=service|0d 0a|"; nocase;
Raw source ET POLICY MS Remote Desktop Service User Login Request · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 3389 (
    msg:"ET POLICY MS Remote Desktop Service User Login Request";
    flow:to_server,established;
    content:"|03 00 00|"; depth:3;
    content:"|e0 00 00 00 00 00|"; distance:2; within:6;
    content:"Cookie|3a| mstshash=service|0d 0a|"; nocase;
    reference:cve,CAN-2001-0540;
    classtype:protocol-command-decode;
    sid:2012712; rev:1;
    metadata:created_at 2011_04_22, confidence High, signature_severity Informational, 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.