AOS must audit the execution of privileged functions.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-266950 | SRG-APP-000343-NDM-000289 | ARBA-ND-000289 | SV-266950r1039871_rule | 2024-10-29 | 1 |
Description
Misuse of privileged functions, either intentionally or unintentionally by authorized users, or by unauthorized external entities that have compromised information system accounts, is a serious and ongoing concern and can have significant adverse impacts on organizations. Auditing the use of privileged functions is one way to detect such misuse and identify the risk from insider threats and the advanced persistent threat.
Satisfies: SRG-APP-000343-NDM-000289, SRG-APP-000101-NDM-000231, SRG-APP-000504-NDM-000321
ℹ️ Check
Verify the AOS configuration with the following command:
show running-config | include audit-trail
If the audit-trail is not enabled, this is a finding.
✔️ Fix
Configure AOS with the following commands:
configure terminal
audit-trail all
write memory