The HYCU virtual appliance must audit the execution of privileged functions.
An XCCDF Rule
Description
Misuse of privileged functions, either intentionally or unintentionally by authorized users, or by unauthorized external entities that have compromised information system accounts, is a serious and ongoing concern and can have significant adverse impacts on organizations. Auditing the use of privileged functions is one way to detect such misuse and identify the risk from insider threats and the advanced persistent threat.
- ID
- SV-268226r1038378_rule
- Version
- HYCU-ND-000080
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure HYCU to audit the execution of the "execve" system call.
Add or update the following file system rules to "/etc/audit/rules.d/audit.rules":
-a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -k execpriv
-a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -k execpriv