ET MALWARE Ponmocup Redirection from infected Website to Trojan-Downloader


Query · suricata

flow:established,to_server;
http.uri;
content:"/cgi-bin/r.cgi"; nocase; depth:14;
content:"p="; nocase;
content:"h="; nocase;
content:"u="; nocase;
content:"q="; nocase;
content:"t="; nocase;
Raw source ET MALWARE Ponmocup Redirection from infected Website to Trojan-Downloader · 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 MALWARE Ponmocup Redirection from infected Website to Trojan-Downloader";
    flow:established,to_server;
    http.uri;
    content:"/cgi-bin/r.cgi"; nocase; depth:14;
    content:"p="; nocase;
    content:"h="; nocase;
    content:"u="; nocase;
    content:"q="; nocase;
    content:"t="; nocase;
    reference:url,www9.dyndns-server.com%3a8080/pub/botnet-links.html;
    classtype:trojan-activity;
    sid:2013181; rev:11;
    metadata:created_at 2011_07_04, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_13;
)

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.