core/modules/psocsf/public/Objects/Malware/ClassificationId.cs
namespace Ocsf.Objects {
public enum ClassificationId : int { Unknown = 0, Adware = 1, Backdoor = 2, Bot = 3, Bootkit = 4, DDOS = 5, Downloader = 6, Dropper = 7, ExploitKit = 8, Keylogger = 9, Ransomware = 10, RemoteAccessTrojan = 11, ResourceExploitation = 13, RogueSecuritySoftware = 14, Rootkit = 15, ScreenCapture = 16, Spyware = 17, Trojan = 18, Virus = 19, Webshell = 20, Wiper = 21, Worm = 22, Other = 9 }; } |