- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-20-2022 05:10 PM
Would anyone know how to properly identify and block old browser versions using custom vulnerability object? I need help with the proper "pattern" to use to be able to identify the version. I know that there is the following guide:
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClSOCA0
But this guide is generic and detects all chrome version using pattern: "Chrome\/". What if I would like to block specific "Chrome/106.0.5249.119" version? How do I write the pattern? I was only able to successfully use "Chrome\/106 " but I am having issues when I added the rest of the succeeding numbers such as "Chrome\/106\.0\.5249\.119". Any help would be appreciated.
11-02-2022 11:34 AM
Did you try adding adding ( ) (Chrome\/106\.0\.5249\.119) as you are using regex signature match not just Pattern_match operator (https://docs.paloaltonetworks.com/pan-os/u-v/custom-app-id-and-threat-signatures/custom-application-... ). Maybe also see https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-web-interface-help/objects/objects-custom-objec...
11-02-2022 11:34 AM
Did you try adding adding ( ) (Chrome\/106\.0\.5249\.119) as you are using regex signature match not just Pattern_match operator (https://docs.paloaltonetworks.com/pan-os/u-v/custom-app-id-and-threat-signatures/custom-application-... ). Maybe also see https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-web-interface-help/objects/objects-custom-objec...
11-15-2022 03:57 PM
Thank you Nikoolayy1, this seemed to resolve the issue and it is now matching what I want.
03-23-2023 10:26 AM
Hello Team, excuse me
How I can block a Chrome versions less than or equal to 105, we try whit these: Chrome\/(0|[1-9][0-9]?|10[0-5])\. and these (Chrome/([1-9][0-9]10[0-5])), but isn't working.
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!