Document toolboxDocument toolbox

firewall.paloalto.all

Introduction

This union table collects information from a set of tables that contain events from Palo Alto Network's firewalls. 

Source tables

The information displayed is extracted from the following tables:

  • firewall.paloalto.auth

  • firewall.paloalto.config

  • firewall.paloalto.correlation

  • firewall.paloalto.decryption

  • firewall.paloalto.globalprotect

  • firewall.paloalto.hipmatch

  • firewall.paloalto.iptag

  • firewall.paloalto.system

  • firewall.paloalto.threat

  • firewall.paloalto.traffic

  • firewall.paloalto.url

  • firewall.paloalto.userid

Table structure

This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables: 

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Source field name

Extra fields

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

 

timestamp

timestamp

 

 

received_date

timestamp

recvdate

 

machine

str

 

 

log_type

str

logType

 

subtype

str

subType

 

serial

str

 

 

source_ip

str

 

 

source_ipv4

ip4

srcIp

 

destination_ip

str

 

 

destination_ipv4

ip4

dstIp

 

source_nat_ip

str

 

 

source_nat_ipv4

ip4

srcNatIp

 

destination_nat_ip

str

 

 

destination_nat_ipv4

ip4

dstNatIp

 

rule

str

 

 

session

str

 

 

source_username

str

srcUser

 

destination_username

str

dstUser

 

application

str

app

 

virtual_system

str

virtSys

 

source_zone

str

srcZone

 

destination_zone

str

dstZone

 

source_interface

str

srcIface

 

destination_interface

str

dstIface

 

log_action

str

logAction

 

repeat_count

int4

repCnt

 

source_port

str

 

 

destination_port

str

 

 

source_nat_port

str

 

 

destination_nat_port

str

 

 

flags

str

 

 

protocol

str

proto

 

action

str

 

 

category

str

 

 

sequence_number

int8

seqno

 

action_flags

str

actionFlags

 

device_name

str

deviceName

 

bytes_total

int8

bytes

 

bytes_sent

int8

sentBytes

 

bytes_received

int8

recvBytes

 

packets_total

int4

pkts

 

source_geo_country_name

str

srcCountry

 

destination_geo_country_name

str

dstCountry

 

session_end_reason

str

 

 

url_file_name

str

url_filename

 

threat_id

str

threatid

 

severity

str

 

 

hostname

str

host

 

file_path

str

path

 

rawMessage

str

 

 

hostchain

str

 

tag

str

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.