diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 795ba562..6ab28ce0 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -2676,7 +2676,7 @@ tags: [file, mitre_persistence] - list: remote_file_copy_binaries - items: [rsync, scp, sftp, dcp] + items: [rsync, scp, sftp, dcp, wget, scp] - macro: remote_file_copy_procs condition: (proc.name in (remote_file_copy_binaries))