ET EXPLOIT_KIT Underminer EK SWF Request


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/";
content:".swf"; distance:26; within:4; endswith;
pcre:"/\/(?![a-z]{26}|[0-9]{26})[a-z0-9]{26}\.swf$/i";
http.header;
content:"/";
content:".html"; distance:26; within:5;
content:"x-flash-version|3a 20|";
http.referer;
pcre:"/^.+(?![a-z]{26}|[0-9]{26})[a-z0-9]{26}\.html$/i";
http.cookie;
content:"token="; depth:6; fast_pattern;
pcre:"/^[a-f0-9]{32}$/Ri";
Raw source ET EXPLOIT_KIT Underminer EK SWF 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 Underminer EK SWF Request";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/";
    content:".swf"; distance:26; within:4; endswith;
    pcre:"/\/(?![a-z]{26}|[0-9]{26})[a-z0-9]{26}\.swf$/i";
    http.header;
    content:"/";
    content:".html"; distance:26; within:5;
    content:"x-flash-version|3a 20|";
    http.referer;
    pcre:"/^.+(?![a-z]{26}|[0-9]{26})[a-z0-9]{26}\.html$/i";
    http.cookie;
    content:"token="; depth:6; fast_pattern;
    pcre:"/^[a-f0-9]{32}$/Ri";
    classtype:exploit-kit;
    sid:2026426; rev:3;
    metadata:affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2018_09_28, deployment Perimeter, confidence High, signature_severity Major, tag Underminer_EK, updated_at 2020_09_16;
)

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.