Skip to content

Commit

Permalink
cleanup(rules): initial transitions of some sandbox rules to incubating
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
  • Loading branch information
incertum authored and poiana committed Jul 19, 2023
1 parent b165df9 commit 13f1cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/falco_rules.yaml
Expand Up @@ -1607,7 +1607,7 @@
Namespace change (setns) by unexpected program (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline pid=%proc.pid
parent=%proc.pname %container.info container_id=%container.id image=%container.image.repository:%container.image.tag)
priority: NOTICE
tags: [maturity_sandbox, host, container, process, mitre_privilege_escalation, mitre_lateral_movement, T1611]
tags: [maturity_incubating, host, container, process, mitre_privilege_escalation, mitre_lateral_movement, T1611]

# The binaries in this list and their descendents are *not* allowed
# spawn shells. This includes the binaries spawning shells directly as
Expand Down Expand Up @@ -2741,7 +2741,7 @@
command=%proc.cmdline pid=%proc.pid container_id=%container.id container_name=%container.name image=%container.image.repository:%container.image.tag)
priority:
NOTICE
tags: [maturity_sandbox, host, container, process, users, mitre_persistence, T1548.001]
tags: [maturity_incubating, host, container, process, users, mitre_persistence, T1548.001]

- list: exclude_hidden_directories
items: [/root/.cassandra]
Expand Down Expand Up @@ -2997,7 +2997,7 @@
image=%container.image.repository namespace=%k8s.ns.name
fd.rip.name=%fd.rip.name fd.lip.name=%fd.lip.name fd.cip.name=%fd.cip.name fd.sip.name=%fd.sip.name)
priority: WARNING
tags: [maturity_sandbox, container, network, mitre_discovery, T1046]
tags: [maturity_incubating, container, network, mitre_discovery, T1046]

- list: allowed_image
items: [] # add image to monitor, i.e.: bitnami/nginx
Expand Down

0 comments on commit 13f1cf2

Please sign in to comment.