32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
id: disable-ip-source-route
|
|
|
|
info:
|
|
name: Cisco Disable IP Source-Route - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Cisco IP source-route functionality has been utilized in several attacks. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
remediation: Disable IP source-route where appropriate.
|
|
reference:
|
|
- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr/command/ipaddr-cr-book/ipaddr-i4.html#GUID-C7F971DD-358F-4B43-9F3E-244F5D4A3A93
|
|
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
|
|
cwe-id: CWE-200
|
|
tags: audit,file,cisco,config-audit,cisco-switch,router
|
|
|
|
file:
|
|
- extensions:
|
|
- conf
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "no ip source-route"
|
|
negative: true
|
|
|
|
- type: word
|
|
words:
|
|
- "configure terminal"
|
|
# digest: 490a00463044022043714e496a52c4e5fe911cf1b513eade243f568f1d04df11ffbdf6299e92c427022047e44b938e9b7ce54e67453056f915d622b735462692e5f78d1259d05cbe5f6a:922c64590222798bb761d5b6d8e72950 |