ET MOBILE_MALWARE Android TrojanFakeLookout.A


Query · suricata

flow:established,to_server;
urilen:13;
http.uri;
content:"/controls.php";
http.user_agent;
content:"Dalvik/";
Raw source ET MOBILE_MALWARE Android TrojanFakeLookout.A · 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 MOBILE_MALWARE Android TrojanFakeLookout.A";
    flow:established,to_server;
    urilen:13;
    http.uri;
    content:"/controls.php";
    http.user_agent;
    content:"Dalvik/";
    reference:url,blog.trustgo.com/fakelookout/;
    reference:md5,65baecf1fe1ec7b074a5255dc5014beb;
    classtype:trojan-activity;
    sid:2016343; rev:5;
    metadata:affected_product Android, attack_target Client_Endpoint, created_at 2013_02_05, deployment Perimeter, signature_severity Critical, tag Android, updated_at 2020_04_23;
)

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.