Forum Discussion
The_sec_guy12165
May 24, 2019Copper Contributor
Alert on Successful RDP connections
While playing with log Queries in Sentinel, I found several RDP connections to my test machines and would like to know if these attempts were successful or no. I looked for messages such as "User Au...
The_sec_guy12165
May 29, 2019Copper Contributor
For anyone else who is looking for this, the solution is to filter by Event in sentinel logs, after enabling Windows RDP logs under DATA => Windows Events Logs.
You can use the following query for test :
Event
| where RenderedDescription
contains "A connection from the client computer with an IP address of"
and RenderedDescription contains "failed because the user name or password is not correct. "
- truekonradsFeb 10, 2020Brass Contributor
What do you mean by "Data => Windows Event Logs", where is that setting?
EDIT: found it: Azure Sentinel Workspaces / [workspace ] / Settings / Workspace Settings / Advanced Settings / Data