Skip to content

Commit

Permalink
Merge pull request #139 from Pierre-Gronau-ndaal/patch-68
Browse files Browse the repository at this point in the history
Update audit.rules dact
  • Loading branch information
Neo23x0 authored Oct 16, 2024
2 parents 41693c1 + b8e24cc commit 7540899
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,16 @@
-w /usr/bin/zstd -p x -k Data_Compressed
-w /usr/local/bin/zstd -p x -k Data_Compressed

### https://www.rkeene.org/oss/dact
-a always,exit -F arch=b32 -F path=/usr/bin/dact -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/bin/dact -F perm=x -F key=Data_Compressed

-a always,exit -F arch=b32 -F path=/usr/sbin/dact -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/sbin/dact -F perm=x -F key=Data_Compressed

-a always,exit -F arch=b32 -F path=/usr/local/bin/dact -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/local/bin/dact -F perm=x -F key=Data_Compressed

## Added to catch netcat on Ubuntu
-w /bin/nc.openbsd -p x -k susp_activity
-w /bin/nc.traditional -p x -k susp_activity
Expand Down

0 comments on commit 7540899

Please sign in to comment.