public static interface SecurityResult.VerdictInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBenignCount()
public abstract int getBenignCount()Count of responses where this IoC was marked as benign.
int32 benign_count = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The benignCount. |
getCategoryDetails()
public abstract String getCategoryDetails()Tags related to the verdict.
string category_details = 16;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryDetails. |
getCategoryDetailsBytes()
public abstract ByteString getCategoryDetailsBytes()Tags related to the verdict.
string category_details = 16;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryDetails. |
getConfidenceScore()
public abstract int getConfidenceScore()Confidence score of the verdict.
int32 confidence_score = 8;
| Returns | |
|---|---|
| Type | Description |
int |
The confidenceScore. |
getGlobalCustomerCount()
public abstract int getGlobalCustomerCount()Global customer count over the last 30 days
int32 global_customer_count = 13;
| Returns | |
|---|---|
| Type | Description |
int |
The globalCustomerCount. |
getGlobalHitsCount()
public abstract int getGlobalHitsCount()Global hit count over the last 30 days.
int32 global_hits_count = 14;
| Returns | |
|---|---|
| Type | Description |
int |
The globalHitsCount. |
getIocStats(int index)
public abstract SecurityResult.IoCStats getIocStats(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStats |
|
getIocStatsCount()
public abstract int getIocStatsCount()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIocStatsList()
public abstract List<SecurityResult.IoCStats> getIocStatsList()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
List<IoCStats> |
|
getIocStatsOrBuilder(int index)
public abstract SecurityResult.IoCStatsOrBuilder getIocStatsOrBuilder(int index)List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityResult.IoCStatsOrBuilder |
|
getIocStatsOrBuilderList()
public abstract List<? extends SecurityResult.IoCStatsOrBuilder> getIocStatsOrBuilderList()List of IoCStats from which the verdict was generated.
repeated .google.backstory.SecurityResult.IoCStats ioc_stats = 9;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.SecurityResult.IoCStatsOrBuilder> |
|
getMaliciousCount()
public abstract int getMaliciousCount()Count of responses where this IoC was marked as malicious.
int32 malicious_count = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The maliciousCount. |
getNeighbourInfluence()
public abstract String getNeighbourInfluence()Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The neighbourInfluence. |
getNeighbourInfluenceBytes()
public abstract ByteString getNeighbourInfluenceBytes()Describes the near neighbor influence of the verdict.
string neighbour_influence = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for neighbourInfluence. |
getPwn()
public abstract boolean getPwn()Whether one or more Mandiant incident response customers had this indicator in their environment.
bool pwn = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
The pwn. |
getPwnFirstTaggedTime()
public abstract Timestamp getPwnFirstTaggedTime()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The pwnFirstTaggedTime. |
getPwnFirstTaggedTimeOrBuilder()
public abstract TimestampOrBuilder getPwnFirstTaggedTimeOrBuilder()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getResponseCount()
public abstract int getResponseCount()Total response count across all sources.
int32 response_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The responseCount. |
getSourceCount()
public abstract int getSourceCount()Number of sources from which intelligence was extracted.
int32 source_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The sourceCount. |
getSourceProvider()
public abstract String getSourceProvider()Source provider giving the machine learning verdict.
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceProvider. |
getSourceProviderBytes()
public abstract ByteString getSourceProviderBytes()Source provider giving the machine learning verdict.
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceProvider. |
getVerdictResponse()
public abstract SecurityResult.VerdictResponse getVerdictResponse()Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictResponse |
The verdictResponse. |
getVerdictResponseValue()
public abstract int getVerdictResponseValue()Details about the verdict.
.google.backstory.SecurityResult.VerdictResponse verdict_response = 12;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for verdictResponse. |
getVerdictTime()
public abstract Timestamp getVerdictTime()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The verdictTime. |
getVerdictTimeOrBuilder()
public abstract TimestampOrBuilder getVerdictTimeOrBuilder()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getVerdictType()
public abstract SecurityResult.VerdictType getVerdictType()Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityResult.VerdictType |
The verdictType. |
getVerdictTypeValue()
public abstract int getVerdictTypeValue()Type of verdict.
.google.backstory.SecurityResult.VerdictType verdict_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for verdictType. |
hasPwnFirstTaggedTime()
public abstract boolean hasPwnFirstTaggedTime()The timestamp of the first time a pwn was associated to this entity.
.google.protobuf.Timestamp pwn_first_tagged_time = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pwnFirstTaggedTime field is set. |
hasVerdictTime()
public abstract boolean hasVerdictTime()Timestamp when the verdict was generated.
.google.protobuf.Timestamp verdict_time = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the verdictTime field is set. |