The Juniper SRX Services Gateway must generate log records when administrator privileges are deleted.
Overview
Finding ID | Version | Rule ID | IA Controls | Severity |
V-223193 | JUSX-DM-000042 | SV-223193r961812_rule | Low |
Description |
Without generating log records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. |
STIG | Date |
Juniper SRX Services Gateway NDM Security Technical Implementation Guide | 2024-12-20 |
Details
Check Text (C-24866r513269_chk) |
Verify the device logs change-log events of severity info or any to an external syslog server. [edit] show system syslog host <syslog server address> { any <info | any>; source-address <device address>; } -OR- host <syslog server address> { change-log <info | any>; source-address <device address>; } If an external syslog host is not configured to log facility change-log severity <info | any>, or configured for facility any severity <info | any>, this is a finding. |
Fix Text (F-24854r513270_fix) |
Configure at least one external syslog host is configured to log facility change-log or any, and severity info or any. [edit system syslog] set host <syslog server address> any <info | any> -OR- [edit] set host <syslog server address> change-log <info | any> |