FQDN (Fully Qualified Domain Name) Filter Profile
An FQDN Filter Profile evaluates the FQDN associated with traffic and applies an action to either allow or deny the traffic. In order to evaluate the FQDN, traffic must TLS encrypted and contain an FQDN in an SNI in a TLS hello header. The FQDN can be evaluated for traffic that is processed by either a Forwarding orForward Proxy Rule. The set of FQDNs in the Profile can be specified as strings representing the full domain or as strings represented by a Perl Compatible Regular Expression (PCRE). If only domain filtering is required, it is best to use an FQDN Filtering Profile. An FQDN Filtering Profile can also be used in conjunction with a URL Filtering Profile, where the domain is evaluated using the FQDN Filtering Profile and the URL is evaluated using the URL Filtering Profile.
The FQDN Filtering Profile can use a set of pre-defined Categories. To view more information on Categories, please see .
![]() Note |
The FQDN Filter Profile is organized as a table containing user-specified rows (FQDNs and Categories) along with two default rows (Uncategorized and ANY). Categories and FQDNs can be combined within each row if desired. The limits for each FQDN Filter Profile are as follows:
When specifying a multi-level domain (e.g., 'www.example.com'), it's important to escape the `.` character (e.g.,`www\.example\.com`) otherwise it will be treated as a wildcard for any single character. |
Standalone vs. Group
A FQDN Filter Profile can be specified as Type Standalone or Group.
A FQDN Filter Standalone Profile contains FQDNs and Categories. The Profile will be applied directly to a set of one or more Policy Ruleset Rules or associated with a FQDN Group Profile.
A FQDN Filter Group Profile contains an ordered list of Standalone Profiles that can be defined for different purposes and combined together into a Group Profile. The Group Profile can be applied directly to a set of one or more Policy Ruleset Rules. Each team can create and manage specific Standalone Profiles. These Standalone Profiles can be combined together into a Group Profile to create hierarchies or different combinations based on use case. An example combination could be a global FQDN list that would apply to everything, a CSP-specific list that would apply to each different CSP, and an application-specific list that would apply to each different application.
Uncategorized
-
The penultimate row in an FQDN Filter Profile, which is represented as Uncategorized.
-
Specifies the Policy action to take for FQDNs that do not match the user-specified FQDNs or do not have a Category.
-
If a Standalone Profile is used in a Group Profile and the Group Profile is applied to a Policy Ruleset Rule, the Uncategorized row will be taken from the Group Profile. TheUncategorized row of a Standalone Profile is only applicable if the Standalone Profile is directly applied to a Policy Ruleset Rule.
Default (ANY)
-
The final row in an FQDN Filter Profile, which is represented as ANY.
-
Specifies the Policy action to take for FQDNs that do not match the user-specified FQDNs or Categories, or are not Uncategorized.
-
If a Standalone Profile is used in a Group Profile and the Group Profile is applied to a Policy Ruleset Rule, the ANY row will be taken from the Group Profile. The ANY row of a Standalone Profile is only applicable if the Standalone Profile is directly applied to a Policy Ruleset Rule.