type property

String? type
getter/setter pair

Type of the threat (read only).

Output only. Possible string values are:

  • "THREAT_TYPE_UNSPECIFIED" : Type of threat not specified.
  • "UNKNOWN" : Type of threat is not derivable from threat ID. An override will be created for all types. Firewall will ignore overridden signature ID's that don't exist in the specific type.
  • "VULNERABILITY" : Threats related to system flaws that an attacker might otherwise attempt to exploit.
  • "ANTIVIRUS" : Threats related to viruses and malware found in executables and file types.
  • "SPYWARE" : Threats related to command-and-control (C2) activity, where spyware on an infected client is collecting data without the user's consent and/or communicating with a remote attacker.
  • "DNS" : Threats related to DNS.

Implementation

core.String? type;