ET EXPLOIT_KIT Redirect to DotkaChef EK Landing


Query · suricata

flow:established,from_server;
http.stat_code;
content:"302";
http.location;
pcre:"/^[^\r\n]+\/[A-Fa-f0-9]+\.js\?cp=/i";
http.header;
content:".js?cp="; fast_pattern;
Raw source ET EXPLOIT_KIT Redirect to DotkaChef EK Landing · 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 -> $HOME_NET any (
    msg:"ET EXPLOIT_KIT Redirect to DotkaChef EK Landing";
    flow:established,from_server;
    http.stat_code;
    content:"302";
    http.location;
    pcre:"/^[^\r\n]+\/[A-Fa-f0-9]+\.js\?cp=/i";
    http.header;
    content:".js?cp="; fast_pattern;
    classtype:exploit-kit;
    sid:2017077; rev:5;
    metadata:created_at 2013_06_29, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_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.