-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Analytics Rule VMware ESXi - Root login Bug #9443
Comments
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal. |
Hi @jeffrywu28, Thanks for flagging this issue, we will investigate this issue and get back to you with some updates by 28-11-2023 . Thanks! |
Hi, sure |
Hi @jeffrywu28 ,I am unable to replicate the issue as mentioned above ,please find below screen shot for reference ,Could you please share more details and error screen shots for further trouble shooting and replicating steps |
Hi @jeffrywu28, we are waiting for your response on above comment. Thanks! |
Hi @jeffrywu28, Gentle Reminder: We are waiting for your response on this issue. If you still need to keep this issue active, please respond to it in the next 2 days. If we don't receive a response by 07-12-2023 date, we will be closing this issue. |
Hi @jeffrywu28, since we have not received a response in the last 5 days, we are closing your issue- #9443 as per our standard operating procedures. If you still need support for this issue, feel free to re-open at any time. Thank you for your co-operation. |
Describe the bug
If I using the default analytics rule query, that is not showing anything. If I remove the 'UserLoginSessionEvent' on the Syslog messages, the result is showing.
To Reproduce
Steps to reproduce the behavior:
Go to Analytics Rules
Click on
Scroll down to 'VMware ESXi - Root login Bug'
Edit the Query remove the "UserLoginSessionEvent" :
let p_lookback = 14d;
let t_lookback = 1h;
let root_ips = VMwareESXi
| where TimeGenerated between (ago(p_lookback) .. ago(t_lookback))
| where SyslogMessage has_all ('root', 'logged in')
| extend SrcIpAddr = extract(@'root@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})', 1, SyslogMessage)
| summarize makeset(SrcIpAddr);
VMwareESXi
| where TimeGenerated > ago(t_lookback)
| where SyslogMessage has_all ('UserLoginSessionEvent', 'root', 'logged in')
| extend SrcIpAddr = extract(@'root@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})', 1, SyslogMessage)
| where SrcIpAddr !in (root_ips)
| extend IPCustomEntity = SrcIpAddr
See error
Expected behavior
Result of the Query that valid root login
Screenshots
Desktop (please complete the following information):
Please talk with your creator or team
The text was updated successfully, but these errors were encountered: