GPL EXPLOIT .cmd executable file parsing attack


Query · suricata

flow:established,to_server;
http.uri;
content:".cmd|22|"; nocase;
pcre:"/^.*?\x26/Ri";
Raw source GPL EXPLOIT .cmd executable file parsing attack · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
    msg:"GPL EXPLOIT .cmd executable file parsing attack";
    flow:established,to_server;
    http.uri;
    content:".cmd|22|"; nocase;
    pcre:"/^.*?\x26/Ri";
    reference:bugtraq,1912;
    reference:cve,2000-0886;
    classtype:web-application-attack;
    sid:2103193; rev:6;
    metadata:created_at 2010_09_23, cve CVE_2000_0886, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_22;
)

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.