Move wget and curl to own rule

Signed-off-by: Erick Cheng <19863605+ec4n6@users.noreply.github.com>
This commit is contained in:
Erick Cheng
2021-11-10 09:44:56 +01:00
committed by poiana
parent bdba37a790
commit 205a8fd23b

View File

@@ -2676,7 +2676,7 @@
tags: [file, mitre_persistence]
- list: remote_file_copy_binaries
items: [rsync, scp, sftp, dcp, wget, curl]
items: [rsync, scp, sftp, dcp]
- macro: remote_file_copy_procs
condition: (proc.name in (remote_file_copy_binaries))