ET EXPLOIT_KIT FlimKit Post Exploit Payload Download


Query · suricata

flow:to_server,established;
urilen:17;
http.method;
content:"POST";
http.uri;
pcre:"/^\/[a-f0-9]{16}$/";
http.header;
content:"Content-Length|3a 20|0|0d 0a|"; fast_pattern;
http.connection;
content:"close"; depth:5; endswith;
http.protocol;
content:"HTTP/1.0";
http.header_names;
content:"|0d 0a|Host|0d 0a|Content-Length|0d 0a|Connection|0d 0a 0d 0a|"; depth:38; endswith;
Raw source ET EXPLOIT_KIT FlimKit Post Exploit Payload Download · 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 FlimKit Post Exploit Payload Download";
    flow:to_server,established;
    urilen:17;
    http.method;
    content:"POST";
    http.uri;
    pcre:"/^\/[a-f0-9]{16}$/";
    http.header;
    content:"Content-Length|3a 20|0|0d 0a|"; fast_pattern;
    http.connection;
    content:"close"; depth:5; endswith;
    http.protocol;
    content:"HTTP/1.0";
    http.header_names;
    content:"|0d 0a|Host|0d 0a|Content-Length|0d 0a|Connection|0d 0a 0d 0a|"; depth:38; endswith;
    classtype:exploit-kit;
    sid:2016869; rev:7;
    metadata:created_at 2013_05_21, performance_impact Significant, signature_severity Major, 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.