Reference documentation and code samples for the Google Cloud Network Security V1 Client class ThreatType.
Type of threat.
Protobuf type google.cloud.networksecurity.v1.ThreatType
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
THREAT_TYPE_UNSPECIFIED
Value: 0Type of threat not specified.
Generated from protobuf enum THREAT_TYPE_UNSPECIFIED = 0;
UNKNOWN
Value: 1Type 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.
Generated from protobuf enum UNKNOWN = 1;
VULNERABILITY
Value: 2Threats related to system flaws that an attacker might otherwise attempt to exploit.
Generated from protobuf enum VULNERABILITY = 2;
ANTIVIRUS
Value: 3Threats related to viruses and malware found in executables and file types.
Generated from protobuf enum ANTIVIRUS = 3;
SPYWARE
Value: 4Threats 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.
Generated from protobuf enum SPYWARE = 4;
DNS
Value: 5Threats related to DNS.
Generated from protobuf enum DNS = 5;