ET MALWARE NetWire / Ozone / Darktrack Alien RAT - Client KeepAlive


Query · suricata

flow:established,to_server;
flowbits:isset,ET.NetWire;
content:"|01 00 00 00 00|"; depth:5;
dsize:6;

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 NetWire / Ozone / Darktrack Alien RAT - Client KeepAlive · 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 !$HTTP_PORTS (
    msg:"ET MALWARE NetWire / Ozone / Darktrack Alien RAT - Client KeepAlive";
    flow:established,to_server;
    flowbits:isset,ET.NetWire;
    content:"|01 00 00 00 00|"; depth:5;
    dsize:6;
    reference:url,researchcenter.paloaltonetworks.com/2014/08/new-release-decrypting-netwire-c2-traffic;
    reference:url,www.circl.lu/pub/tr-23;
    classtype:trojan-activity;
    sid:2021978; rev:6;
    metadata:created_at 2015_10_20, 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.