Skip to content

Commit

Permalink
Update audit.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gronau-ndaal committed Jul 28, 2023
1 parent 1646590 commit 6ee38ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,13 @@
-w /usr/local/bin/xfreerdp -p x -k T1219_Remote_Access_Tools
-w /usr/bin/nmap -p x -k susp_activity

## sssd
-a always,exit -F path=/usr/libexec/sssd/p11_child -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
-a always,exit -F path=/usr/libexec/sssd/krb5_child -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
-a always,exit -F path=/usr/libexec/sssd/ldap_child -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
-a always,exit -F path=/usr/libexec/sssd/selinux_child -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts
-a always,exit -F path=/usr/libexec/sssd/proxy_child -F perm=x -F auid>=500 -F auid!=4294967295 -k T1078_Valid_Accounts

## T1002 Data Compressed

-w /usr/bin/zip -p x -k T1002_Data_Compressed
Expand Down

0 comments on commit 6ee38ae

Please sign in to comment.