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 です。 |
| category | 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)"
}
フィードバック
フィードバックの送信と表示