Skip to content

Commit aea8e25

Browse files
authored
Merge pull request #2803 from DebLanger/US372366_AH_device
Add rows to device info table
2 parents f8932cf + 4d4706c commit aea8e25

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 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,17 @@ 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` | `boolean` | 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+
| `Site` | `string` | Represents the physical location where the device is located |
90+
| `DiscoverySources` | `string` | Products or services that have seen or reported the device, including when they last reported it. |
8291

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.
92+
The DeviceInfo table is updated continuously, and all updates contain the full current device data for that device.
8693

8794
You can use the following sample query to get the latest state of a device:
8895

0 commit comments

Comments
 (0)