Issue
How do I find the Sensor ID of an endpoint in the the Microsoft Defender XDR console.
Environment
Microsoft Defender for Endpoint
Resolution
- Log into the Microsoft Defender XDR console.
- Select Advanced Hunting from the left side menu
- Run the following query:
DeviceInfo
** Replace <Hostname> with the FQDN of the endpoint, but leave the ""
| where DeviceName == "<Hostname>"
** Note: DeviceId is the reflected in Red Canary as Sensor ID.
Comments
0 comments
Please sign in to leave a comment.