名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
マルウェア検出エンティティ。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| windowsDeviceMalwareState を一覧表示する | windowsDeviceMalwareState コレクション | windowsDeviceMalwareState オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| windowsDeviceMalwareState を取得する | windowsDeviceMalwareState | windowsDeviceMalwareState オブジェクトのプロパティとリレーションシップを読み取ります。 |
| windowsDeviceMalwareState を作成する | windowsDeviceMalwareState | 新しい windowsDeviceMalwareState オブジェクトを 作成します。 |
| windowsDeviceMalwareState を削除する | なし | windowsDeviceMalwareState を削除します。 |
| windowsDeviceMalwareState を更新する | windowsDeviceMalwareState | windowsDeviceMalwareState オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | 一意の識別子。 これはマルウェア ID です。 |
| displayName | 文字列 | マルウェア名 |
| additionalInformationUrl | 文字列 | マルウェアの詳細を確認するための情報 URL |
| severity | windowsMalwareSeverity | マルウェアの重大度。 使用可能な値: unknown、low、moderate、high、severe。 |
| executionState | windowsMalwareExecutionState | ブロック/実行などのマルウェアの実行状態。使用可能な値は、 unknown、 blocked、 allowed、 running、 notRunningです。 |
| state | windowsMalwareState | クリーン/検疫/許可などのマルウェアの現在の状態。使用できる値は、 unknown、 detected、 cleaned、 quarantined、 removed、 allowed、 blocked、 cleanFailed、 quarantineFailed、 removeFailed、 allowFailed、 abandoned、 blockFailedです。 |
| threatState | windowsMalwareThreatState | クリーン/検疫/許可などのマルウェアの現在の状態。使用可能な値は、 active、 actionFailed、 manualStepsRequired、 fullScanRequired、 rebootRequired、 remediatedWithNonCriticalFailures、 quarantined、 removed、 cleaned、 allowed、 noStatusClearedです。 |
| initialDetectionDateTime | DateTimeOffset | マルウェアの初期検出日時 |
| lastStateChangeDateTime | DateTimeOffset | この特定の脅威が最後に変更された時刻 |
| detectionCount | Int32 | マルウェアが検出された回数 |
| category | windowsMalwareCategory | マルウェアのカテゴリ。 The possible values are: 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. |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsDeviceMalwareState",
"id": "String (identifier)",
"displayName": "String",
"additionalInformationUrl": "String",
"severity": "String",
"executionState": "String",
"state": "String",
"threatState": "String",
"initialDetectionDateTime": "String (timestamp)",
"lastStateChangeDateTime": "String (timestamp)",
"detectionCount": 1024,
"category": "String"
}