Skip to content

stratosphereips/flow-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Flow timeline visualizer

Run from stdin

head -n 100000 conn.log|sort -n | python flow_visualizer.py --stdin --min-duration 60

Run from parameter

python flow_visualizer.py --min-duration 60 conn.log

Features

  • Reads conn.log files separated by TAB.
  • Reads conn.log files in JSON format.
  • Uses font colors that do not mix with background colors.
  • All the connections to the same src IP and dst IP share the same shade of color, but slightly different for different dst ports.
  • You can filter by any text.
  • You can filter by the min duration of the flows.

How it looks like

image

image

image

About

A tool to visualize netflows in a local webpage as a timeline

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages