windowsMalwareInformation-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Schadsoftwareinformationsentität.

Methoden

Methode Rückgabetyp Beschreibung
WindowsMalwareInformations auflisten windowsMalwareInformation-Sammlung Diese Eigenschaft listet die Eigenschaften und Beziehungen von Objekten des Typs "windowsMalwareInformation" auf.
WindowsMalwareInformation abrufen windowsMalwareInformation Dient zum Lesen von Eigenschaften und Beziehungen des windowsMalwareInformation-Objekts.
WindowsMalwareInformation erstellen windowsMalwareInformation Erstellen sie ein neues windowsMalwareInformation-Objekt.
windowsMalwareInformation löschen Keine Löscht ein windowsMalwareInformation-Objekt.
WindowsMalwareInformation aktualisieren windowsMalwareInformation Dient zum Aktualisieren der Eigenschaften eines windowsMalwareInformation-Objekts.

Eigenschaften

Eigenschaft Typ Beschreibung
id Zeichenfolge Der eindeutige Bezeichner. Dies ist eine Schadsoftware-ID.
displayName Zeichenfolge Name der Schadsoftware
additionalInformationUrl Zeichenfolge Informations-URL, um mehr über die Schadsoftware zu erfahren
Schweregrad windowsMalwareSeverity Schweregrad der Schadsoftware. Mögliche Werte: unknown, low, moderate, high, severe.
category windowsMalwareCategory Kategorie der Schadsoftware. Mögliche Werte sind: 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 Das letzte Mal, wenn die Schadsoftware erkannt wird

Beziehungen

Beziehung Typ Beschreibung
deviceMalwareStates malwareStateForWindowsDevice-Sammlung Liste der Geräte, die von der aktuellen Schadsoftware mit dem Schadsoftwarestatus auf jedem Gerät betroffen sind

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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