cscli scenarios install crowdsecurity/netgear_rce
Detects attempts of exploit of Netgear DGN1000 / DGN2200 Remote Command Execution.
Reference: https://www.exploit-db.com/exploits/25978
1type: trigger2format: 2.03name: crowdsecurity/netgear_rce4description: "Detect Netgear RCE DGN1000/DGN220 exploitation attempts"5filter: |6 evt.Meta.log_type in ['http_access-log', 'http_error-log'] && Lower(QueryUnescape(evt.Meta.http_path)) startsWith Lower('/setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=')7groupby: "evt.Meta.source_ip"8blackhole: 2m9references:10 - "https://www.exploit-db.com/exploits/25978"11labels:12 confidence: 313 spoofable: 014 classification:15 - attack.T159516 - attack.T119017 - cve.CVE-2024-1284718 behavior: "http:exploit"19 label: "Netgear RCE"20 service: netgear21 remediation: true22