ET MALWARE Suspected CHAOS CnC Inbound (screenshot command)


Query · suricata

flow:established,to_client;
dsize:17;
content:"c2NyZWVuc2hvdA==|0a|";
Raw source ET MALWARE Suspected CHAOS CnC Inbound (screenshot command) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Suspected CHAOS CnC Inbound (screenshot command)";
    flow:established,to_client;
    dsize:17;
    content:"c2NyZWVuc2hvdA==|0a|";
    reference:url,github.com/tiagorlampert/CHAOS;
    classtype:command-and-control;
    sid:2029797; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2020_04_02, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_02;
)

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.