ET MALWARE Latrodectus Alive Response M2


Query · suricata

flow:established,to_client;
flowbits:isset,ET.Latrodectus.alive;
http.stat_code;
content:"200";
http.server;
content:"nginx/"; startswith;
file.data; bsize:12;
content:"6,1"; startswith; fast_pattern;
pcre:"/^6,1[0-9]{9}$/";
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE Latrodectus Alive Response M2 · 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 Latrodectus Alive Response M2";
    flow:established,to_client;
    flowbits:isset,ET.Latrodectus.alive;
    http.stat_code;
    content:"200";
    http.server;
    content:"nginx/"; startswith;
    file.data; bsize:12;
    content:"6,1"; startswith; fast_pattern;
    pcre:"/^6,1[0-9]{9}$/";
    classtype:trojan-activity;
    sid:2049700; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_12_15, deployment Perimeter, malware_family Latrodectus, performance_impact Significant, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_12_15;
    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.