ET MALWARE Backdoor.Win32.Aldibot.A Checkin


Query · suricata

flow:to_server,established;
http.uri;
content:"/gate.php?hwid="; nocase;
content:"&pc="; nocase;
content:"&localip="; nocase;
content:"&winver="; nocase;
Raw source ET MALWARE Backdoor.Win32.Aldibot.A 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 Backdoor.Win32.Aldibot.A Checkin";
    flow:to_server,established;
    http.uri;
    content:"/gate.php?hwid="; nocase;
    content:"&pc="; nocase;
    content:"&localip="; nocase;
    content:"&winver="; nocase;
    reference:url,www.asert.arbornetworks.com/2011/10/ddos-aldi-bot/;
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=Trojan%3aWin32%2fAbot.gen!A;
    classtype:command-and-control;
    sid:2013748; rev:5;
    metadata:created_at 2011_09_24, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, 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.