ET HUNTING Redirect to Joom AG Hosted Document - Potential Phishing


Query · suricata

flow:to_client,established;
http.stat_code;
content:"302";
http.location;
content:"https://view.joomag.com/"; fast_pattern; startswith;
Raw source ET HUNTING Redirect to Joom AG Hosted Document - Potential Phishing · 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 HUNTING Redirect to Joom AG Hosted Document - Potential Phishing";
    flow:to_client,established;
    http.stat_code;
    content:"302";
    http.location;
    content:"https://view.joomag.com/"; fast_pattern; startswith;
    classtype:misc-activity;
    sid:2031173; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2020_11_04, deployment Perimeter, confidence Medium, signature_severity Informational, tag Phishing, updated_at 2020_11_04;
)

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.