Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 3.08 KB

advanced-hunting-devicetvmsoftwareevidencebeta-table.md

File metadata and controls

59 lines (49 loc) · 3.08 KB
title description search.appverid ms.service ms.subservice f1.keywords ms.author author ms.localizationpriority manager audience ms.collection ms.custom ms.topic ms.date
DeviceTvmSoftwareEvidenceBeta table in the advanced hunting schema
Learn how to use the DeviceTvmSoftwareEvidenceBeta table in the advanced hunting schema.
met150
defender-xdr
adv-hunting
NOCSH
maccruz
schmurky
medium
dansimp
ITPro
m365-security
tier3
cx-ti
cx-ah
reference
01/16/2024

DeviceTvmSoftwareEvidenceBeta

[!INCLUDE Microsoft Defender XDR rebranding]

Applies to:

  • Microsoft Defender XDR
  • Microsoft Defender for Endpoint

Important

The DeviceTvmSoftwareEvidenceBeta table is currently in beta. Once it leaves beta, the final table name will change and column names may also change. The modifications will then likely break queries that are still using previous names. Users are advised to review and adjust their queries when this table is finalized.

The DeviceTvmSoftwareEvidenceBeta table in the advanced hunting schema contains data from Microsoft Defender Vulnerability Management related to the software evidence section. This table allows you to view evidence of where a specific software was detected on a device. You can use this table, for example, to identify the file paths of specific software. Use this reference to construct queries that return information from the table.

For information on other tables in the advanced hunting schema, see the advanced hunting reference.

Column name Data type Description
DeviceId string Unique identifier for the device in the service
SoftwareVendor string Name of the software publisher
SoftwareName string Name of the software product
SoftwareVersion string Version number of the software product
RegistryPaths dynamic Registry paths where evidence indicating the existence of the software on a device was detected
DiskPaths dynamic Disk paths where file-level evidence indicating the existence of the software on a device was detected
LastSeenTime string Date and time when the device was last seen by this service

Related topics