windowsMalwareInformation 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
恶意软件信息实体。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 唯一标识符。 这是恶意软件 ID。 |
| displayName | String | 恶意软件名称 |
| additionalInformationUrl | String | 用于了解有关恶意软件详细信息的信息 URL |
| severity | windowsMalwareSeverity | 恶意软件的严重性。 可取值为:unknown、low、moderate、high、severe。 |
| “类别” | windowsMalwareCategory | 恶意软件的类别。 可能的值是:、 、 、 invalid adware spyware passwordStealer trojanDownloader worm backdoor remoteAccessTrojan trojan emailFlooder keylogger dialer monitoringSoftware browserModifier cookie browserPlugin aolExploit nuker securityDisabler jokeProgram hostileActiveXControl softwareBundler stealthNotifier settingsModifier toolBar remoteControlSoftware trojanFtp potentialUnwantedSoftware icqExploit trojanTelnet exploit filesharingProgram malwareCreationTool remote_Control_Software tool trojanDenialOfService trojanDropper trojanMassMailer trojanMonitoringSoftware trojanProxyServer virus known unknown spp behavior vulnerability policy enterpriseUnwantedSoftware ransom hipsRule |
| lastDetectionDateTime | DateTimeOffset | 上次检测到恶意软件的时间 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| deviceMalwareStates | malwareStateForWindowsDevice 集合 | 受当前恶意软件影响的设备列表,每台设备上具有恶意软件状态 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsMalwareInformation",
"id": "String (identifier)",
"displayName": "String",
"additionalInformationUrl": "String",
"severity": "String",
"category": "String",
"lastDetectionDateTime": "String (timestamp)"
}
反馈
提交和查看相关反馈