ET EXPLOIT Possible Vantage Velocity Field Unit RCE Inbound (CVE-2020-9020)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/cgi-bin/timeconfig.py?"; fast_pattern;
content:"|3b|"; distance:0;
Raw source ET EXPLOIT Possible Vantage Velocity Field Unit RCE Inbound (CVE-2020-9020) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Possible Vantage Velocity Field Unit RCE Inbound (CVE-2020-9020)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/cgi-bin/timeconfig.py?"; fast_pattern;
    content:"|3b|"; distance:0;
    reference:url,unit42.paloaltonetworks.com/satori-mirai-botnet-variant-targeting-vantage-velocity-field-unit-rce-vulnerability/;
    reference:cve,2020-9020;
    classtype:attempted-admin;
    sid:2032314; rev:1;
    metadata:created_at 2021_03_24, cve CVE_2020_9020, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_03_24;
)

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.