mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
Fix remove scp and add curl
Signed-off-by: Erick Cheng <19863605+ec4n6@users.noreply.github.com>
This commit is contained in:
parent
d434853d5f
commit
c4d25b1d24
@ -2676,7 +2676,7 @@
|
|||||||
tags: [file, mitre_persistence]
|
tags: [file, mitre_persistence]
|
||||||
|
|
||||||
- list: remote_file_copy_binaries
|
- list: remote_file_copy_binaries
|
||||||
items: [rsync, scp, sftp, dcp, wget, scp]
|
items: [rsync, scp, sftp, dcp, wget, curl]
|
||||||
|
|
||||||
- macro: remote_file_copy_procs
|
- macro: remote_file_copy_procs
|
||||||
condition: (proc.name in (remote_file_copy_binaries))
|
condition: (proc.name in (remote_file_copy_binaries))
|
||||||
|
Loading…
Reference in New Issue
Block a user