Netstat Visualization with Neo4j

Neo4j makes it possible create nodes, describe relationships between the nodes, and query the database. It visualizes the output and you can spot patterns easily.
This project visualizes the information from netstat files collected on multiple nodes.

I got the idea on a security conference while talking to multiple security vendors, and after a training for Maltego.

Run “netstat -an” on multiple hosts and draw a graph. Neo4j makes it easy to search for connections between ranges, can show you the usage of protocols, can can help you to easily identify issues.

https://github.com/trinitor/netstat2neo4j

Tagged , ,

Leave a Reply

Your email address will not be published. Required fields are marked *