ET MALWARE DarkComet-RAT server join acknowledgement


Query · suricata

flow:to_server,established;
dsize:12;
content:"|39 34 41 35 41 44 30 41 45 46 36 39|";
flowbits:isset,ET.DarkCometJoin;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE DarkComet-RAT server join acknowledgement · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE DarkComet-RAT server join acknowledgement";
    flow:to_server,established;
    dsize:12;
    content:"|39 34 41 35 41 44 30 41 45 46 36 39|";
    flowbits:isset,ET.DarkCometJoin;
    reference:url,www.darkcomet-rat.com;
    reference:url,anubis.iseclab.org/?action=result&task_id=1a7326f61fef1ecb4ed4fbf3de3f3b8cb&format=txt;
    classtype:trojan-activity;
    sid:2013284; rev:3;
    metadata:created_at 2011_07_18, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.