nuclei-templates/file/audit/cisco/disable-pad-service.yaml

31 lines
853 B
YAML

id: disable-pad-service
info:
name: Cisco Disable PAD - Detect
author: pussycat0x
severity: info
description: |
Cisco PAD service has proven vulnerable to attackers. To reduce the risk of unauthorized access, organizations should implement a security policy restricting or disabling unnecessary access.
reference:
- http://www.cisco.com/en/US/docs/ios-xml/ios/wan/command/wan-s1.html#GUID-C5497B77-3FD4-4D2F-AB08-1317D5F5473B
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: cisco,config-audit,cisco-switch,file,router
file:
- extensions:
- conf
matchers-condition: and
matchers:
- type: word
words:
- "no service pad"
negative: true
- type: word
words:
- "configure terminal"