ET EXPLOIT Remote Command Execution via Android Debug Bridge


Query · suricata

flow:from_server,established;
content:"CNXN|00 00 00 01 00 10 00 00 07 00 00 00 32 02 00 00 BC B1 A7 B1|host|3a 3a|"; distance:40; fast_pattern;
Raw source ET EXPLOIT Remote Command Execution via Android Debug Bridge · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 5555 (
    msg:"ET EXPLOIT Remote Command Execution via Android Debug Bridge";
    flow:from_server,established;
    content:"CNXN|00 00 00 01 00 10 00 00 07 00 00 00 32 02 00 00 BC B1 A7 B1|host|3a 3a|"; distance:40; fast_pattern;
    reference:url,blog.trendmicro.com/trendlabs-security-intelligence/open-adb-ports-being-exploited-to-spread-possible-satori-variant-in-android-devices/;
    classtype:trojan-activity;
    sid:2025887; rev:1;
    metadata:created_at 2018_07_24, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.