mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-03 23:55:06 +00:00
fix rule naming following naming convention
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
@@ -2754,8 +2754,6 @@
|
|||||||
priority: WARNING
|
priority: WARNING
|
||||||
tags: [network]
|
tags: [network]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- macro: allowed_port
|
- macro: allowed_port
|
||||||
condition: (never_true)
|
condition: (never_true)
|
||||||
|
|
||||||
@@ -2795,7 +2793,7 @@
|
|||||||
priority: WARNING
|
priority: WARNING
|
||||||
tags: [network]
|
tags: [network]
|
||||||
|
|
||||||
- rule: Redirect stdout/stdin to network connection in container
|
- rule: Redirect STDOUT/STDIN to Network Connection in Container
|
||||||
desc: Detect redirecting stdout/stdin to network connection in container (potential reverse shell).
|
desc: Detect redirecting stdout/stdin to network connection in container (potential reverse shell).
|
||||||
condition: evt.type=dup and evt.dir=> and container and fd.num in (0, 1, 2) and fd.type in ("ipv4", "ipv6")
|
condition: evt.type=dup and evt.dir=> and container and fd.num in (0, 1, 2) and fd.type in ("ipv4", "ipv6")
|
||||||
output: >
|
output: >
|
||||||
|
Reference in New Issue
Block a user