UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The Juniper router must be configured to generate an alert for all audit failure events.


Overview

Finding ID Version Rule ID IA Controls Severity
V-91155 JUNI-ND-000990 SV-101255r1_rule Medium
Description
It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without a real-time alert, security personnel may be unaware of an impending failure of the audit capability and system operation may be adversely affected. Alerts provide organizations with urgent messages. Real-time alerts provide these messages immediately (i.e., the time from event detection to alert occurs in seconds or less).
STIG Date
Juniper Router NDM Security Technical Implementation Guide 2020-06-03

Details

Check Text ( C-90309r3_chk )
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.

system {
syslog {
host x.x.x.x {
any critical;
}
}

Note: The parameter "critical" can be replaced with a lesser severity level (i.e., error, warning, notice, info).

If the router is not configured to generate an alert for all audit failure events, this is a finding.
Fix Text (F-97353r3_fix)
Configure the router to send critical to emergency log messages to the syslog server as shown in the example below.

set syslog host x.x.x.x any critical

Note: The parameter "critical" can replaced with a lesser severity level (i.e., error, warning, notice, info).