Hello all, thanks for reading.
We are working on migrating URL lists from ProxySG to Netskope.
There are several URL lists defined for ProxySG whose matching behaviour is as follows:
Imagine there are two URL lists defined: List1 and List2
List1:
api.facebook.com
List2:
facebook.com
The following URLs will match as follows in proxySG:
api.facebook.com -> matches List1
sub.api.facebook.com -> matches List1
sub.facebook.com -> matches List2
facebook.com -> matches List2
**Notice it matches the URL list containing the most similar entry
How is Netskope handling the above scenario where a URL can be matched in multiple URL lists?
How does URL list matching works in Netskope?
- Does exact match implicitly include subdomains? (e.g. sub2.sub1.domain.com)
- Does exact match implicitly include any path? (e.g. [subdomain.]domain.com/path1/path2?param1=0¶m2=1)
- Does regex match type require a full match from start to end of the value? e.g.
- Is regex match type the only way to implement partial matches (startsWith, endsWith, contains, etc)?
Thanks a lot in advance,
Ă’scar