The Photon operating system must configure auditd to use the correct log format.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-256488 | PHTN-30-000011 | SV-256488r958414_rule | CCI-000131 | medium |
| Description | ||||
| To compile an accurate risk assessment and provide forensic analysis, it is essential for security personnel to know exact, unfiltered details of the event in question. | ||||
| STIG | Date | |||
| VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide | 2024-12-16 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
AU-3
1.00
- DISA · V1R4 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.3.1
1.00
- DISA · V1R4 · 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 · V1R4 · 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-000131
1.00
- DISA · V1R4 · disa_xccdf · related
Details
Check Text (C-256488r958414_chk)
At the command line, run the following command:
# grep "^log_format" /etc/audit/auditd.conf
Expected result:
log_format = RAW
If there is no output, this is not a finding.
If the output does not match the expected result, this is a finding.
Fix Text (F-60106r887137_fix)
Navigate to and open:
/etc/audit/auditd.conf
Ensure the "log_format" line is uncommented and set to the following:
log_format = RAW
At the command line, run the following command:
# killproc auditd -TERM
# systemctl start auditd