ET INFO Redirect to Lovable AI Generated WebApp


Query · suricata

flow:established,to_client;
http.stat_code;
content:"302";
http.location;
content:"lovable.app/"; endswith; fast_pattern;
Raw source ET INFO Redirect to Lovable AI Generated WebApp · 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 INFO Redirect to Lovable AI Generated WebApp";
    flow:established,to_client;
    http.stat_code;
    content:"302";
    http.location;
    content:"lovable.app/"; endswith; fast_pattern;
    reference:url,lovable.dev;
    classtype:misc-activity;
    sid:2059980; rev:1;
    metadata:created_at 2025_02_07, signature_severity Unknown, updated_at 2025_02_07;
)

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.