mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-07 11:49:07 +00:00
rule(list network_tool_binaries): add network tool names
Signed-off-by: Hiroki Suezawa <suezawa@gmail.com>
This commit is contained in:
parent
28fa4a72e8
commit
23a7203e50
@ -2281,7 +2281,7 @@
|
|||||||
tags: [network, k8s, container, mitre_port_knocking]
|
tags: [network, k8s, container, mitre_port_knocking]
|
||||||
|
|
||||||
- list: network_tool_binaries
|
- list: network_tool_binaries
|
||||||
items: [nc, ncat, nmap, dig, tcpdump, tshark, ngrep]
|
items: [nc, ncat, nmap, dig, tcpdump, tshark, ngrep, telnet, ssh, mitmproxy, socat]
|
||||||
|
|
||||||
- macro: network_tool_procs
|
- macro: network_tool_procs
|
||||||
condition: (proc.name in (network_tool_binaries))
|
condition: (proc.name in (network_tool_binaries))
|
||||||
|
Loading…
Reference in New Issue
Block a user