Skip to content

Commit

Permalink
Update audit.rules uftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gronau-ndaal authored Jul 30, 2023
1 parent 639bad5 commit 47ebcea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,20 @@
-w /usr/local/bin/xfreerdp -p x -k susp_activity
-w /usr/bin/nmap -p x -k susp_activity

### uftp
### https://sourceforge.net/projects/uftp-multicast/
### UFTP is an encrypted multicast file transfer program, designed to securely, reliably,
### and efficiently transfer files to multiple receivers simultaneously.
### FTP also has the capability to communicate over disjoint networks separated by one or
### more firewalls (NAT traversal) and without full end-to-end multicast capability
### (multicast tunneling) through the use of a UFTP proxy server.
### T1133_External_Remote_Services
-w /usr/bin/uftp -p x -k susp_activity
-w /usr/sbin/uftp -p x -k susp_activity

-w /lib/systemd/system/uftp.service -k susp_activity
-w /usr/lib/systemd/system/uftp.service -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 47ebcea

Please sign in to comment.