ET EXPLOIT_KIT Magnitude EK (formerly Popads) Flash Exploit Requested


Query · suricata

flow:established,to_server;
urilen:70;
http.uri;
content:".swf"; offset:66; depth:4; endswith; fast_pattern;
pcre:"/^\/[a-f0-9]{32}\/[a-f0-9]{32}\.swf$/i";
Raw source ET EXPLOIT_KIT Magnitude EK (formerly Popads) Flash Exploit Requested · 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 Magnitude EK (formerly Popads) Flash Exploit Requested";
    flow:established,to_server;
    urilen:70;
    http.uri;
    content:".swf"; offset:66; depth:4; endswith; fast_pattern;
    pcre:"/^\/[a-f0-9]{32}\/[a-f0-9]{32}\.swf$/i";
    classtype:exploit-kit;
    sid:2016799; rev:5;
    metadata:created_at 2013_04_29, confidence High, signature_severity Major, updated_at 2020_09_21;
)

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.