Quick question(s) for those experts out here on the forum!
I have a question regarding resource usage on the security gateways when using different construct on firewall rules. Here is my scenario and my questions related to it.
First question:
If I have a firewall rules that is matching on FQDN ( via DNS lookup) and want to over it from FQDN to a regex based FQDN match I believe that requires me to make the rule an custom application rule to use the regex matching on the URI in the header. Is this a correct statement or is there a way to use regex on an FQDN rule without using a custom application?
Second question:
What would be the expected impact to CPU/Memory in using FQDN vs Custom Application if there is any?
Third question:
I assume when using a FQDN rule match that the header is being read in full. Does the HTTP/HTTPS inspection for the Custom Application just ready the header as well or is it more in-depth assuming it can read the encrypted payload?
Thanks for the expertise and time in answering these questions!