GPL NETBIOS SMB-DS ADMIN$ share access


Query · suricata

flow:established,to_server;
content:"|00|"; depth:1;
content:"|FF|SMBu"; within:5; distance:3;
byte_test:1,!&,128,6,relative;
byte_jump:2,34,little,relative;
content:"ADMIN|24 00|"; distance:2; nocase;
Raw source GPL NETBIOS SMB-DS ADMIN$ share access · 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 445 (
    msg:"GPL NETBIOS SMB-DS ADMIN$ share access";
    flow:established,to_server;
    content:"|00|"; depth:1;
    content:"|FF|SMBu"; within:5; distance:3;
    byte_test:1,!&,128,6,relative;
    byte_jump:2,34,little,relative;
    content:"ADMIN|24 00|"; distance:2; nocase;
    classtype:protocol-command-decode;
    sid:2102474; rev:9;
    metadata:created_at 2010_09_23, confidence Medium, 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.