An overview of url objects including DNS, HTTP, SSH, NTP, logging, sysopt, and device association settings.
URL objects and URL groups are used by Firepower devices. Use URL objects and groups (collectively referred to as URL objects) to define the URL or IP addresses of web requests. You can use these objects to implement manual URL filtering in access control policies or blocking in Security Intelligence policies. A URL object defines a single URL or IP address, whereas a URL group defines more than one URL or IP address.
When creating URL objects, keep the following points in mind:
-
If you do not include a path, meaning the URL has no / character, Security Cloud Control matches by the server host name only. The host name matches if it appears after the :// separator or after any dot in the host name. For example, ign.com matches ign.com and www.ign.com, but not verisign.com.
-
If you include one or more `/` characters, Security Cloud Control uses the entire URL string for substring matching, including the server name, path, and query parameters.
-
Do not use manual URL filtering to block or allow individual web pages or parts of sites unless you accept the risk of unexpected matches. Server paths can change, and substring matching can match unintended servers, paths, or query parameter strings.
-
Security Cloud Control disregards the encryption protocol. If you block a website, HTTP and HTTPS traffic to that website is blocked unless you use an application condition to target a specific protocol.
-
Do not include the protocol when you create a URL object. For example, use example.com, not http://example.com.
-
If you use a URL object to match HTTPS traffic in an access control rule, create the object with the subject common name in the public key certificate used to encrypt the traffic. Do not include subdomain information. For example, use example.com, not www.example.com.
-
The subject common name in a certificate might not match the website domain name. For more consistent HTTPS URL filtering, use SSL Decryption policy so that URL filtering rules evaluate decrypted traffic.
URL objects do not match HTTPS traffic if the browser resumes a TLS session, because certificate information is no longer available. HTTPS connection matching can therefore be inconsistent.

to edit.