Details
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.
Solution
Configure the router to log all commands entered from the command line interface as well as log all configuration changes as shown in the following example:
[edit system]
set syslog file LOG_FILE interactive-commands
set syslog file LOG_FILE change-log info
Note: The parameter ‘any’ can be in place of configuring specific events as this will log everything. Also, a syslog server can be configured in addition to or in lieu of logging to a file as shown in the example below.
set syslog host 10.1.58.2 any info
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Juniper.
References
- 800-53|AC-6(9)
- CAT|II
- CCI|CCI-002234
- Rule-ID|SV-101249r1_rule
- STIG-ID|JUNI-ND-000930
- Vuln-ID|V-91149