PAN-OS Plugin for Steampipe
Use SQL to query firewalls, security policies and more from PAN-OS.
- Get started →
- Documentation: Table definitions & examples
- Community: Slack Channel
- Get involved: Issues
Quick start
Install the plugin with Steampipe:
steampipe plugin install panos
Run steampipe:
steampipe query
Run a query:
select
name,
value,
description
from
panos_address_object
order by
name
+----------+-----------------+-------------------------+
| name | value | description |
+----------+-----------------+-------------------------+
| localnet | 192.168.80.0/24 | The 192.168.80 network. |
+----------+-----------------+-------------------------+
Developing
Prerequisites:
Clone:
git clone https://github.com/turbot/steampipe-plugin-panos.git
cd steampipe-plugin-panos
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/panos.spc
Try it!
steampipe query
> .inspect panos
Further reading:
Contributing
Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.
help wanted
issues: