3.1 Ensure Security Auditing Is Enabled

Information

macOS's audit facility, auditd receives notifications from the kernel when certain system calls, such as open fork and exit are made. These notifications are captured and written to an audit log.

Apple has deprecated auditd as of macOS 11.0 Big Sur. In macOS 14.0 Sonoma it is no longer enabled by default.

Logs generated by auditd may be useful when investigating a security incident as they may help reveal the vulnerable application and the actions taken by a malicious actor.

Solution

Terminal Method:

Perform the following to enable security auditing:

Run the following command to load auditd and create the audit_control file:

$ /usr/bin/sudo /bin/launchctl load -w /System/Library/LaunchDaemons/com.apple.auditd.plist

See Also

https://workbench.cisecurity.org/benchmarks/15551