ET EXPLOIT Hootoo TripMate Attempted Remote Command Injection Outbound


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/protocol.csp?function="; depth:23; fast_pattern;
content:"&mac=|7c|"; distance:0;
Raw source ET EXPLOIT Hootoo TripMate Attempted Remote Command Injection Outbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HTTP_SERVERS any -> $EXTERNAL_NET any (
    msg:"ET EXPLOIT Hootoo TripMate Attempted Remote Command Injection Outbound";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/protocol.csp?function="; depth:23; fast_pattern;
    content:"&mac=|7c|"; distance:0;
    reference:url,unit42.paloaltonetworks.com/new-mirai-variant-adds-8-new-exploits-targets-additional-iot-devices/;
    reference:cve,CVE-2018-20841;
    classtype:attempted-admin;
    sid:2027460; rev:3;
    metadata:attack_target IoT, created_at 2019_06_11, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_08_31, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.