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


Query · suricata

flow:established,from_server;
file.data;
content:"sysconfig";
flowbits:isset,ET.cve20191653.1;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Successful Cisco RV320/RV325 Config Disclosure (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 $HOME_NET any -> any any (
    msg:"ET EXPLOIT Successful Cisco RV320/RV325 Config Disclosure (CVE-2019-1653)";
    flow:established,from_server;
    file.data;
    content:"sysconfig";
    flowbits:isset,ET.cve20191653.1;
    reference:url,github.com/0x27/CiscoRV320Dump;
    reference:cve,2019-1653;
    classtype:attempted-admin;
    sid:2033090; 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.