Skip to content

sonofagl1tch/visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualization

This repo contains scripts i created to visualize different types of data

firewall visualizations

  • translateToGraphviz.py
  • This script contains steps to visually represent your PAN configuration with graphviz
    1. Export pan config to csv
    2. https://indeni.com/how-to-export-palo-alto-networks-firewalls/
    3. column headers
      1. name, to, from, source, destination, source-user, category, application, service, hip-profiles, tag, action, description, group, log-setting, disable-server-response-inspection, log-start, log-end, negate-source, negate-destination, disabled, rule-type
    4. make sure the policies.csv file you end up with is in the same directory as the python scripts
    5. run translateToGraphviz.py
    6. usage: python translateToGraphviz.py
    7. install graphviz
    8. http://www.graphviz.org/
    9. open .dot file with graphviz

About

This repo contains scripts i created to visualize different types of data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages