Enum SecurityResult.IoCStatsType (0.3.0)

public enum SecurityResult.IoCStatsType extends Enum<SecurityResult.IoCStatsType> implements ProtocolMessageEnum

Type of IoCStat based on source.

Protobuf enum google.backstory.SecurityResult.IoCStatsType

Implements

ProtocolMessageEnum

Static Fields

Name Description
MANDIANT_SOURCES

IoCStat is from a Mandiant Source.

MANDIANT_SOURCES = 1;

MANDIANT_SOURCES_VALUE

IoCStat is from a Mandiant Source.

MANDIANT_SOURCES = 1;

THIRD_PARTY_SOURCES

IoCStat is from a third-party source.

THIRD_PARTY_SOURCES = 2;

THIRD_PARTY_SOURCES_VALUE

IoCStat is from a third-party source.

THIRD_PARTY_SOURCES = 2;

THREAT_INTELLIGENCE_IOC_STATS

IoCStat is from a threat intelligence feed.

THREAT_INTELLIGENCE_IOC_STATS = 3;

THREAT_INTELLIGENCE_IOC_STATS_VALUE

IoCStat is from a threat intelligence feed.

THREAT_INTELLIGENCE_IOC_STATS = 3;

UNRECOGNIZED
UNSPECIFIED_IOC_STATS_TYPE

IoCStat source is unidentified.

UNSPECIFIED_IOC_STATS_TYPE = 0;

UNSPECIFIED_IOC_STATS_TYPE_VALUE

IoCStat source is unidentified.

UNSPECIFIED_IOC_STATS_TYPE = 0;

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