windowsMalwareInformation リソースの種類

名前空間: microsoft.graph

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

マルウェア情報エンティティ。

メソッド

メソッド 戻り値の型 説明
windowsMalwareInformations を一覧表示する windowsMalwareInformation コレクション windowsMalwareInformation オブジェクトのプロパティとリレーションシップを一覧表示します。
WindowsMalwareInformation を取得する windowsMalwareInformation windowsMalwareInformation オブジェクトのプロパティとリレーションシップを読み取ります。
windowsMalwareInformation を作成する windowsMalwareInformation 新しい windowsMalwareInformation オブジェクトを 作成します。
windowsMalwareInformation を削除する なし windowsMalwareInformation を削除します
WindowsMalwareInformation を更新する windowsMalwareInformation windowsMalwareInformation オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String 一意の識別子。 これはマルウェア ID です。
displayName String マルウェアの名前を示します
additionalInformationUrl String マルウェアの詳細を確認するための情報 URL を示します
severity windowsMalwareSeverity マルウェアの重大度。 使用可能な値は、不明、低、中、高、重大です。 既定値は不明です。 可能な値は、unknownlowmoderatehighsevere です。
category windowsMalwareCategory マルウェアのカテゴリ。 使用可能な値は、無効、アドウェア、スパイウェア、passwordStealer、trojanDownloader、worm、backdoor、 remoteAccessTrojan, トロイの木馬, emailFlooder, keylogger, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit filesharingProgram,malwareCreationTool, remote_Control_Software, ツール, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, ウイルス, 既知, 不明, spp, 動作, 脆弱性, ポリシー, enterpriseUnwantedSoftware, 身代金, hipsRule. 既定値が無効です。 使用できる値は、invalidpasswordStealerspywareadwaretrojanDownloaderwormbackdoortrojanMonitoringSoftwareremoteAccessTrojantrojanMassMailertrojantrojanProxyServeremailFloodertrojanDenialOfServicetoolremote_Control_SoftwaremalwareCreationToolfilesharingProgramexploitvirusaolExploitbrowserPlugincookiebrowserModifiernukermonitoringSoftwarekeyloggericqExploitpotentialUnwantedSoftwaretrojanTelnettrojanDropperremoteControlSoftwareenterpriseUnwantedSoftwaretoolBarhostileActiveXControljokeProgramsoftwareBundlersecurityDisablerstealthNotifierdialersettingsModifiertrojanFtpvulnerabilitybehaviorpolicyunknownsppknownransomhipsRuleです。
lastDetectionDateTime DateTimeOffset マルウェアが UTC で最後に検出された時刻を示します

リレーションシップ

リレーションシップ 説明
deviceMalwareStates malwareStateForWindowsDevice コレクション 各デバイスのマルウェアの状態を持つ現在のマルウェアの影響を受けるデバイスの一覧

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsMalwareInformation",
  "id": "String (identifier)",
  "displayName": "String",
  "additionalInformationUrl": "String",
  "severity": "String",
  "category": "String",
  "lastDetectionDateTime": "String (timestamp)"
}