ET WEB_SERVER Possible CVE-2016-5118 Exploit MVG attempt M1


Query · suricata

flow:established,to_server;
http.request_body;
content:"viewbox|20|"; nocase; fast_pattern;
content:"|20 27 7c|"; nocase;
Raw source ET WEB_SERVER Possible CVE-2016-5118 Exploit MVG attempt M1 · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER Possible CVE-2016-5118 Exploit MVG attempt M1";
    flow:established,to_server;
    http.request_body;
    content:"viewbox|20|"; nocase; fast_pattern;
    content:"|20 27 7c|"; nocase;
    reference:url,seclists.org/oss-sec/2016/q2/432;
    reference:cve,2016-5118;
    classtype:trojan-activity;
    sid:2022848; rev:4;
    metadata:created_at 2016_06_01, cve CVE_2016_5118, confidence Medium, signature_severity Major, updated_at 2020_10_06;
)

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.