ET EXPLOIT HackingTrio UA (Hello, World)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.user_agent;
content:"Hello, World"; fast_pattern; endswith;
Raw source ET EXPLOIT HackingTrio UA (Hello, World) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET EXPLOIT HackingTrio UA (Hello, World)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.user_agent;
    content:"Hello, World"; fast_pattern; endswith;
    reference:cve,2018-10561;
    reference:cve,2018-10562;
    reference:url,github.com/f3d0x0/GPON;
    classtype:attempted-admin;
    sid:2025576; rev:4;
    metadata:attack_target IoT, created_at 2018_05_11, cve CVE_2018_10561, deployment Perimeter, performance_impact Low, signature_severity Major, tag GPON, updated_at 2020_09_16;
)

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.