ET DELETED Successful Generic Adobe Shared Document Phish Aug 11 2016


Query · suricata

flow:to_server,established;
flowbits:isset,ET.GenericPhish_Adobe;
content:"POST"; http_method;
content:".php"; http_uri;
pcre:"/\.php$/U";

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

  • correlates · Suricata flowbits ET.GenericPhish_Adobe
    A shared condition, not a detection — not indexed on this site.
Raw source ET DELETED Successful Generic Adobe Shared Document Phish Aug 11 2016 · 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 DELETED Successful Generic Adobe Shared Document Phish Aug 11 2016";
#    flow:to_server,established;
#    flowbits:isset,ET.GenericPhish_Adobe;
#    content:"POST"; http_method;
#    content:".php"; http_uri;
#    pcre:"/\.php$/U";
#    classtype:credential-theft;
#    sid:2023048; rev:6;
#    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2016_08_11, deployment Perimeter, performance_impact Significant, signature_severity Critical, tag Phishing, updated_at 2024_04_29, 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.