ET PHISHING Metamask Credential Phish Landing Page 2024-01-24


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"<title>MetaMask Wallet</title>";
content:"exampleModal"; distance:0;
content:"Import Wallet Now"; distance:0;
content:"action|3d 22 2e 2f|next|2e|php|22|"; fast_pattern; distance:0;
Raw source ET PHISHING Metamask Credential Phish Landing Page 2024-01-24 · 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 PHISHING Metamask Credential Phish Landing Page 2024-01-24";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"<title>MetaMask Wallet</title>";
    content:"exampleModal"; distance:0;
    content:"Import Wallet Now"; distance:0;
    content:"action|3d 22 2e 2f|next|2e|php|22|"; fast_pattern; distance:0;
    classtype:credential-theft;
    sid:2050424; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2024_01_24, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_01_24;
)

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.