Please indicate whether "Encrypted URLs (full path)" means that a wildcard can be supported like http://site.com/folder/*
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@itguysocal .
for example only
*. microsoft.com is supported.
*.intel.com is supported
Yes, that part is clear, but can the documentation be more clear about wildcard support for "full path" otherwise its not clear whether something like this is expected to work: http://site.com/folder/*
Hello @itguysocal ,
As I checked, it will not return any error if you try to create indicator for http://site.com/folder/*, however, it will not work as expected.
So I believe wildcards are not supported. It supports only FQDN or URL, and if you need to block http://site.com/folder/*, I would recommend to use FQDN site.com.
Thank you
Most helpful comment
Hello @itguysocal ,
As I checked, it will not return any error if you try to create indicator for
http://site.com/folder/*, however, it will not work as expected.So I believe wildcards are not supported. It supports only FQDN or URL, and if you need to block http://site.com/folder/*, I would recommend to use FQDN site.com.
Thank you