ET POLICY BSSID Location Lookup via api .mylnikov .org


Query · suricata

flow:established,to_server;
http.host;
content:"api.mylnikov.org"; fast_pattern;
http.uri;
content:"/geolocation/wifi?";
content:"&bssid="; distance:0;
Raw source ET POLICY BSSID Location Lookup via api .mylnikov .org · 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 BSSID Location Lookup via api .mylnikov .org";
    flow:established,to_server;
    http.host;
    content:"api.mylnikov.org"; fast_pattern;
    http.uri;
    content:"/geolocation/wifi?";
    content:"&bssid="; distance:0;
    reference:md5,b666dc5379e31680a5621870210f0619;
    classtype:bad-unknown;
    sid:2031008; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2020_10_13, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Informational, updated_at 2020_10_13;
)

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.