GPL EXPLOIT Alternate Data streams ASP file access attempt


Query · suricata

flow:to_server,established;
http.uri;
content:".asp|3A 3A 24|DATA"; nocase;
Raw source GPL EXPLOIT Alternate Data streams ASP file access attempt · 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 Alternate Data streams ASP file access attempt";
    flow:to_server,established;
    http.uri;
    content:".asp|3A 3A 24|DATA"; nocase;
    reference:bugtraq,149;
    reference:cve,1999-0278;
    reference:nessus,10362;
    reference:url,support.microsoft.com/default.aspx?scid=kb#-#-EN-US#-#-q188806;
    classtype:web-application-attack;
    sid:2100975; rev:15;
    metadata:created_at 2010_09_23, signature_severity Major, updated_at 2020_04_20;
)

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.