{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsMalwareCategory", "title": "windowsMalwareCategory", "enum": [ "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" ], "type": "string", "description": "Malware category id", "x-ms-enum": { "name": "windowsMalwareCategory", "modelAsString": false, "values": [ { "value": "invalid", "description": "Invalid", "name": "invalid" }, { "value": "adware", "description": "Adware", "name": "adware" }, { "value": "spyware", "description": "Spyware", "name": "spyware" }, { "value": "passwordStealer", "description": "Password stealer", "name": "passwordStealer" }, { "value": "trojanDownloader", "description": "Trojan downloader", "name": "trojanDownloader" }, { "value": "worm", "description": "Worm", "name": "worm" }, { "value": "backdoor", "description": "Backdoor", "name": "backdoor" }, { "value": "remoteAccessTrojan", "description": "Remote access Trojan", "name": "remoteAccessTrojan" }, { "value": "trojan", "description": "Trojan", "name": "trojan" }, { "value": "emailFlooder", "description": "Email flooder", "name": "emailFlooder" }, { "value": "keylogger", "description": "Keylogger", "name": "keylogger" }, { "value": "dialer", "description": "Dialer", "name": "dialer" }, { "value": "monitoringSoftware", "description": "Monitoring software", "name": "monitoringSoftware" }, { "value": "browserModifier", "description": "Browser modifier", "name": "browserModifier" }, { "value": "cookie", "description": "Cookie", "name": "cookie" }, { "value": "browserPlugin", "description": "Browser plugin", "name": "browserPlugin" }, { "value": "aolExploit", "description": "AOL exploit", "name": "aolExploit" }, { "value": "nuker", "description": "Nuker", "name": "nuker" }, { "value": "securityDisabler", "description": "Security disabler", "name": "securityDisabler" }, { "value": "jokeProgram", "description": "Joke program", "name": "jokeProgram" }, { "value": "hostileActiveXControl", "description": "Hostile ActiveX control", "name": "hostileActiveXControl" }, { "value": "softwareBundler", "description": "Software bundler", "name": "softwareBundler" }, { "value": "stealthNotifier", "description": "Stealth modifier", "name": "stealthNotifier" }, { "value": "settingsModifier", "description": "Settings modifier", "name": "settingsModifier" }, { "value": "toolBar", "description": "Toolbar", "name": "toolBar" }, { "value": "remoteControlSoftware", "description": "Remote control software", "name": "remoteControlSoftware" }, { "value": "trojanFtp", "description": "Trojan FTP", "name": "trojanFtp" }, { "value": "potentialUnwantedSoftware", "description": "Potential unwanted software", "name": "potentialUnwantedSoftware" }, { "value": "icqExploit", "description": "ICQ exploit", "name": "icqExploit" }, { "value": "trojanTelnet", "description": "Trojan telnet", "name": "trojanTelnet" }, { "value": "exploit", "description": "Exploit", "name": "exploit" }, { "value": "filesharingProgram", "description": "File sharing program", "name": "filesharingProgram" }, { "value": "malwareCreationTool", "description": "Malware creation tool", "name": "malwareCreationTool" }, { "value": "remote_Control_Software", "description": "Remote control software", "name": "remote_Control_Software" }, { "value": "tool", "description": "Tool", "name": "tool" }, { "value": "trojanDenialOfService", "description": "Trojan denial of service", "name": "trojanDenialOfService" }, { "value": "trojanDropper", "description": "Trojan dropper", "name": "trojanDropper" }, { "value": "trojanMassMailer", "description": "Trojan mass mailer", "name": "trojanMassMailer" }, { "value": "trojanMonitoringSoftware", "description": "Trojan monitoring software", "name": "trojanMonitoringSoftware" }, { "value": "trojanProxyServer", "description": "Trojan proxy server", "name": "trojanProxyServer" }, { "value": "virus", "description": "Virus", "name": "virus" }, { "value": "known", "description": "Known", "name": "known" }, { "value": "unknown", "description": "Unknown", "name": "unknown" }, { "value": "spp", "description": "SPP", "name": "spp" }, { "value": "behavior", "description": "Behavior", "name": "behavior" }, { "value": "vulnerability", "description": "Vulnerability", "name": "vulnerability" }, { "value": "policy", "description": "Policy", "name": "policy" }, { "value": "enterpriseUnwantedSoftware", "description": "Enterprise Unwanted Software", "name": "enterpriseUnwantedSoftware" }, { "value": "ransom", "description": "Ransom", "name": "ransom" }, { "value": "hipsRule", "description": "HIPS Rule", "name": "hipsRule" } ] } }