All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.microsoft.graph.models.WindowsMalwareCategory Maven / Gradle / Ivy
// Template Source: Enum.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
package com.microsoft.graph.models;
/**
* The Enum Windows Malware Category.
*/
public enum WindowsMalwareCategory
{
/**
* invalid
*/
INVALID,
/**
* adware
*/
ADWARE,
/**
* spyware
*/
SPYWARE,
/**
* password Stealer
*/
PASSWORD_STEALER,
/**
* trojan Downloader
*/
TROJAN_DOWNLOADER,
/**
* worm
*/
WORM,
/**
* backdoor
*/
BACKDOOR,
/**
* remote Access Trojan
*/
REMOTE_ACCESS_TROJAN,
/**
* trojan
*/
TROJAN,
/**
* email Flooder
*/
EMAIL_FLOODER,
/**
* keylogger
*/
KEYLOGGER,
/**
* dialer
*/
DIALER,
/**
* monitoring Software
*/
MONITORING_SOFTWARE,
/**
* browser Modifier
*/
BROWSER_MODIFIER,
/**
* cookie
*/
COOKIE,
/**
* browser Plugin
*/
BROWSER_PLUGIN,
/**
* aol Exploit
*/
AOL_EXPLOIT,
/**
* nuker
*/
NUKER,
/**
* security Disabler
*/
SECURITY_DISABLER,
/**
* joke Program
*/
JOKE_PROGRAM,
/**
* hostile Active XControl
*/
HOSTILE_ACTIVE_X_CONTROL,
/**
* software Bundler
*/
SOFTWARE_BUNDLER,
/**
* stealth Notifier
*/
STEALTH_NOTIFIER,
/**
* settings Modifier
*/
SETTINGS_MODIFIER,
/**
* tool Bar
*/
TOOL_BAR,
/**
* remote Control Software
*/
REMOTE_CONTROL_SOFTWARE,
/**
* trojan Ftp
*/
TROJAN_FTP,
/**
* potential Unwanted Software
*/
POTENTIAL_UNWANTED_SOFTWARE,
/**
* icq Exploit
*/
ICQ_EXPLOIT,
/**
* trojan Telnet
*/
TROJAN_TELNET,
/**
* exploit
*/
EXPLOIT,
/**
* filesharing Program
*/
FILESHARING_PROGRAM,
/**
* malware Creation Tool
*/
MALWARE_CREATION_TOOL,
/**
* tool
*/
TOOL,
/**
* trojan Denial Of Service
*/
TROJAN_DENIAL_OF_SERVICE,
/**
* trojan Dropper
*/
TROJAN_DROPPER,
/**
* trojan Mass Mailer
*/
TROJAN_MASS_MAILER,
/**
* trojan Monitoring Software
*/
TROJAN_MONITORING_SOFTWARE,
/**
* trojan Proxy Server
*/
TROJAN_PROXY_SERVER,
/**
* virus
*/
VIRUS,
/**
* known
*/
KNOWN,
/**
* unknown
*/
UNKNOWN,
/**
* spp
*/
SPP,
/**
* behavior
*/
BEHAVIOR,
/**
* vulnerability
*/
VULNERABILITY,
/**
* policy
*/
POLICY,
/**
* enterprise Unwanted Software
*/
ENTERPRISE_UNWANTED_SOFTWARE,
/**
* ransom
*/
RANSOM,
/**
* hips Rule
*/
HIPS_RULE,
/**
* For WindowsMalwareCategory values that were not expected from the service
*/
UNEXPECTED_VALUE
}