Hellow, I have a Checkpoint 80.40, and I need to create a rule with specific source IPs, but destination must be URLs (not IPs), with specific services (9091 and 9092).
My idea was create a security police with specific source IPs, destination ANY, services 9091 and 9092. And, in application, I created two rules:
Rule1 - source: IPs mensionaded, destination: Internet object and, in Service Application Sites, I created a Custon AplicationSites, with my URLs, action: ACCEPT.
Rule2 - source: IPs mensionaded, destination: Internet object, services: 9091 and 9092 and action: DROP.
But, I found out that my Application Sites uses Custom_Application_Site category, that works only with the services HTTP, HTTPS, HTTP_proxy and HTTPS_proxy. Thats why It doens't match in services 9091 and 9092.
What can I do in this case?
I tried to create an User Category, but I can't associeted the services 9091 and 9092.