ET MOBILE_MALWARE iOS/Xsser sending GPS info


Query · suricata

flow:to_server,established;
http.method;
content:"GET"; nocase;
http.uri;
content:"/TargetUploadGps.aspx";
content:"tmac=";
content:"&JZ=";
Raw source ET MOBILE_MALWARE iOS/Xsser sending GPS info · 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 sending GPS info";
    flow:to_server,established;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/TargetUploadGps.aspx";
    content:"tmac=";
    content:"&JZ=";
    reference:md5,2cba795aff750259a2fc447cdd6ea1c7;
    reference:url,lacoon.com/lacoon-discovers-xsser-mrat-first-advanced-ios-trojan/;
    classtype:trojan-activity;
    sid:2019332; rev:3;
    metadata:created_at 2014_10_01, signature_severity Major, updated_at 2020_05_12;
)

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.