ET PHISHING MAMBA Credential Phish Landing Page 2024-11-08


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/?c3Y9"; depth:10;
pcre:"/^[a-z0-9+\x2f=]{10,50}(JnJhbmQ9|ZyYW5kP|mcmFuZD)[a-z0-9+\x2f=]{10,50}(JnVpZD|Z1aWQ9|mdWlkP)[a-z0-9+\x2f]{10,50}/Ri";
content:"N0123"; nocase; distance:0; fast_pattern;
Raw source ET PHISHING MAMBA Credential Phish Landing Page 2024-11-08 · 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 PHISHING MAMBA Credential Phish Landing Page 2024-11-08";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/?c3Y9"; depth:10;
    pcre:"/^[a-z0-9+\x2f=]{10,50}(JnJhbmQ9|ZyYW5kP|mcmFuZD)[a-z0-9+\x2f=]{10,50}(JnVpZD|Z1aWQ9|mdWlkP)[a-z0-9+\x2f]{10,50}/Ri";
    content:"N0123"; nocase; distance:0; fast_pattern;
    reference:url,blog.sekoia.io/mamba-2fa-a-new-contender-in-the-aitm-phishing-ecosystem/;
    classtype:credential-theft;
    sid:2057333; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_11_08, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Phishing, tag AiTM, tag MAMBA, updated_at 2024_11_08, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.