Interface SecurityResult.IoCStatsOrBuilder (0.3.0)

public static interface SecurityResult.IoCStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBenignCount()

public abstract int getBenignCount()

Count of responses where the IoC was identified as benign.

int32 benign_count = 4;

Returns
Type Description
int

The benignCount.

getFirstLevelSource()

public abstract String getFirstLevelSource()

Name of first level IoC source, for example Mandiant or a third-party.

string first_level_source = 2;

Returns
Type Description
String

The firstLevelSource.

getFirstLevelSourceBytes()

public abstract ByteString getFirstLevelSourceBytes()

Name of first level IoC source, for example Mandiant or a third-party.

string first_level_source = 2;

Returns
Type Description
ByteString

The bytes for firstLevelSource.

getIocStatsType()

public abstract SecurityResult.IoCStatsType getIocStatsType()

Describes the source of the IoCStat.

.google.backstory.SecurityResult.IoCStatsType ioc_stats_type = 1;

Returns
Type Description
SecurityResult.IoCStatsType

The iocStatsType.

getIocStatsTypeValue()

public abstract int getIocStatsTypeValue()

Describes the source of the IoCStat.

.google.backstory.SecurityResult.IoCStatsType ioc_stats_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for iocStatsType.

getMaliciousCount()

public abstract int getMaliciousCount()

Count of responses where the IoC was identified as malicious.

int32 malicious_count = 6;

Returns
Type Description
int

The maliciousCount.

getQuality()

public abstract SecurityResult.ProductConfidence getQuality()

Level of confidence in the IoC mapping extracted from the source.

.google.backstory.SecurityResult.ProductConfidence quality = 5;

Returns
Type Description
SecurityResult.ProductConfidence

The quality.

getQualityValue()

public abstract int getQualityValue()

Level of confidence in the IoC mapping extracted from the source.

.google.backstory.SecurityResult.ProductConfidence quality = 5;

Returns
Type Description
int

The enum numeric value on the wire for quality.

getResponseCount()

public abstract int getResponseCount()

Total number of response from the source.

int32 response_count = 7;

Returns
Type Description
int

The responseCount.

getSecondLevelSource()

public abstract String getSecondLevelSource()

Name of the second-level IoC source, for example Crowdsourced Threat Analysis or Knowledge Graph.

string second_level_source = 3;

Returns
Type Description
String

The secondLevelSource.

getSecondLevelSourceBytes()

public abstract ByteString getSecondLevelSourceBytes()

Name of the second-level IoC source, for example Crowdsourced Threat Analysis or Knowledge Graph.

string second_level_source = 3;

Returns
Type Description
ByteString

The bytes for secondLevelSource.

getSourceCount()

public abstract int getSourceCount()

Number of sources from which information was extracted.

int32 source_count = 8;

Returns
Type Description
int

The sourceCount.