ET MALWARE W32/AntiBreach Possible Activation Attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"/buy.php?id=";
content:"&sub_id=";
content:"&install_id=";
content:"&project_id=";
content:"&serial=";
Raw source ET MALWARE W32/AntiBreach Possible Activation Attempt · 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 W32/AntiBreach Possible Activation Attempt";
    flow:established,to_server;
    http.uri;
    content:"/buy.php?id=";
    content:"&sub_id=";
    content:"&install_id=";
    content:"&project_id=";
    content:"&serial=";
    reference:url,www.malware-traffic-analysis.net/2014/11/21/index.html;
    classtype:trojan-activity;
    sid:2019771; rev:3;
    metadata:created_at 2014_11_21, confidence Medium, signature_severity Major, 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.