All Apps and Add-ons

Getting Palo Alto firewall rules into splunk

dgosselin
New Member

I'm looking to get a list of firewall rules from Panorama into splunk to be able to query against traffic logs, is there any way to do this through the Palo Alto app for splunk?

0 Karma

mnatkin_splunk
Splunk Employee
Splunk Employee

< disclaimer > I haven't yet had the chance to test this on a live system, so YMMV < /disclaimer >

The way I know of to pull the rules is via the PAN-OS XML API. You'll want to use the Xpath parameter to target just the rule base itself, so Xpath=/config/devices/entry/vsys/entry/rulebase/security should do the trick.

Your API call will look something like this:

https://{PANORAMA_IP_or_HOST}/api/?type=config&action=show&key=apikey&xpath=/config/devices/entry/vs...

You're most interested in the "Rule Name" field, as my understanding is that this is the unique identifier in the traffic log that you can correlate against.

For more information, reference the PAN API usage guide (available here): https://www.paloaltonetworks.com/documentation/71/pan-os/xml-api

Good luck, and Happy Splunking!

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...