December 2017
Intermediate to advanced
410 pages
11h 5m
English
In the below solution, we monitor all the system calls dealing with deletion activity:
Appropriate system call rule :-auditctl -a always,exit -S unlink -S unlinkat -F auid>=500 -F auid!=4294967295 -k delete
Let's look into what each of the options really means:
Read now
Unlock full access