- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-13-2025 10:34 AM
We have several policies that permit traffic to 80/443 with no specific destination address, but with a URL category set for a specific URL. For example, we have a post-rule for VPN users to access our internal Splunk server via the URL.
The issue I'm seeing is that I am trying to connect to another device using https://ipaddress and the traffic is hitting our Splunk URL rule.
This is not the only URL Category rule we have. I've also seen traffic hit a pre-rule we have using a URL Category.
Has anyone experienced this? Is there a good solution?
08-18-2025 02:26 AM
are the log entires you are seeing actual proper traffic (ssl/web-browsing,.. app-id, normal session end etc) or are these incomplete app-id sessions?
these types of rules need to accept all web traffic in order for the firewall to be able to determine the url category (seen in the SNI of http GET typically) which means that at least 4 to 5 packets need to flow through that rule before it is able to determine if it should keep this session (category match) or release this session (no category match, security rule lookup for better match)
what happens if this is a 'rogue' session that is either broken (e.g. server stops responding) or 'abnormal' (url category not found before session already ended by server/client, early RST,.....) that the session dies before it can match a different more accurate rule so the log entry is written with the last rule that session hit before ending
rules with only URL category have a high catch rate for bad or broken sessions so there will be lots of logs that mysteriously seem to hit this rule
08-22-2025 01:54 AM
sounds like what i described, and expected behavior
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!