Audit Policy Tampering Via Auditpol
Description
Threat actors can use auditpol binary to change audit policy configuration to impair detection capability. This can be carried out by selectively disabling/removing certain audit policies as well as restoring a custom policy owned by the threat actor.
Query · sigma
selection_img: - Image|endswith: \auditpol.exe - OriginalFileName: AUDITPOL.EXE selection_cli: CommandLine|contains: - disable - clear - remove - restore condition: all of selection_*
Known false positives
- Administrator or administrator scripts might leverage the flags mentioned in the detection section. Either way, it should always be monitored