fix rule naming following naming convention

Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
kaizhe
2020-04-27 11:38:01 -07:00
committed by poiana
parent ca7398dbe1
commit f27056c394

View File

@@ -2754,8 +2754,6 @@
priority: WARNING
tags: [network]
- macro: allowed_port
condition: (never_true)
@@ -2795,7 +2793,7 @@
priority: WARNING
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).
condition: evt.type=dup and evt.dir=> and container and fd.num in (0, 1, 2) and fd.type in ("ipv4", "ipv6")
output: >