The HYCU virtual appliance must generate audit records for privileged activities or other system-level access.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-268242 | HYCU-ND-000260 | SV-268242r1038675_rule | CCI-000172 | medium |
| 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). | ||||
| STIG | Date | |||
| HYCU Protege Security Technical Implementation Guide | 2024-10-29 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
AU-12
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.3.1
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.3.2
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000172
1.00
- DISA · 1 · disa_xccdf · related
Details
Check Text (C-268242r1038675_chk)
Log in to the VM console and run the following command:
chkconfig auditd
If the Audit Service is not in a running state, this is a finding.
Also, if no logs are present in the "/var/log/secure" file, this is a finding.
Fix Text (F-72166r1038674_fix)
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.