alert http $EXTERNAL_NET any -> $HOME_NET any (
msg:"ET PHISHING Possible Paypal Phishing Landing - Title over non SSL";
flow:established,to_client;
http.header;
content:!"https://*.paypal.com";
file.data;
content:"<title>"; nocase;
content:"your PayPal account"; nocase; within:100; fast_pattern;
pcre:"/<title>\s*(?:log\s*in|sign\s*in)/i";
classtype:social-engineering;
sid:2024391; rev:5;
metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_06_16, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, updated_at 2020_11_17;
)