Skip to content

Loads pcap packet capture files into a Neo4j database

Notifications You must be signed in to change notification settings

alexwoolford/pcap_neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcap_neo4j

It's very natural to model network traffic in a graph since a network is a graph. We can model network traffic where each IP address is a node, and a connection is a relationship.

Network engineers will often capture packets in a pcap file that can be analyzed by a tool such as Wireshark.

This is a command-line utility that parses a packet capture file into a graph. Here's an example:

go run pcap_neo4j.go -file sample.pcap -url bolt:https://neo4j.woolford.io:7687 -database pcap -user neo4j -password s3cret123

About

Loads pcap packet capture files into a Neo4j database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages