ET MALWARE Win32/Stealc/Vidar Stealer Active C2 Responding with plugins Config M3


Query · suricata

flow:established,to_client;
flowbits:isset,ET.stealc.plugins;
flowbits:unset,ET.stealc.plugins;
http.stat_code;
content:"200";
file.data;
content:"AABNZXRhTWFza3w"; fast_pattern; startswith;
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 Win32/Stealc/Vidar Stealer Active C2 Responding with plugins Config M3 · 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 Win32/Stealc/Vidar Stealer Active C2 Responding with plugins Config M3";
    flow:established,to_client;
    flowbits:isset,ET.stealc.plugins;
    flowbits:unset,ET.stealc.plugins;
    http.stat_code;
    content:"200";
    file.data;
    content:"AABNZXRhTWFza3w"; fast_pattern; startswith;
    reference:url,blog.sekoia.io/stealc-a-copycat-of-vidar-and-raccoon-infostealers-gaining-in-popularity-part-1/;
    classtype:command-and-control;
    sid:2051833; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, affected_product Windows_11, attack_target Client_Endpoint, tls_state plaintext, created_at 2024_03_28, deployment Perimeter, malware_family Stealc, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_28;
    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.