ET MOBILE_MALWARE Apple iPhone Implant - Upload Files


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/upload/info"; nocase; depth:12;
http.request_body;
content:"Content-disposition|3a 20|form-data|3b 20|name=";
content:"--9ff7172192b7--"; distance:0; fast_pattern;
Raw source ET MOBILE_MALWARE Apple iPhone Implant - Upload Files · 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 - Upload Files";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/upload/info"; nocase; depth:12;
    http.request_body;
    content:"Content-disposition|3a 20|form-data|3b 20|name=";
    content:"--9ff7172192b7--"; distance:0; fast_pattern;
    reference:url,googleprojectzero.blogspot.com/2019/08/implant-teardown.html;
    classtype:trojan-activity;
    sid:2027932; 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.