ET MALWARE WikilLoader Activity M2 (Response)


Query · suricata

flow:established,to_client;
flowbits:isset,ET.wikiloader;
file.data;
content:"<!--gmail|20|"; fast_pattern;
content:"5pc2"; within:70;
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 WikilLoader Activity M2 (Response) · 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 WikilLoader Activity M2 (Response)";
    flow:established,to_client;
    flowbits:isset,ET.wikiloader;
    file.data;
    content:"<!--gmail|20|"; fast_pattern;
    content:"5pc2"; within:70;
    reference:url,www.proofpoint.com/us/blog/threat-insight/out-sandbox-wikiloader-digs-sophisticated-evasion;
    reference:url,app.any.run/tasks/f98aa2c5-deae-408a-8e86-530e7961dfb6/;
    classtype:trojan-activity;
    sid:2046968; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_07_31, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_07_31;
    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.