UCF STIG Viewer Logo

The Cisco IOS XE router must automatically audit account modification.


Overview

Finding ID Version Rule ID IA Controls Severity
V-73967 CISR-ND-000010 SV-88641r2_rule Medium
Description
Since the accounts in the network device are privileged or system-level accounts, account management is vital to the security of the network device. Account management by a designated authority ensures access to the network device is being controlled in a secure manner by granting access to only authorized personnel with the appropriate and necessary privileges. Auditing account modification along with an automatic notification to appropriate individuals will provide the necessary reconciliation that account management procedures are being followed. If modifications to management accounts are not audited, reconciliation of account management procedures cannot be tracked.
STIG Date
Cisco IOS XE Release 3 NDM Security Technical Implementation Guide 2018-12-20

Details

Check Text ( C-74049r4_chk )
Verify that the Cisco IOS XE router is configured to audit account modification.

The configuration should like similar to the example below:

logging userinfo

login on-failure log
login on-success log

archive
log config
logging enable
logging size 1000
notify syslog contenttype plaintext
hidekeys

If account modification is not audited, this is a finding.
Fix Text (F-80507r4_fix)
Enter the following commands to audit account modification:

logging userinfo

login on-failure log
login on-success log

archive
log config
logging enable
logging size 1000
notify syslog contenttype plaintext
hidekeys