ET PHISHING Suspicious Wordpress Redirect - Possible Phishing Landing (set) Jan 7


Query · suricata

flow:to_server,established;
flowbits:set,ET.wpphish;
flowbits:noalert;
http.method;
content:"GET";
http.uri;
content:"/wp-"; depth:4; fast_pattern;
http.header_names;
content:!"Referer";

Rule dependencies

Feeds into

Raw source ET PHISHING Suspicious Wordpress Redirect - Possible Phishing Landing (set) Jan 7 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING Suspicious Wordpress Redirect - Possible Phishing Landing (set) Jan 7";
    flow:to_server,established;
    flowbits:set,ET.wpphish;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.uri;
    content:"/wp-"; depth:4; fast_pattern;
    http.header_names;
    content:!"Referer";
    classtype:social-engineering;
    sid:2025696; rev:5;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Client_Endpoint, created_at 2016_01_08, deployment Perimeter, deployment Datacenter, performance_impact Significant, confidence Medium, signature_severity Critical, tag Phishing, tag Wordpress, updated_at 2024_05_02, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.