ET MALWARE [PTsecurity] Possible Cobalt Strike payload


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
http.header;
content:"Content-Length|3a 20|";
content:"|0d 0a|"; distance:5; within:4;
file.data;
content:"|fc e8 00 00 00 00 eb|"; depth:7; fast_pattern;
Raw source ET MALWARE [PTsecurity] Possible Cobalt Strike payload · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE [PTsecurity] Possible Cobalt Strike payload";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    http.header;
    content:"Content-Length|3a 20|";
    content:"|0d 0a|"; distance:5; within:4;
    file.data;
    content:"|fc e8 00 00 00 00 eb|"; depth:7; fast_pattern;
    classtype:targeted-activity;
    sid:2024771; rev:3;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2017_09_27, deployment Perimeter, malware_family Cobalt_Strike, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_08_28;
)

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.