ET PHISHING Successful Metamask Pass Phrase Phish 2023-02-01


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST /meta/next.php "; startswith; fast_pattern;
http.request_body;
content:"wphrase="; startswith;
content:"&btn1="; distance:0;
Raw source ET PHISHING Successful Metamask Pass Phrase Phish 2023-02-01 · 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 Successful Metamask Pass Phrase Phish 2023-02-01";
    flow:established,to_server;
    http.request_line;
    content:"POST /meta/next.php "; startswith; fast_pattern;
    http.request_body;
    content:"wphrase="; startswith;
    content:"&btn1="; distance:0;
    reference:md5,d9c04e99213935f75f5881267a8317de;
    classtype:credential-theft;
    sid:2044054; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_02_01, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_02_01;
)

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.