Package com.microsoft.graph.models
Enum Class WindowsMalwareCategory
- All Implemented Interfaces:
Serializable
,Comparable<WindowsMalwareCategory>
,Constable
The Enum Windows Malware Category.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadwareaol Exploitbackdoorbehaviorbrowser Modifierbrowser Plugincookiedialeremail Flooderenterprise Unwanted Softwareexploitfilesharing Programhips Rulehostile Active XControlicq Exploitinvalidjoke Programkeyloggerknownmalware Creation Toolmonitoring Softwarenukerpassword Stealerpolicypotential Unwanted Softwareransomremote Access Trojanremote Control Softwaresecurity Disablersettings Modifiersoftware Bundlersppspywarestealth Notifiertooltool Bartrojantrojan Denial Of Servicetrojan Downloadertrojan Droppertrojan Ftptrojan Mass Mailertrojan Monitoring Softwaretrojan Proxy Servertrojan TelnetFor WindowsMalwareCategory values that were not expected from the serviceunknownvirusvulnerabilityworm -
Method Summary
Modifier and TypeMethodDescriptionstatic WindowsMalwareCategory
Returns the enum constant of this class with the specified name.static WindowsMalwareCategory[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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_X_CONTROL
hostile Active XControl -
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 -
UNEXPECTED_VALUE
For WindowsMalwareCategory values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-