ET MOBILE_MALWARE Android Marcher Trojan Download - Raiffeisen Bank Targeting (set)


Query · suricata

flow:to_server,established;
flowbits:set,ET.marcherphish;
flowbits:noalert;
http.method;
content:"GET";
http.host;
content:"banking.raiffeisen.at."; fast_pattern;
pcre:"/^[a-z]*?[0-9]{3,9}\.[a-z]{2,4}/R";

Rule dependencies

Feeds into

  • 1 rule read ET.marcherphish · view all
Raw source ET MOBILE_MALWARE Android Marcher Trojan Download - Raiffeisen Bank Targeting (set) · 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 Marcher Trojan Download - Raiffeisen Bank Targeting (set)";
    flow:to_server,established;
    flowbits:set,ET.marcherphish;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.host;
    content:"banking.raiffeisen.at."; fast_pattern;
    pcre:"/^[a-z]*?[0-9]{3,9}\.[a-z]{2,4}/R";
    classtype:trojan-activity;
    sid:2024950; rev:3;
    metadata:affected_product Android, attack_target Mobile_Client, created_at 2017_11_03, deployment Perimeter, confidence High, signature_severity Critical, tag Android, updated_at 2023_05_31;
)

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.