Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@
### "memfd_create" creates anonymous file and returns a file descriptor to access it
### When combined with "fexecve" can be used to stealthily run binaries in memory without touching disk
-a always,exit -F arch=b64 -S memfd_create -F key=anon_file_create
-a always,exit -F arch=b64 -S fexecve -k fexecve_detect


## Privilege Abuse
### The purpose of this rule is to detect when an admin may be abusing power by looking in user's home dir.
Expand Down