Files
macos_security/rules/audit/audit_auditd_enabled.yaml
2020-09-10 17:28:46 -04:00

75 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
id: audit_auditd_enabled
title: "Enable Security Auditing"
discussion: |
The information system _MUST_ be configured to generate audit records.
Audit records establish what types of events have occurred, when they occurred, and which users were involved. These records aid an organization in their efforts to establish, correlate, and investigate the events leading up to an outage or attack.
The content required to be captured in an audit record varies based on the impact level of an organizations system. Content that may be necessary to satisfy this requirement includes, for example, time stamps, source addresses, destination addresses, user identifiers, event descriptions, success/fail indications, filenames involved, and access or flow control rules invoked.
The information system initiates session audits at system start-up.
check: |
/bin/launchctl list | /usr/bin/grep -c com.apple.auditd
result:
integer: 1
fix: |
[source,bash]
----
/bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.auditd.plist
----
references:
cce:
- CCE-84706-1
cci:
- CCI-000130
- CCI-000131
- CCI-000132
- CCI-000133
- CCI-000134
- CCI-000135
- CCI-000159
- CCI-001464
- CCI-001487
- CCI-001889
- CCI-001890
- CCI-001914
- CCI-002130
800-53r4:
- AU-3
- AU-3(1)
- AU-8
- AU-12
- AU-12(3)
- AU-14(1)
srg:
- SRG-OS-000037-GPOS-00015
- SRG-OS-000038-GPOS-00016
- SRG-OS-000039-GPOS-00017
- SRG-OS-000040-GPOS-00018
- SRG-OS-000041-GPOS-00019
- SRG-OS-000042-GPOS-00020
- SRG-OS-000042-GPOS-00021
- SRG-OS-000055-GPOS-00026
- SRG-OS-000254-GPOS-00095
- SRG-OS-000255-GPOS-00096
- SRG-OS-000303-GPOS-00120
- SRG-OS-000337-GPOS-00129
- SRG-OS-000358-GPOS-00145
- SRG-OS-000359-GPOS-00146
disa_stig:
- AOSX-14-001003
800-171r2:
- 3.3.1
- 3.3.2
- 3.3.7
macOS:
- "10.15"
tags:
- 800-171
- cnssi-1253
- fisma-low
- fisma-moderate
- fisma-high
- STIG
mobileconfig: false
mobileconfig_info: