mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 19:29:09 +00:00
Exclude exe_running_docker_save in the "Update Package Repository" rule
Signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
This commit is contained in:
parent
df7a356e1d
commit
f97a33d40a
@ -920,9 +920,11 @@
|
|||||||
- rule: Update Package Repository
|
- rule: Update Package Repository
|
||||||
desc: Detect package repositories get updated
|
desc: Detect package repositories get updated
|
||||||
condition: >
|
condition: >
|
||||||
((open_write and access_repositories) or (modify and modify_repositories)) and not package_mgmt_procs
|
((open_write and access_repositories) or (modify and modify_repositories))
|
||||||
|
and not package_mgmt_procs
|
||||||
|
and not exe_running_docker_save
|
||||||
output: >
|
output: >
|
||||||
Repository files get updated (user=%user.name command=%proc.cmdline file=%fd.name newpath=%evt.arg.newpath container_id=%container.id image=%container.image.repository)
|
Repository files get updated (user=%user.name command=%proc.cmdline parent=%proc.pname pcmdline=%proc.pcmdline file=%fd.name newpath=%evt.arg.newpath container_id=%container.id image=%container.image.repository)
|
||||||
priority:
|
priority:
|
||||||
NOTICE
|
NOTICE
|
||||||
tags: [filesystem, mitre_persistence]
|
tags: [filesystem, mitre_persistence]
|
||||||
|
Loading…
Reference in New Issue
Block a user