public enum ThreatType extends Enum<ThreatType> implements ProtocolMessageEnumType of threat.
Protobuf enum google.cloud.networksecurity.v1.ThreatType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ANTIVIRUS |
Threats related to viruses and malware found in executables and file types. |
ANTIVIRUS_VALUE |
Threats related to viruses and malware found in executables and file types. |
DNS |
Threats related to DNS. |
DNS_VALUE |
Threats related to DNS. |
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. |
SPYWARE_VALUE |
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. |
THREAT_TYPE_UNSPECIFIED |
Type of threat not specified. |
THREAT_TYPE_UNSPECIFIED_VALUE |
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. |
UNKNOWN_VALUE |
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. |
UNRECOGNIZED |
|
VULNERABILITY |
Threats related to system flaws that an attacker might otherwise attempt to exploit. |
VULNERABILITY_VALUE |
Threats related to system flaws that an attacker might otherwise attempt to exploit. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|