ET MOBILE_MALWARE iOS/Xsser Checkin


Query · suricata

flow:to_server,established;
http.method;
content:"GET"; nocase;
http.uri;
content:"/TargetConnect.aspx";
content:"&tIMEI=";
content:"&tIMSI=";
Raw source ET MOBILE_MALWARE iOS/Xsser Checkin · 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 iOS/Xsser Checkin";
    flow:to_server,established;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/TargetConnect.aspx";
    content:"&tIMEI=";
    content:"&tIMSI=";
    reference:md5,2cba795aff750259a2fc447cdd6ea1c7;
    reference:url,lacoon.com/lacoon-discovers-xsser-mrat-first-advanced-ios-trojan/;
    classtype:trojan-activity;
    sid:2019331; rev:3;
    metadata:attack_target Mobile_Client, created_at 2014_10_01, signature_severity Major, updated_at 2020_05_12, mitre_tactic_id TA0010, mitre_tactic_name Exfiltration, mitre_technique_id T1041, mitre_technique_name Exfiltration_Over_C2_Channel;
)

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.