ET MALWARE Cashout Proxy Bot reg_DST


Query · suricata

flow:to_server,established;
http.uri;
content:".php?";
content:"lang=";
content:"&pal=";
content:"&bay=";
content:"&gold=";
content:"&id=";
content:"&param=";
content:"&socksport=";
content:"&httpport=";
Raw source ET MALWARE Cashout Proxy Bot reg_DST · 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 Cashout Proxy Bot reg_DST";
    flow:to_server,established;
    http.uri;
    content:".php?";
    content:"lang=";
    content:"&pal=";
    content:"&bay=";
    content:"&gold=";
    content:"&id=";
    content:"&param=";
    content:"&socksport=";
    content:"&httpport=";
    classtype:trojan-activity;
    sid:2008248; rev:6;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_04_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.