ET HUNTING 302 Redirect to run .mocky .io


Query · suricata

flow:established,to_client;
http.stat_code;
content:"302";
http.location;
content:"https|3a 2f 2f|run.mocky.io/v3/"; fast_pattern;
target:dest_ip;
Raw source ET HUNTING 302 Redirect to run .mocky .io · 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 302 Redirect to run .mocky .io";
    flow:established,to_client;
    http.stat_code;
    content:"302";
    http.location;
    content:"https|3a 2f 2f|run.mocky.io/v3/"; fast_pattern;
    classtype:trojan-activity;
    sid:2049246; rev:1;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2023_11_16, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence Medium, signature_severity Informational, updated_at 2023_11_16;
    target:dest_ip;
)

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.