ET MOBILE_MALWARE Android/SOVA Banking Trojan Activity (session cookie delete)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/api?method=command.delete&id="; startswith; fast_pattern;
http.header_names;
content:!"Referer";
Raw source ET MOBILE_MALWARE Android/SOVA Banking Trojan Activity (session cookie delete) · 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 Android/SOVA Banking Trojan Activity (session cookie delete)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/api?method=command.delete&id="; startswith; fast_pattern;
    http.header_names;
    content:!"Referer";
    reference:url,www.threatfabric.com/blogs/sova-new-trojan-with-fowl-intentions.html;
    reference:md5,01b6f0220794476fe19a54c049600ab3;
    classtype:trojan-activity;
    sid:2033942; rev:3;
    metadata:created_at 2021_09_14, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_03_11, reviewed_at 2023_11_14;
)

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.