ET MOBILE_MALWARE Apple iPhone Implant - Command Executed


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/list/suc?name="; nocase; depth:15; fast_pattern;
Raw source ET MOBILE_MALWARE Apple iPhone Implant - Command Executed · 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 Apple iPhone Implant - Command Executed";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/list/suc?name="; nocase; depth:15; fast_pattern;
    reference:url,googleprojectzero.blogspot.com/2019/08/implant-teardown.html;
    classtype:trojan-activity;
    sid:2027933; rev:2;
    metadata:affected_product iOS, attack_target Mobile_Client, created_at 2019_08_30, deployment Perimeter, confidence High, signature_severity Critical, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_01;
)

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.