The Advanced Filter in the Policy Overview page of Firewall Analyzer provides a flexible way to perform granular, rule-level searches across firewall policies. It enables users to define multiple conditions across various rule attributes such as IP addresses, objects, interfaces, and services and combine them using logical operators like AND and OR. This allows precise identification and analysis of firewall rules based on specific traffic or policy requirements.
Additionally, the feature includes a Save Filter capability, allowing users to store and reuse frequently used filter configurations. This helps streamline repetitive analysis tasks, improves consistency, and reduces the effort required during audits, troubleshooting, and compliance checks.
The Advanced Filter is supported at both the device level and device group level, making it suitable for environments of all sizes.
For instance, an administrator troubleshooting an issue in a specific device can apply filters at the device level to quickly identify rules matching a particular source IP and action. In larger environments, the same capability can be used at the device group level to analyze rules across multiple firewalls simultaneously, such as identifying all disabled rules allowing HTTPS traffic across a branch network.
You can filter rules based on:

| Operator | Description |
|---|---|
| Equals | Matches exact value |
| Not Equals | Excludes exact value |
| In | Matches any value in a list |
| Not In | Excludes values in a list |
| Range | Matches values within a specified range |
| Contains | Matches objects containing the specified value |
| Not Contains | Excludes objects containing the specified value |
The Criteria Pattern represents how multiple conditions are logically grouped. Each condition can be configured using operators such as Equals, In, Range, or Contains, supporting both exact and pattern-based searches. The filter provides clear visibility into how multiple conditions are applied.
Example:(1 OR 2) AND 3
(1 OR 2) AND 3) to understand how conditions are combined.

The Advanced Filter works at both Device level and Device Group level, allowing flexibility depending on how your firewall environment is organized.
Consider a firewall administrator troubleshooting an issue in a specific firewall device (e.g., Palo-01).
Using Advanced Filter at the device level, they can quickly narrow down rules affecting only that device, making troubleshooting faster and more focused.
Now consider a large enterprise where multiple firewalls are grouped (e.g., branch offices or regions).
Using Advanced Filter at the device group level, they can analyze rules across multiple devices at once, instead of checking each device individually.