windowsMalwareInformation-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

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

Entität "Schadsoftwareinformationen".

Methoden

Methode Rückgabetyp Beschreibung
Auflisten von windowsMalwareInformations windowsMalwareInformation-Sammlung Auflisten der Eigenschaften und Beziehungen der objekte windowsMalwareInformation .
WindowsMalwareInformation abrufen windowsMalwareInformation Liest Eigenschaften und Beziehungen des windowsMalwareInformation-Objekts .
Erstellen von windowsMalwareInformation windowsMalwareInformation Erstellen Sie ein neues windowsMalwareInformation-Objekt .
WindowsMalwareInformation löschen Keine Löscht windowsMalwareInformation.
Aktualisieren von windowsMalwareInformation windowsMalwareInformation Aktualisieren sie die Eigenschaften eines windowsMalwareInformation-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String Der eindeutige Bezeichner. Dies ist die Malware-ID.
displayName String Gibt den Namen der Schadsoftware an.
additionalInformationUrl String Gibt eine Informations-URL an, um mehr über die Schadsoftware zu erfahren.
Schweregrad windowsMalwareSeverity Schweregrad der Schadsoftware. Mögliche Werte sind: unbekannt, niedrig, mittel, hoch, schwerwiegend. standardwert ist unbekannt. 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. Der Standardwert ist ungültig. Mögliche Werte sind: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor. remoteAccessTrojanhipsRuletrojanemailFlooderkeyloggerdialermonitoringSoftwarebrowserModifiercookiebrowserPluginaolExploitnukersecurityDisablerjokeProgramhostileActiveXControlsoftwareBundlerstealthNotifiersettingsModifiertoolBarremoteControlSoftwaretrojanFtppotentialUnwantedSoftwareicqExploittrojanTelnetexploitfilesharingProgrammalwareCreationToolremote_Control_SoftwaretooltrojanDenialOfServicetrojanDroppertrojanMassMailertrojanMonitoringSoftwaretrojanProxyServervirusknownunknownsppbehaviorvulnerabilitypolicyenterpriseUnwantedSoftwareransom
lastDetectionDateTime DateTimeOffset Gibt den Zeitpunkt an, zu dem die Schadsoftware zuletzt in UTC erkannt wurde.

Beziehungen

Beziehung Typ Beschreibung
deviceMalwareStates malwareStateForWindowsDevice-Sammlung Liste der Von der aktuellen Schadsoftware betroffenen Geräte mit dem Schadsoftwarestatus auf jedem Gerät

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)"
}