Skip to content

Commit 77bcf97

Browse files
committed
Add rows to device info table
1 parent f8932cf commit 77bcf97

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

defender-xdr/advanced-hunting-deviceinfo-table.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom:
1818
- cx-ti
1919
- cx-ah
2020
ms.topic: reference
21-
ms.date: 12/04/2024
21+
ms.date: 02/17/2025
2222
---
2323

2424
# DeviceInfo
@@ -79,10 +79,18 @@ For information on other tables in the advanced hunting schema, [see the advance
7979
| `AzureResourceId` | `string` | Unique identifier of the Azure resource associated with the device |
8080
| `AwsResourceName` | `string` | Unique identifier specific to Amazon Web Services devices, containing the Amazon resource name |
8181
| `GcpFullResourceName` | `string` | Unique identifier specific to Google Cloud Platform devices, containing a combination of zone and ID for GCP|
82+
| `HardwareUuid` | `string` | Universally Unique Identifier (UUID) of the device's hardware |
83+
| `CloudPlatforms` | `string` | The cloud platforms that the device belongs to. Can be Azure, Amazon Web Services, Google Cloud Platform and Azure Arc. |
84+
| `AzureVmId` | `string` | Unique identifier assigned to the device in Azure |
85+
| `AzureVmSubscriptionId` | `string` | Unique identifier of the Azure subscription associated with the device |
86+
| `IsTransient` | `string` | Indicates whether this device is classified as short-lived or transient based on the frequency of appearance of the device on the network |
87+
| `OsBuildRevision` | `string` | Build revision number of the operating system running on the machine |
88+
| `MitigationStatus` | `string` | Indicates the mitigation action applied to a device |
89+
| `IsPartiallyIdentified` | `string` | A device is classified as partially identified if it does not have a strong identifier to uniquely determine its identity. |
90+
| `Site` | `string` | Represents the physical location where the device is located |
91+
| `DiscoverySources` | `string` | Products or services that have seen or reported the device, including when they last reported it. |
8292

83-
84-
85-
The `DeviceInfo` table provides device information based on periodic reports or signals (heartbeats) from a device. Complete reports are sent every hour and every time a change happens to a previous heartbeat.
93+
The DeviceInfo table is updated continuously, and all updates contain the full current device data for that device.
8694

8795
You can use the following sample query to get the latest state of a device:
8896

0 commit comments

Comments
 (0)