ET MALWARE Possible Tracur.Q HTTP Communication


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"fQ_fQ_fQ_fQ";
Raw source ET MALWARE Possible Tracur.Q HTTP Communication · 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 Possible Tracur.Q HTTP Communication";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"fQ_fQ_fQ_fQ";
    reference:url,xml.ssdsandbox.net/view/d2afc3be7357f96834ec684ab329d7e2;
    classtype:trojan-activity;
    sid:2013064; rev:4;
    metadata:created_at 2011_06_17, confidence Medium, signature_severity Major, updated_at 2020_05_06;
)

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.