GPL NETBIOS DCERPC CoGetInstanceFromFile little endian overflow attempt


Raw source GPL NETBIOS DCERPC CoGetInstanceFromFile little endian overflow attempt · 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 135 (
    msg:"GPL NETBIOS DCERPC CoGetInstanceFromFile little endian overflow attempt";
    flow:established,to_server;
    flowbits:isset,smb.tree.bind.msqueue;
    content:"|05|"; depth:1;
    byte_test:1,&,16,3,relative;
    content:"|00|"; offset:1; depth:1;
    content:"|01 00|"; distance:19; within:2;
    byte_test:4,>,128,20,relative,little;
    reference:cve,2003-0995;
    reference:url,www.eeye.com/html/Research/Advisories/AD20030910.html;
    reference:url,www.microsoft.com/technet/security/bulletin/MS03-026.mspx;
    classtype:attempted-admin;
    sid:2103158; rev:8;
    metadata:created_at 2010_09_23, cve CVE_2003_0995, confidence Medium, signature_severity Informational, updated_at 2022_04_18;
)

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.