Skip to content

Commit

Permalink
new(rules): initial tagging of PCI DSS related rules
Browse files Browse the repository at this point in the history
https://falco.org/blog/falco-pci-controls/

Co-authored-by: nigeldouglas-itcarlow <[email protected]>
Signed-off-by: Melissa Kilby <[email protected]>
  • Loading branch information
2 people authored and poiana committed Jul 27, 2023
1 parent 2108517 commit 5ac90e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@
and not redhat_image
output: Privileged container started (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline pid=%proc.pid %container.info image=%container.image.repository:%container.image.tag)
priority: INFO
tags: [maturity_incubating, container, cis, mitre_execution, T1610]
tags: [maturity_incubating, container, cis, mitre_execution, T1610, PCI_DSS_10.2.5]

# These capabilities were used in the past to escape from containers
- macro: excessively_capable_container
Expand Down Expand Up @@ -3065,7 +3065,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_incubating, container, network, mitre_discovery, T1046]
tags: [maturity_incubating, container, network, mitre_discovery, T1046, PCI_DSS_6.4.2]

- list: allowed_image
items: [] # add image to monitor, i.e.: bitnami/nginx
Expand Down Expand Up @@ -3525,7 +3525,7 @@
proc.cwd=%proc.cwd terminal=%proc.tty container.start_ts=%container.start_ts proc.sid=%proc.sid proc.vpgid=%proc.vpgid
proc.vpid=%proc.vpid evt.res=%evt.res)
priority: CRITICAL
tags: [maturity_stable, container, process, mitre_persistence, TA0003]
tags: [maturity_stable, container, process, mitre_persistence, TA0003, PCI_DSS_11.5.1]

# Application rules have moved to application_rules.yaml. Please look
# there if you want to enable them by adding to
Expand Down

0 comments on commit 5ac90e8

Please sign in to comment.