ET PHISHING Twitter Phishing Landing 2018-07-19


Query · suricata

flow:established,from_server;
file_data;
content:"<title>Login to Twitter</title>";
content:"form action=|22|login.php|22|"; distance:0;
content:"|20 20 20 20 20 20|name=|22|usernameOrEmail|22 0a|"; distance:0; fast_pattern;
Raw source ET PHISHING Twitter Phishing Landing 2018-07-19 · 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 Twitter Phishing Landing 2018-07-19";
    flow:established,from_server;
    file_data;
    content:"<title>Login to Twitter</title>";
    content:"form action=|22|login.php|22|"; distance:0;
    content:"|20 20 20 20 20 20|name=|22|usernameOrEmail|22 0a|"; distance:0; fast_pattern;
    classtype:social-engineering;
    sid:2025874; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2018_07_19, 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.