ET RETIRED Android/IRATA Data Exfiltration Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/upload.php?result=ok&action=upload&androidid="; fast_pattern; startswith;
content:"&opr=";
content:"&model=";
http.header_names;
content:!"Referer";
Raw source ET RETIRED Android/IRATA Data Exfiltration Attempt · 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 RETIRED Android/IRATA Data Exfiltration Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/upload.php?result=ok&action=upload&androidid="; fast_pattern; startswith;
    content:"&opr=";
    content:"&model=";
    http.header_names;
    content:!"Referer";
    reference:url,twitter.com/MalGamy12/status/1562967009381720064/photo/2;
    classtype:trojan-activity;
    sid:2038686; rev:2;
    metadata:affected_product Android, attack_target Client_Endpoint, created_at 2022_08_30, deployment Perimeter, deployment SSLDecrypt, former_category MOBILE_MALWARE, malware_family IRATA, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_09_17, reviewed_at 2024_09_17;
)

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.