windowsMalwareInformation-Ressourcentyp
Namespace: microsoft.graph
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 | Zeichenfolge | Der eindeutige Bezeichner. Dies ist die Malware-ID. |
displayName | Zeichenfolge | Gibt den Namen der Schadsoftware an. |
additionalInformationUrl | Zeichenfolge | 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 . remoteAccessTrojan hipsRule 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 |
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)"
}