ET PHISHING Redirect to Adobe Shared Document Phishing M3 2016-04-18


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/pdf.adobe.cloud/"; fast_pattern;
content:".php"; endswith;
http.referer;
content:".php"; endswith;
Raw source ET PHISHING Redirect to Adobe Shared Document Phishing M3 2016-04-18 · 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 Redirect to Adobe Shared Document Phishing M3 2016-04-18";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/pdf.adobe.cloud/"; fast_pattern;
    content:".php"; endswith;
    http.referer;
    content:".php"; endswith;
    classtype:social-engineering;
    sid:2032678; rev:10;
    metadata:attack_target Client_Endpoint, created_at 2016_04_18, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2022_03_24;
)

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.