ET MALWARE Win32/Striked Ransomware CnC Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php"; endswith;
http.header_names;
content:"|0d 0a|Host|0d 0a|"; startswith;
content:!"|0d 0a|Referer|0d 0a|";
http.user_agent;
content:"python"; startswith;
http.request_body;
content:"crid="; startswith;
content:"&dta="; fast_pattern; distance:0;
Raw source ET MALWARE Win32/Striked Ransomware CnC Checkin · 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 Win32/Striked Ransomware CnC Checkin";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php"; endswith;
    http.header_names;
    content:"|0d 0a|Host|0d 0a|"; startswith;
    content:!"|0d 0a|Referer|0d 0a|";
    http.user_agent;
    content:"python"; startswith;
    http.request_body;
    content:"crid="; startswith;
    content:"&dta="; fast_pattern; distance:0;
    reference:md5,80317e3194d8f7fd495b0bf06cae2295;
    classtype:command-and-control;
    sid:2024465; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2017_07_13, deployment Perimeter, malware_family Win32_Striked, confidence High, signature_severity Major, tag Ransomware, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_08, mitre_tactic_id TA0040, mitre_tactic_name Impact, mitre_technique_id T1486, mitre_technique_name Data_Encrypted_for_Impact;
)

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.