GOOGLE MAPS WHILE BLOCKING OTHER GOOGLE SERVICES

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

GOOGLE MAPS WHILE BLOCKING OTHER GOOGLE SERVICES

L2 Linker

Does anyone have any ideas on how to permit access to Google Maps but block access to all other Google services? I have tried using a rule matching the Google-Maps application however it requires google-base which allows many other Google services. I have also tried using custom URLs for maps.google.com and www.google.com/maps; however, Google maps seems to require access to resources at www.google.com/.

 

The customer is currently using a Squid proxy with detailed regex expressions to accomplish this. Below are some examples. They would like to remove the proxy and use the firewall only. 

 

acl ALLOWED_URL url_regex -i ^https?://www.google.com/favicon.ico$
acl ALLOWED_URL url_regex -i ^https?://www.google.com/images/branding/product/ico
acl ALLOWED_URL url_regex -i ^https?://www\.google\.com/(maps|xjs)
acl ALLOWED_URL url_regex -i ^https?://www\.google\.com/s(earch)?\?tbm=map
acl ALLOWED_URL url_regex -i ^https?://www\.google\.com/gen_204\?oq=

12 REPLIES 12

L7 Applicator

Hi @j.moore

 

Why don't you add the same URLs (without regex) to your custom URL category?

I tried that. It doesn't seem to match on the full string. I think Custom URLs only support domains and subdomains, not the variables. 

@j.moore,

You can't use variables for this. 

I figured that. What other options do I have? 

@j.moore,

To do this easily and cleanly you don't really have any from the firewall directly. Google integrates all of their services pretty tightly and trying to limit all of Google but allowing Maps would require a very large amount of allowed URLs that will likely be constantly changing and breaking things. 

Using a squid proxy this is fairly straightforward. Hoping this might be accomplished using the PA firewall only. 

L7 Applicator

As they work with squid, did you add these urls to the custom url category?

www.google.com/favicon.ico
www.google.com/images/branding/product/ico
www.google.com/maps
www.google.com/xjs
www.google.com/search?tbm=map
www.google.com/s?tbm=map
www.google.com/gen_204?oq=

Yes, but it fails to match the following.  I I think this is because PANOS only matches on domains, subdomains, and paths not Parameters. 

 

www.google.com/search?tbm=map
www.google.com/s?tbm=map
www.google.com/gen_204?oq=

 

Are you doing SSL Decryption? Without decryption, the firewall doesn't even see the HTTP request for the maps page, it only sees the hostname of the server they're connecting to, in this case it's www.google.com as the host. Google uses a wildcard cert, so the response from the server is for *.google.com. Since neither is distinguishing the maps service, there would be no way to allow maps but deny others.

 

PAN-DB does categorize on full URIs, not just domains and hosts. A good example of this is any of the test sites:

https://pandb.paloaltonetworks.com/test-gambling

https://pandb.paloaltonetworks.com/test-phishing

 

Both of those pages are on the same host and domain, but different paths. PAN-DB will categorize them appropriately.

 

But if you're not decrypting the SSL (TLS) traffic, the only thing the firewall will see is a TLS Client Hello that has "pandb.paloaltonetworks.com" but not the full URI.

Even with Decryption enabled PANOS still doesn't match the Parameters in the URL. Path matching works; however,  without matching the parameters we can't differentiate between Google maps and all other Google services. 

Even with Decryption enabled PANOS still doesn't match the Parameters in the URL.

 

That's actually incorrect - PAN-DB (and PAN-OS) does do full URI matching. The two test URLs I provided would illustrate that. The "test-phishing" and "test-gambling" parts are neither the host nor the domain. Those are part of the path, and PAN-DB definitely does page-level categorization, even when you define a custom URL.

 

Looking at the squid rules you provided, you would likely need to create a custom URL category with all of the following URLs. :

 

www.google.com/favicon.ico

www.google.com/images/branding/product/ico

www.google.com/maps*

www.google.com/xjs*

www.google.com/s?tpm=map

www.google.com/search?tpm=map

www.google.com/gen_204/?oq=*

 

You may want to double up on those, excluding the 'www' since it's valid even without that.

L0 Member

@j.moore I never tried this in palo alto but i did it in Cyberoam firewall. We applied this to one of our client where they had to use only google maps and block all other google services. There we allowed google maps and blocked other services using SSL certificate. Its been quite few years that we implemented this. https://support.sophos.com/support/s/article/KB-000038926?language=en_US

Hope this will help

  • 8132 Views
  • 12 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!