windowsMalwareOverview resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Windows device malware overview.

Properties

Property Type Description
malwareDetectedDeviceCount Int32 Count of devices with malware detected in the last 30 days
totalMalwareCount Int32 Count of all malware detections across all devices. Valid values -2147483648 to 2147483647
totalDistinctMalwareCount Int32 Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647
malwareStateSummary windowsMalwareStateCount collection List of device counts per malware state
malwareSeveritySummary windowsMalwareSeverityCount collection List of active malware counts per malware severity
malwareExecutionStateSummary windowsMalwareExecutionStateCount collection List of device counts per malware execution state
malwareCategorySummary windowsMalwareCategoryCount collection List of device counts per malware category
malwareNameSummary windowsMalwareNameCount collection List of device counts per malware
osVersionsSummary osVersionCount collection List of device counts with malware per windows OS version

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsMalwareOverview",
  "malwareDetectedDeviceCount": 1024,
  "totalMalwareCount": 1024,
  "totalDistinctMalwareCount": 1024,
  "malwareStateSummary": [
    {
      "@odata.type": "microsoft.graph.windowsMalwareStateCount",
      "state": "String",
      "deviceCount": 1024,
      "malwareDetectionCount": 1024,
      "distinctMalwareCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ],
  "malwareSeveritySummary": [
    {
      "@odata.type": "microsoft.graph.windowsMalwareSeverityCount",
      "severity": "String",
      "malwareDetectionCount": 1024,
      "distinctMalwareCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ],
  "malwareExecutionStateSummary": [
    {
      "@odata.type": "microsoft.graph.windowsMalwareExecutionStateCount",
      "executionState": "String",
      "deviceCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ],
  "malwareCategorySummary": [
    {
      "@odata.type": "microsoft.graph.windowsMalwareCategoryCount",
      "category": "String",
      "deviceCount": 1024,
      "activeMalwareDetectionCount": 1024,
      "distinctActiveMalwareCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ],
  "malwareNameSummary": [
    {
      "@odata.type": "microsoft.graph.windowsMalwareNameCount",
      "malwareIdentifier": "String",
      "name": "String",
      "deviceCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ],
  "osVersionsSummary": [
    {
      "@odata.type": "microsoft.graph.osVersionCount",
      "osVersion": "String",
      "deviceCount": 1024,
      "lastUpdateDateTime": "String (timestamp)"
    }
  ]
}