ET MOBILE_MALWARE Android/TrickMo.Banker Config Response


Query · suricata

flow:established,to_client;
flowbits:isset,et.trickmoconfig;
http.stat_code;
content:"200";
http.response_body;
content:"|22|name|22|"; distance:0;
content:"|22|eventPackageName|22|"; fast_pattern; distance:0;
content:"|22|filters|22|"; distance:0;
content:"|22|actions|22|"; distance:0;
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MOBILE_MALWARE Android/TrickMo.Banker Config Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MOBILE_MALWARE Android/TrickMo.Banker Config Response";
    flow:established,to_client;
    flowbits:isset,et.trickmoconfig;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"|22|name|22|"; distance:0;
    content:"|22|eventPackageName|22|"; fast_pattern; distance:0;
    content:"|22|filters|22|"; distance:0;
    content:"|22|actions|22|"; distance:0;
    reference:url,www.cleafy.com/cleafy-labs/a-new-trickmo-saga-from-banking-trojan-to-victims-data-leak;
    classtype:trojan-activity;
    sid:2057143; rev:1;
    metadata:affected_product Android, attack_target Mobile_Client, tls_state TLSDecrypt, created_at 2024_10_29, deployment Perimeter, deployment Internal, deployment SSLDecrypt, malware_family Android_TrickMo_Banker, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_10_29;
    target:dest_ip;
)

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.