ET PHISHING Generic Multibrand NewInjection Phishing Landing Template


Query · suricata

flow:established,to_client;
file.data;
content:"/////url email getting//////"; fast_pattern; nocase;
content:"ind=my_email.indexOf(|22|@|22|"; distance:0;
content:"///////new injection//////"; distance:0; nocase;
Raw source ET PHISHING Generic Multibrand NewInjection Phishing Landing Template · 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 Generic Multibrand NewInjection Phishing Landing Template";
    flow:established,to_client;
    file.data;
    content:"/////url email getting//////"; fast_pattern; nocase;
    content:"ind=my_email.indexOf(|22|@|22|"; distance:0;
    content:"///////new injection//////"; distance:0; nocase;
    classtype:social-engineering;
    sid:2032514; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2021_04_06, deployment Perimeter, confidence High, signature_severity Major, tag Phishing, updated_at 2021_04_06;
)

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.