ET MOBILE_MALWARE IOS_XAGENT UA


Query · suricata

flow:to_server,established;
http.user_agent;
content:"XAgent/1."; depth:9;
Raw source ET MOBILE_MALWARE IOS_XAGENT UA · 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_XAGENT UA";
    flow:to_server,established;
    http.user_agent;
    content:"XAgent/1."; depth:9;
    reference:url,blog.trendmicro.com/trendlabs-security-intelligence/pawn-storm-update-ios-espionage-app-found/;
    classtype:trojan-activity;
    sid:2020364; rev:4;
    metadata:created_at 2015_02_05, signature_severity Major, updated_at 2020_05_15;
)

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.