ET EXPLOIT_KIT Exploit Kit Delivering JAR Archive to Client


Query · suricata

flow:established,to_client;
flowbits:isset,et.exploitkitlanding;
file_data;
content:"|50 4B 03 04 14 00 08 00 08 00|"; within:10;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

  • correlates · Suricata flowbits et.exploitkitlanding
    340 rules · view all
Raw source ET EXPLOIT_KIT Exploit Kit Delivering JAR Archive to Client · 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 Exploit Kit Delivering JAR Archive to Client";
    flow:established,to_client;
    flowbits:isset,et.exploitkitlanding;
    file_data;
    content:"|50 4B 03 04 14 00 08 00 08 00|"; within:10;
    classtype:exploit-kit;
    sid:2014526; rev:3;
    metadata:created_at 2012_04_06, confidence Medium, signature_severity Major, updated_at 2019_07_26;
)

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.