Enhancement: file/audit/cisco/set-and-secure-passwords.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-03 18:00:08 -04:00
parent 1e7d66b413
commit 71e596f7ee
1 changed files with 8 additions and 2 deletions

View File

@ -1,13 +1,17 @@
id: set-and-secure-passwords
info:
name: Set and secure passwords
name: Cisco Set and Secure Password - Detect
author: pussycat0x
severity: info
description: |
To set a local password to control access to various privilege levels, use the enable password command in global configuration mode. To remove the password requirement, use the no form of this command.
Cisco set and secure password functionality is recommended to control privilege level access. To set a local password to control access to various privilege levels, use the enable password command in global configuration mode. To remove the password requirement, use the no form of this command.
reference:
- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/d1/sec-d1-cr-book/sec-cr-e1.html#wp3884449514
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
file:
@ -24,3 +28,5 @@ file:
- type: word
words:
- "configure terminal"
# Enhanced by md on 2023/05/03