Skip to content

Commit

Permalink
updated falco rules files
Browse files Browse the repository at this point in the history
Signed-off-by: h4l0gen <[email protected]>
  • Loading branch information
h4l0gen committed Mar 22, 2024
1 parent 4d06ee4 commit 2c98e4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions rules/falco-deprecated_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

# Starting with version 8, the Falco engine supports exceptions.
# However the Falco rules file does not use them by default.
---

- required_engine_version: '0.31.0'

Expand Down
1 change: 1 addition & 0 deletions rules/falco-sandbox_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

# Starting with version 8, the Falco engine supports exceptions.
# However the Falco rules file does not use them by default.
---

- required_engine_version: 0.35.0

Expand Down
11 changes: 6 additions & 5 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@
and not proc.pname in (shell_binaries)
enabled: true
output: Read monitored file via directory traversal
output: >
Read monitored file via directory traversal
(file=%fd.name fileraw=%fd.nameraw gparent=%proc.aname[2]
ggparent=%proc.aname[3] gggparent=%proc.aname[4] evt_type=%evt.type
user=%user.name user_uid=%user.uid user_loginuid=%user.loginuid
Expand Down Expand Up @@ -1460,8 +1461,8 @@
proc_exepath=%proc.exepath parent=%proc.pname command=%proc.cmdline
terminal=%proc.tty %container.info)
priority: NOTICE
tags: >
[maturity_stable, host, container, process, mitre_defense_evasion, T1622]
tags: [
maturity_stable, host, container, process, mitre_defense_evasion, T1622]

- macro: private_aws_credentials
condition: >
Expand Down Expand Up @@ -1607,7 +1608,7 @@
user_loginuid=%user.loginuid process=%proc.name proc_exepath=%proc.exepath
parent=%proc.pname command=%proc.cmdline terminal=%proc.tty %container.info)
priority: NOTICE
tags: [
tags: [
maturity_stable, host, container, network, process, mitre_execution, T1059
]

Expand Down Expand Up @@ -1639,4 +1640,4 @@
priority: CRITICAL
tags: [
maturity_stable, host, container, process, mitre_defense_evasion, T1620
]
]

0 comments on commit 2c98e4f

Please sign in to comment.