- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- URL Filtering RegEx allow all but disable one
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
URL Filtering RegEx allow all but disable one
Hi
I used the "Overried Categorization" on this regex ".windowsupdate\.com" to classify all "Windows Update" in "Software Update" and give specifics rights for my users / servers.
I tried to modify my regex to match *.windowsupdate.com but not http://ctldl.windowsupdate.com.
I search in the forum but not found this particular synthax.
I tried on https://regex101.com/ the "negative lookbehind" pattern :
(?<!http\:\/\/cdtl\.windowsupdate\.com)([a-zA-Z0-9\.]+)(\.windowsupdate\.com)
(?!.*cdtl*\.windowsupdate\.com)([a-zA-Z0-9\.]+)(\.windowsupdate\.com)
(?<!.cdtl\.windowsupdate\.com).windowsupdate\.com
but I have an issue when I push policy (GAIA R81.10, JHF 130)
Do Checkpoint regex allow "negative lookbehind" ?
Thank you for your indulgence for my first post
Xavier
