ET PHISHING Netflix Phishing Landing 2017-07-20


Query · suricata

flow:established,from_server;
file_data;
content:"<title>Netflix</title>";
content:"meta content=|22|watch movies"; distance:0;
content:"meta content=|22|Watch Netflix movies"; distance:0; fast_pattern;
content:"action=|22|login.php|22|"; distance:0;
Raw source ET PHISHING Netflix Phishing Landing 2017-07-20 · 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 Netflix Phishing Landing 2017-07-20";
    flow:established,from_server;
    file_data;
    content:"<title>Netflix</title>";
    content:"meta content=|22|watch movies"; distance:0;
    content:"meta content=|22|Watch Netflix movies"; distance:0; fast_pattern;
    content:"action=|22|login.php|22|"; distance:0;
    classtype:social-engineering;
    sid:2025875; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2018_07_20, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Minor, tag Phish, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.