ET MALWARE Powershell/PowHeartBeat CnC Checkin - HTTPS


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/latest/AdobeMessagingClient.js"; fast_pattern;
http.cookie;
content:"s_ecid="; startswith;
http.host;
content:!"client.messaging.adobe.com";
Raw source ET MALWARE Powershell/PowHeartBeat CnC Checkin - HTTPS · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Powershell/PowHeartBeat CnC Checkin - HTTPS";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/latest/AdobeMessagingClient.js"; fast_pattern;
    http.cookie;
    content:"s_ecid="; startswith;
    http.host;
    content:!"client.messaging.adobe.com";
    reference:url,www.welivesecurity.com/2022/09/06/worok-big-picture/;
    classtype:trojan-activity;
    sid:2038830; rev:1;
    metadata:attack_target Client_and_Server, created_at 2022_09_13, deployment SSLDecrypt, malware_family PowerShell_PowHeartBeat, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_09_14;
)

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.