ET PHISHING Revalidation Phish Landing Nov 13 2015


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
file.data;
content:"Revalidation</title>"; fast_pattern; nocase;
content:"function MM_findObj"; nocase; distance:0;
content:"function MM_validateForm"; nocase; distance:0;
content:"REVALIDATION"; nocase; distance:0;
content:"password"; nocase; distance:0;
Raw source ET PHISHING Revalidation Phish Landing Nov 13 2015 · 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 Revalidation Phish Landing Nov 13 2015";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    file.data;
    content:"Revalidation</title>"; fast_pattern; nocase;
    content:"function MM_findObj"; nocase; distance:0;
    content:"function MM_validateForm"; nocase; distance:0;
    content:"REVALIDATION"; nocase; distance:0;
    content:"password"; nocase; distance:0;
    classtype:social-engineering;
    sid:2022086; rev:4;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2015_11_13, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, updated_at 2020_08_13;
)

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.