ET MALWARE CoreDDRAT Initial Checkin


Query · suricata

flow:established,to_server;
content:"|41 57 2f 44 44 48 63 6b 2f|"; startswith; fast_pattern;
content:"|2d 48 63 6b|"; endswith;
Raw source ET MALWARE CoreDDRAT Initial Checkin · 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 1024: (
    msg:"ET MALWARE CoreDDRAT Initial Checkin";
    flow:established,to_server;
    content:"|41 57 2f 44 44 48 63 6b 2f|"; startswith; fast_pattern;
    content:"|2d 48 63 6b|"; endswith;
    reference:md5,f3b3013101e1ae9b0e0ec709f3341cb9;
    reference:url,twitter.com/pmelson/status/1241914864853008384;
    classtype:command-and-control;
    sid:2029724; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2020_03_23, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_03_23;
)

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.