ET MALWARE W32/Caphaw CnC Configuration File Request


Query · suricata

flow:established,to_server;
http.uri;
content:"&id=";
content:"&inst=";
content:"&net";
content:"&cmd=cfg"; fast_pattern;
Raw source ET MALWARE W32/Caphaw CnC Configuration File Request · 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/Caphaw CnC Configuration File Request";
    flow:established,to_server;
    http.uri;
    content:"&id=";
    content:"&inst=";
    content:"&net";
    content:"&cmd=cfg"; fast_pattern;
    reference:url,www.welivesecurity.com/2013/02/25/caphaw-attacking-major-european-banks-with-webinject-plugin/;
    classtype:command-and-control;
    sid:2016508; rev:4;
    metadata:created_at 2013_02_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.