ET MALWARE Win32/Dofoil.L Checkin


Query · suricata

flow:to_server,established;
http.uri;
content:"/index.php?cmd=";
content:"&login=";
content:"&ver=";
content:"&bits=";
Raw source ET MALWARE Win32/Dofoil.L Checkin · 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 Win32/Dofoil.L Checkin";
    flow:to_server,established;
    http.uri;
    content:"/index.php?cmd=";
    content:"&login=";
    content:"&ver=";
    content:"&bits=";
    reference:md5,47f2b8fcc2873f4dfd573b0e8a77aaa9;
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=TrojanDownloader%3AWin32%2FDofoil.L&ThreatID=-2147317615;
    classtype:command-and-control;
    sid:2013917; rev:5;
    metadata:created_at 2011_09_29, malware_family Win32_Dofoil_L, 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.