This repo contains scripts i created to visualize different types of data
- translateToGraphviz.py
- This script contains steps to visually represent your PAN configuration with graphviz
- Export pan config to csv
- https://indeni.com/how-to-export-palo-alto-networks-firewalls/
- column headers
- 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
- make sure the policies.csv file you end up with is in the same directory as the python scripts
- run translateToGraphviz.py
- usage: python translateToGraphviz.py
- install graphviz
- http://www.graphviz.org/
- open .dot file with graphviz