mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 17:12:21 +00:00
Move user_known_ingress_remote_file_copy_activities to outside condition
Signed-off-by: Erick Cheng <19863605+ec4n6@users.noreply.github.com>
This commit is contained in:
parent
66df790b9d
commit
b0565794f5
@ -3109,9 +3109,8 @@
|
|||||||
condition: >
|
condition: >
|
||||||
spawned_process and
|
spawned_process and
|
||||||
container and
|
container and
|
||||||
((ingress_remote_file_copy_procs and
|
(ingress_remote_file_copy_procs or curl_download) and
|
||||||
not user_known_ingress_remote_file_copy_activities) or
|
not user_known_ingress_remote_file_copy_activities
|
||||||
(curl_download))
|
|
||||||
output: >
|
output: >
|
||||||
Ingress remote file copy tool launched in container (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline parent_process=%proc.pname
|
Ingress remote file copy tool launched in container (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline parent_process=%proc.pname
|
||||||
container_id=%container.id container_name=%container.name image=%container.image.repository:%container.image.tag)
|
container_id=%container.id container_name=%container.name image=%container.image.repository:%container.image.tag)
|
||||||
|
Loading…
Reference in New Issue
Block a user