Enum ThreatType (0.94.0)

public enum ThreatType extends Enum<ThreatType> implements ProtocolMessageEnum

Type of threat.

Protobuf enum google.cloud.networksecurity.v1.ThreatType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANTIVIRUS

Threats related to viruses and malware found in executables and file types.

ANTIVIRUS = 3;

ANTIVIRUS_VALUE

Threats related to viruses and malware found in executables and file types.

ANTIVIRUS = 3;

DNS

Threats related to DNS.

DNS = 5;

DNS_VALUE

Threats related to DNS.

DNS = 5;

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 = 4;

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.

SPYWARE = 4;

THREAT_TYPE_UNSPECIFIED

Type of threat not specified.

THREAT_TYPE_UNSPECIFIED = 0;

THREAT_TYPE_UNSPECIFIED_VALUE

Type of threat not specified.

THREAT_TYPE_UNSPECIFIED = 0;

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 = 1;

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.

UNKNOWN = 1;

UNRECOGNIZED
VULNERABILITY

Threats related to system flaws that an attacker might otherwise attempt to exploit.

VULNERABILITY = 2;

VULNERABILITY_VALUE

Threats related to system flaws that an attacker might otherwise attempt to exploit.

VULNERABILITY = 2;

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()