Skip to content

Commit

Permalink
Merge pull request #108 from Pierre-Gronau-ndaal/patch-47
Browse files Browse the repository at this point in the history
Update audit.rules atftpd
  • Loading branch information
Neo23x0 authored Feb 5, 2024
2 parents 984a6dd + 9fbd441 commit 528743a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,24 @@
-w /usr/local/bin/xfreerdp -p x -k susp_activity
-w /usr/bin/nmap -p x -k susp_activity

### atftpd
### https://sourceforge.net/projects/atftp/
### https://github.com/madmartin/atftp
### atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, 2349 and 7440.
### The server is multi-threaded and the client presents a friendly interface using libreadline.
### T1133_External_Remote_Services
-w /usr/bin/atftpd -p x -k susp_activity
-w /usr/sbin/atftpd -p x -k susp_activity

-w /usr/bin/in.tftpd -p x -k susp_activity
-w /usr/sbin/in.tftpd -p x -k susp_activity

-w /lib/systemd/system/atftpd.service -k susp_activity
-w /usr/lib/systemd/system/atftpd.service -k susp_activity

-w /lib/systemd/system/atftpd.socket -k susp_activity
-w /usr/lib/systemd/system/atftpd.socket -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
Expand Down

0 comments on commit 528743a

Please sign in to comment.