ET MALWARE W32.Qakbot Request for Compromised FTP Sites


Query · suricata

flow:established,to_server;
http.uri;
content:"/cgi-bin/jl/ad03.pl?pv=2&d=";
Raw source ET MALWARE W32.Qakbot Request for Compromised FTP Sites · 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.Qakbot Request for Compromised FTP Sites";
    flow:established,to_server;
    http.uri;
    content:"/cgi-bin/jl/ad03.pl?pv=2&d=";
    reference:url,www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/w32_qakbot_in_detail.pdf;
    reference:url,www.symantec.com/security_response/writeup.jsp?docid=2009-050707-0639-99;
    classtype:trojan-activity;
    sid:2012972; rev:3;
    metadata:created_at 2011_06_09, signature_severity Major, updated_at 2020_04_20;
)

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.