ET MALWARE Lumma Stealer Related Fake Captcha URI Structure M1


Query · suricata

flow:established,to_server;
urilen:<28;
http.method;
content:"GET";
http.uri;
content:"/captcha-verify-v"; startswith; fast_pattern;
Raw source ET MALWARE Lumma Stealer Related Fake Captcha URI Structure M1 · 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 Lumma Stealer Related Fake Captcha URI Structure M1";
    flow:established,to_server;
    urilen:<28;
    http.method;
    content:"GET";
    http.uri;
    content:"/captcha-verify-v"; startswith; fast_pattern;
    reference:url,github.com/PaloAltoNetworks/Unit42-timely-threat-intel/blob/main/2024-08-28-IOCs-for-Lumman-Stealer-from-fake-human-captcha-copy-paste-script.txt;
    reference:url,x.com/Unit42_Intel/status/1829178013423992948;
    classtype:trojan-activity;
    sid:2055653; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_08_30, deployment Perimeter, deployment SSLDecrypt, malware_family Lumma_Stealer, confidence High, signature_severity Major, updated_at 2024_08_30;
)

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.