Skip to content

Commit

Permalink
Merge pull request #109 from Pierre-Gronau-ndaal/patch-48
Browse files Browse the repository at this point in the history
Update audit.rules uftp
  • Loading branch information
Neo23x0 authored Feb 5, 2024
2 parents 528743a + fb4ce64 commit db36864
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

### atftpd
### https://sourceforge.net/projects/atftp/
### https://github.com/madmartin/atftp
Expand Down

0 comments on commit db36864

Please sign in to comment.