ET EXPLOIT Cisco RV320/RV325 Config Disclosure Attempt Inbound (CVE-2019-1653)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/cgi-bin/config.exp"; endswith; fast_pattern;
flowbits:set,ET.cve20191653.1;

Rule dependencies

Feeds into

  • 1 rule read ET.cve20191653.1 · view all
Raw source ET EXPLOIT Cisco RV320/RV325 Config Disclosure Attempt Inbound (CVE-2019-1653) · 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 Cisco RV320/RV325 Config Disclosure Attempt Inbound (CVE-2019-1653)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi-bin/config.exp"; endswith; fast_pattern;
    flowbits:set,ET.cve20191653.1;
    reference:url,github.com/0x27/CiscoRV320Dump;
    reference:cve,2019-1653;
    classtype:attempted-admin;
    sid:2033089; rev:1;
    metadata:attack_target Networking_Equipment, created_at 2021_06_04, cve CVE_2019_1653, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_06_04;
)

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.