Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.21 KB

File metadata and controls

50 lines (42 loc) · 1.21 KB
title detonationObservables resource type
description Represents detonation details.
author malvika-balaraj
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/12/2024

detonationObservables resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents the resources that are included in a detonation, such as URLs, IPs, domains, and files that were found (and can either be problematic or benign).

Properties

Property Type Description
contactedIps String collection The list of all contacted IPs in the detonation.
contactedUrls String collection The list of all URLs found in the detonation.
droppedfiles String collection The list of all dropped files in the detonation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.detonationObservables",
  "droppedfiles": [
    "String"
  ],
  "contactedIps": [
    "String"
  ],
  "contactedUrls": [
    "String"
  ]
}