ET MALWARE Win32/NetDooka Framework RAT Sending File


Query · suricata

flow:established,to_server;
dsize:12;
flowbits:isset,ET.Netbooka.SessionIDSent;
content:"|13 00 00 00|"; startswith; fast_pattern;
content:"|00 00 00|"; offset:5; depth:3;

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 Win32/NetDooka Framework RAT Sending File · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp-pkt $HOME_NET any -> $EXTERNAL_NET 1024: (
    msg:"ET MALWARE Win32/NetDooka Framework RAT Sending File";
    flow:established,to_server;
    dsize:12;
    flowbits:isset,ET.Netbooka.SessionIDSent;
    content:"|13 00 00 00|"; startswith; fast_pattern;
    content:"|00 00 00|"; offset:5; depth:3;
    reference:url,www.trendmicro.com/en_us/research/22/e/netdooka-framework-distributed-via-privateloader-ppi.html;
    reference:md5,e13d4a4b5eaef60643ce56013fe94344;
    classtype:trojan-activity;
    sid:2036615; rev:5;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2022_05_18, deployment Perimeter, malware_family NetDooka, performance_impact Moderate, confidence High, signature_severity Major, tag RAT, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_09_29, reviewed_at 2023_09_01;
)

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.