ET MOBILE_MALWARE iOS/Xsser sending files


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/TargetUploadFile.aspx";
content:"tmac=";
Raw source ET MOBILE_MALWARE iOS/Xsser sending 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 iOS/Xsser sending files";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/TargetUploadFile.aspx";
    content:"tmac=";
    reference:md5,2cba795aff750259a2fc447cdd6ea1c7;
    reference:url,lacoon.com/lacoon-discovers-xsser-mrat-first-advanced-ios-trojan/;
    classtype:trojan-activity;
    sid:2019333; 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.