Skip to content

A series of tools used to work with Palo Alto Networks firewalls.

Notifications You must be signed in to change notification settings

lionFodder/pan-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palo Alto Networks Toolbox

This will be a repository of scripts written to handle some checks and other things on on the Palo Alto Networks firewalls.

url-check.py

This script will query the PANDB cloud with data from a flat text file and return the categories in a CSV. This is a CLI executed script that utilizes argparse, requests, and the lxml library.

pan-rcli.py

This script will allow you to execute commands on a remote Palo Alto Networks firewall and then read back the responses. You can feed it either a single command or a text file of commands. It should be noted that the commands are executed as is, there is no logic in place to check the validity of the commands.

pan-qb.py

This script will perform a quick backup of a firewall where there is a known API key to make life easier. If anyone wants to update it to auto-gen an API key from a fed username and password.

srrm-monitor-public.py

This script will hit the API to pull stats around the "show running resource-monitor" command and pull data from the DP's of firewalls.

About

A series of tools used to work with Palo Alto Networks firewalls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%