ET EXPLOIT_KIT Redkit Exploit Kit Three Numerical Character Naming Convention PDF Request


Query · suricata

flow:established,to_server;
urilen:8;
http.uri;
pcre:"/\x2F[0-9]{3}\.pdf$/";
http.request_line;
content:".pdf HTTP/1."; fast_pattern;
Raw source ET EXPLOIT_KIT Redkit Exploit Kit Three Numerical Character Naming Convention PDF Request · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET EXPLOIT_KIT Redkit Exploit Kit Three Numerical Character Naming Convention PDF Request";
    flow:established,to_server;
    urilen:8;
    http.uri;
    pcre:"/\x2F[0-9]{3}\.pdf$/";
    http.request_line;
    content:".pdf HTTP/1."; fast_pattern;
    reference:url,blogs.mcafee.com/mcafee-labs/red-kit-an-emerging-exploit-pack;
    reference:cve,2010-0188;
    classtype:exploit-kit;
    sid:2016210; rev:4;
    metadata:created_at 2013_01_15, cve CVE_2010_0188, performance_impact Moderate, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_08;
)

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.