ET POLICY OnePlus phone data leakage


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/cloud/pushdata"; endswith; fast_pattern;
http.user_agent;
content:"okhttp/"; depth:7;
http.request_body;
content:"data="; depth:5;
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET POLICY OnePlus phone data leakage · 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 OnePlus phone data leakage";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/cloud/pushdata"; endswith; fast_pattern;
    http.user_agent;
    content:"okhttp/"; depth:7;
    http.request_body;
    content:"data="; depth:5;
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:url,www.chrisdcmoore.co.uk/post/oneplus-analytics/;
    classtype:policy-violation;
    sid:2025134; rev:5;
    metadata:affected_product Android, attack_target Mobile_Client, created_at 2017_12_06, deployment Perimeter, malware_family Android_OnePlus, confidence High, signature_severity Minor, tag Android, updated_at 2020_11_02;
)

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.