-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive number of failed connections from yields no Entities #11625
Comments
Hi @fleckster44 , Thanks for flagging this issue, we will investigate this issue and get back to you with some updates. Thanks! |
Hi @fleckster44 , Could you please provide more information or context regarding the alert? Any additional details would help us investigate the issue further |
These alerts are from a Fortinet firewall with excessive failures. Turns out it was a windows 11 update 24H2 printing issue where when they print a broadcast was fired out causing these failures. The way I found the actual entities was with the following KQL since the sentinel alert didnt have an entity for whatever reason: let threshold = 1000; // Adjusted threshold value based on observed counts Happy to report the registry edit for the printdefault fixed the broadcast and stopped these excessive failures with Sentinel: |
Hi @fleckster44, Sorry for the delayed response. We have reviewed the existing rule, which points to this path: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Network%20Session%20Essentials/Analytic%20Rules/ExcessiveHTTPFailuresFromSource.yaml We attempted to replicate the same in our environment for Entities using our data. Based on the data availability in our workspace, we modified the threshold value to get the However, if we keep the default threshold value (threshold = 5000), the query will check the condition | where Count > threshold, and since it doesn’t meet the threshold, the To check if the
You can adjust the threshold value accordingly. Once you see results for I hope this helps resolve your issue. Thanks! |
This alert kicked off but we see no entities. Some hunting yielded no results either to try to narrow it down.
The text was updated successfully, but these errors were encountered: