ET POLICY localtunnel Connection Setup Attempt


Query · suricata

flow:established,to_server;
http.host;
content:"localtunnel.me"; fast_pattern; endswith;
http.header_names;
content:"|0d 0a|host|0d 0a|accept"; depth:14;
content:!"User-Agent";
content:!"Host";
content:!"Referer";
content:!"Accept";
Raw source ET POLICY localtunnel Connection Setup Attempt · 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 POLICY localtunnel Connection Setup Attempt";
    flow:established,to_server;
    http.host;
    content:"localtunnel.me"; fast_pattern; endswith;
    http.header_names;
    content:"|0d 0a|host|0d 0a|accept"; depth:14;
    content:!"User-Agent";
    content:!"Host";
    content:!"Referer";
    content:!"Accept";
    reference:url,localtunnel.github.io/www/;
    classtype:policy-violation;
    sid:2025116; rev:4;
    metadata:attack_target Client_and_Server, created_at 2017_12_04, deployment Perimeter, confidence High, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_16;
)

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.