ThreatIntelIndicatorCategory
public enum ThreatIntelIndicatorCategory : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case backdoor = "BACKDOOR" -
Undocumented
Declaration
Swift
case cardStealer = "CARD_STEALER" -
Undocumented
Declaration
Swift
case commandAndControl = "COMMAND_AND_CONTROL" -
Undocumented
Declaration
Swift
case dropSite = "DROP_SITE" -
Undocumented
Declaration
Swift
case exploitSite = "EXPLOIT_SITE" -
Undocumented
Declaration
Swift
case keylogger = "KEYLOGGER" -
Declaration
Swift
public var description: String { get }
View on GitHub
ThreatIntelIndicatorCategory Enumeration Reference