Zone Protection Profile events are recorded in the Threat Logs with specific subtypes:
These subtypes help in filtering and identifying specific protection events in the logs.
To ensure that all relevant Zone Protection events are logged, enable additional threat logging via CLI:
set system setting additional-threat-log on
This command allows the firewall to generate Threat logs for various packet-based attacks, including:
Note: This setting is available in PAN-OS 8.1.2 and later versions.
Use the following CLI commands to monitor Zone Protection activities:
show zone-protection zone <zone-name>
– Displays statistics for the specified zone.
show counter global filter severity drop
– Shows global drop counters, useful for identifying dropped packets due to protection profiles.
show interface ethernet1/1
– Provides interface statistics, including drops related to Zone Protection.
Replace
<zone-name>
with the actual name of the zone you wish to inspect.
To view Zone Protection events in the GUI:
( subtype eq 'flood' )
– For flood protection events.
( subtype eq 'scan' )
– For reconnaissance protection events.
( subtype eq 'packet' )
– For packet-based attack protection events.
These filters help in quickly identifying and analyzing relevant security events.