ET EXPLOIT_KIT DollyWay v3 PHP TDS Redirect


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/wp-content/count"; fast_pattern;
content:".php?"; within:6;
pcre:"/^cat\x3d[01][\x26\s]/R";
content:"|26|t|3d|";
target:dest_ip;
Raw source ET EXPLOIT_KIT DollyWay v3 PHP TDS Redirect · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET EXPLOIT_KIT DollyWay v3 PHP TDS Redirect";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/wp-content/count"; fast_pattern;
    content:".php?"; within:6;
    pcre:"/^cat\x3d[01][\x26\s]/R";
    content:"|26|t|3d|";
    reference:url,www.godaddy.com/resources/news/dollyway-malware-c2-tds;
    classtype:trojan-activity;
    sid:2062222; rev:1;
    metadata:attack_target Web_Server, created_at 2025_05_09, deployment Perimeter, confidence High, signature_severity Major, tag compromised_website, updated_at 2025_05_09;
    target:dest_ip;
)

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.