Skip to content

The HYCU virtual appliance must generate audit records for privileged activities or other system-level access.

An XCCDF Rule

Description

Without generating audit 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. Audit records can be generated from various components within the network device (e.g., module or policy filter).

ID
SV-268242r1038675_rule
Version
HYCU-ND-000260
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Audit logging is enabled by default within the HYCU VM console. If an administrator disabled it, reenable it by logging in to the HYCU VM console and running the following command:
chkconfig auditd on

Use the following command to review the logs:
cat /var/log/secure | less 

Use the "/" character to search the log or timeframe for any undesired/unapproved changes.