The VMware Carbon Black Tech Zone is live! Checkout this great resource: Mastering Carbon Black Audit & Remediation.

IP Table Rules

Description: it looks at the specific IPTable Rules that exist on a Linux host

What The Data Shows: it would help troubleshoot network traffic flows, and determine what IPs / Ports are able to communicate with the server in question

SQL: 

SELECT policy,target,src_port,src_ip,dst_port,dst_ip
FROM (`iptables`);

 

 

0 Votes
1 Comment
jnelson
Carbon Black Employee
Status changed to: Approved