ET MALWARE Suspected APT34 Related SSD Backdoor Activity (POST)


Query · suricata

flow:established,to_server;
flowbits:set,ET.ssdbackdoor;
http.method;
content:"POST";
http.uri;
content:"woxhuosbgpgcnlqzxipa"; fast_pattern; nocase;
target:dest_ip;

Rule dependencies

Feeds into

  • 1 rule read ET.ssdbackdoor · view all
Raw source ET MALWARE Suspected APT34 Related SSD Backdoor Activity (POST) · 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 Suspected APT34 Related SSD Backdoor Activity (POST)";
    flow:established,to_server;
    flowbits:set,ET.ssdbackdoor;
    http.method;
    content:"POST";
    http.uri;
    content:"woxhuosbgpgcnlqzxipa"; fast_pattern; nocase;
    reference:url,research.checkpoint.com/2023/from-albania-to-the-middle-east-the-scarred-manticore-is-listening/;
    classtype:trojan-activity;
    sid:2049047; rev:1;
    metadata:attack_target Web_Server, created_at 2023_11_02, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_11_02, reviewed_at 2023_11_02;
    target:dest_ip;
)

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.