ET PHISHING Facebook Credential Phish Landing Page 2023-09-01


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"<title>";
content:"Facebook"; distance:0;
content:"</title>"; distance:0;
content:"action=|22|/savetofile.php|22|"; distance:0; fast_pattern;
content:"name=|22|login|22|"; distance:0;
content:"type=|22|password|22|"; distance:0;
Raw source ET PHISHING Facebook Credential Phish Landing Page 2023-09-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 $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET PHISHING Facebook Credential Phish Landing Page 2023-09-01";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"<title>";
    content:"Facebook"; distance:0;
    content:"</title>"; distance:0;
    content:"action=|22|/savetofile.php|22|"; distance:0; fast_pattern;
    content:"name=|22|login|22|"; distance:0;
    content:"type=|22|password|22|"; distance:0;
    classtype:credential-theft;
    sid:2047886; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_09_01, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_09_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.