Add wget and curl to remote_file_copy_binaries

Signed-off-by: Erick Cheng <19863605+ec4n6@users.noreply.github.com>
This commit is contained in:
Erick Cheng 2021-11-02 16:21:32 +01:00 committed by poiana
parent 4c8e369691
commit d434853d5f

View File

@ -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))