alert http $EXTERNAL_NET any -> $HOME_NET any (
msg:"ET PHISHING Possible Facebook Phishing Landing - Title over non SSL";
flow:established,to_client;
http.header;
content:!"*.facebook.com";
file.data;
content:"<title"; nocase;
content:"Log in to Facebook"; nocase; within:100; fast_pattern;
classtype:social-engineering;
sid:2024807; rev:3;
metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_10_05, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, updated_at 2020_11_17;
)