ET EXPLOIT_KIT Neutrino Exploit Kit Redirector To Landing Page


Query · suricata

flow:established,to_server;
http.uri;
content:"/?wps="; depth:6; fast_pattern;
pcre:"/^\x2F\x3Fwps\x3D[0-9]$/";
Raw source ET EXPLOIT_KIT Neutrino Exploit Kit Redirector To Landing Page · 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 Neutrino Exploit Kit Redirector To Landing Page";
    flow:established,to_server;
    http.uri;
    content:"/?wps="; depth:6; fast_pattern;
    pcre:"/^\x2F\x3Fwps\x3D[0-9]$/";
    reference:url,malwaremustdie.blogspot.co.uk/2013/06/knockin-on-neutrino-exploit-kits-door.html;
    classtype:exploit-kit;
    sid:2017068; rev:4;
    metadata:created_at 2013_06_27, signature_severity Major, 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.