- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-11-2023 09:32 PM
Hi all,
I been testing to do URL filtering with whitelist approach (allow some URL and block everything) and also create SSL decrypt policy. As I was checking, it seems like not working to block facebook. I check in the test a site, Facebook fall under social-networking. When I check the log, there is no log under URL filtering that is hitting facebook.
I also made some custom url category(attach it to URL filtering for blocking facebook), but still not hitting the custom url category:
*.facebook.com
connect.facebook.net/*
*.xx.fbdcdn.net/
Anybody have any idea on how to block facebook by URL filtering? The security rule is from trust to untrust and I set it allow, and attach the URL filtering.
11-30-2023 06:12 PM
Is facebook showing up in the logs of allowed traffic? If not, FB could be using QUIC
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClarCAC
11-30-2023 08:15 PM
Hi,
Actually, there is CASB client intercept the traffic for Saas Based traffic so we couldn't do anything from firewall side. The blocking need to do from CASB itself. Beside that, it seems like the url filtering is working other than SaaS based traffic.
12-04-2023 10:05 AM
We use the following custom URL category for selectively allowing/blocking Facebook:
fb.com/
*.fb.com/
facebook.com/
*.facebook.com/
facebook.net/
*.facebook.net/
fbcdn.net/
*.fbcdn.net/
Either as a category in URL filtering, or as a modifier for specific destinations in a Security Policy. You can usually do overall blocking without SSL decryption (with just the SNI), but doing all SSL decryption leads to far better pattern matching.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!