Skip to content

Commit

Permalink
Macro(network_tool_binaries) Added netcat binary
Browse files Browse the repository at this point in the history
Signed-off-by: <darryk10>stefano.chierici@sysdig.com
  • Loading branch information
darryk10 authored and poiana committed Apr 6, 2023
1 parent 5857874 commit 1bd7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Expand Up @@ -2506,7 +2506,7 @@
tags: [network, k8s, container, mitre_persistence, T1205.001]

- list: network_tool_binaries
items: [nc, ncat, nmap, dig, tcpdump, tshark, ngrep, telnet, mitmproxy, socat, zmap]
items: [nc, ncat, netcat, nmap, dig, tcpdump, tshark, ngrep, telnet, mitmproxy, socat, zmap]

- macro: network_tool_procs
condition: (proc.name in (network_tool_binaries))
Expand Down

0 comments on commit 1bd7e4a

Please sign in to comment.