Class AtiPrioritization.Builder (0.3.0)

public static final class AtiPrioritization.Builder extends GeneratedMessage.Builder<AtiPrioritization.Builder> implements AtiPrioritizationOrBuilder

AtiPrioritization contains various fields used to calculate a priority score for an entity identified as a threat.

Protobuf type google.backstory.AtiPrioritization

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAttributedMalware(Iterable<? extends SecurityResult.Association> values)

public AtiPrioritization.Builder addAllAttributedMalware(Iterable<? extends SecurityResult.Association> values)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
values Iterable<? extends com.google.backstory.SecurityResult.Association>
Returns
Type Description
AtiPrioritization.Builder

addAllAttributedThreatActors(Iterable<? extends SecurityResult.Association> values)

public AtiPrioritization.Builder addAllAttributedThreatActors(Iterable<? extends SecurityResult.Association> values)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
values Iterable<? extends com.google.backstory.SecurityResult.Association>
Returns
Type Description
AtiPrioritization.Builder

addAttributedMalware(SecurityResult.Association value)

public AtiPrioritization.Builder addAttributedMalware(SecurityResult.Association value)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

addAttributedMalware(SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder addAttributedMalware(SecurityResult.Association.Builder builderForValue)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

addAttributedMalware(int index, SecurityResult.Association value)

public AtiPrioritization.Builder addAttributedMalware(int index, SecurityResult.Association value)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameters
Name Description
index int
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

addAttributedMalware(int index, SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder addAttributedMalware(int index, SecurityResult.Association.Builder builderForValue)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameters
Name Description
index int
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

addAttributedMalwareBuilder()

public SecurityResult.Association.Builder addAttributedMalwareBuilder()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
SecurityResult.Association.Builder

addAttributedMalwareBuilder(int index)

public SecurityResult.Association.Builder addAttributedMalwareBuilder(int index)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association.Builder

addAttributedThreatActors(SecurityResult.Association value)

public AtiPrioritization.Builder addAttributedThreatActors(SecurityResult.Association value)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

addAttributedThreatActors(SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder addAttributedThreatActors(SecurityResult.Association.Builder builderForValue)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

addAttributedThreatActors(int index, SecurityResult.Association value)

public AtiPrioritization.Builder addAttributedThreatActors(int index, SecurityResult.Association value)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameters
Name Description
index int
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

addAttributedThreatActors(int index, SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder addAttributedThreatActors(int index, SecurityResult.Association.Builder builderForValue)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameters
Name Description
index int
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

addAttributedThreatActorsBuilder()

public SecurityResult.Association.Builder addAttributedThreatActorsBuilder()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
SecurityResult.Association.Builder

addAttributedThreatActorsBuilder(int index)

public SecurityResult.Association.Builder addAttributedThreatActorsBuilder(int index)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association.Builder

build()

public AtiPrioritization build()
Returns
Type Description
AtiPrioritization

buildPartial()

public AtiPrioritization buildPartial()
Returns
Type Description
AtiPrioritization

clear()

public AtiPrioritization.Builder clear()
Returns
Type Description
AtiPrioritization.Builder
Overrides

clearActiveIr()

public AtiPrioritization.Builder clearActiveIr()

Whether one or more Mandiant incident response customers had this indicator in their environment.

bool active_ir = 6;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearActiveIrFirstTaggedTime()

public AtiPrioritization.Builder clearActiveIrFirstTaggedTime()

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Returns
Type Description
AtiPrioritization.Builder

clearAttributedMalware()

public AtiPrioritization.Builder clearAttributedMalware()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
AtiPrioritization.Builder

clearAttributedThreatActors()

public AtiPrioritization.Builder clearAttributedThreatActors()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
AtiPrioritization.Builder

clearExclusive()

public AtiPrioritization.Builder clearExclusive()

Whether the indicator is being used by a maximum of one threat actor.

bool exclusive = 10;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearGlobalCustomerCount()

public AtiPrioritization.Builder clearGlobalCustomerCount()

Global customer count over the last 30 days

int64 global_customer_count = 8;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearGlobalHitCount()

public AtiPrioritization.Builder clearGlobalHitCount()

Global hit count over the last 30 days

int64 global_hit_count = 9;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearGtiSeverity()

public AtiPrioritization.Builder clearGtiSeverity()

The confidence score from "GTI severity" source.

int32 gti_severity = 2;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearGtiThreatScore()

public AtiPrioritization.Builder clearGtiThreatScore()

The confidence score from "GTI threat score" source.

int32 gti_threat_score = 3;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearGtiUpdateTime()

public AtiPrioritization.Builder clearGtiUpdateTime()

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Returns
Type Description
AtiPrioritization.Builder

clearGtiVerdict()

public AtiPrioritization.Builder clearGtiVerdict()

The confidence score from "GTI verdict" source.

int32 gti_verdict = 1;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearMandiantAnalystConfidence()

public AtiPrioritization.Builder clearMandiantAnalystConfidence()

The confidence score from "Mandiant Analyst Intel" source.

int32 mandiant_analyst_confidence = 4;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearOsint()

public AtiPrioritization.Builder clearOsint()

Whether the indicator details are available in open source.

bool osint = 11;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearReviewed()

public AtiPrioritization.Builder clearReviewed()

Whether the indicator verdict has passed review.

bool reviewed = 13;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

clearScanner()

public AtiPrioritization.Builder clearScanner()

Whether the indicator is a scanner.

bool scanner = 12;

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

getActiveIr()

public boolean getActiveIr()

Whether one or more Mandiant incident response customers had this indicator in their environment.

bool active_ir = 6;

Returns
Type Description
boolean

The activeIr.

getActiveIrFirstTaggedTime()

public Timestamp getActiveIrFirstTaggedTime()

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Returns
Type Description
Timestamp

The activeIrFirstTaggedTime.

getActiveIrFirstTaggedTimeBuilder()

public Timestamp.Builder getActiveIrFirstTaggedTimeBuilder()

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Returns
Type Description
Builder

getActiveIrFirstTaggedTimeOrBuilder()

public TimestampOrBuilder getActiveIrFirstTaggedTimeOrBuilder()

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Returns
Type Description
TimestampOrBuilder

getAttributedMalware(int index)

public SecurityResult.Association getAttributedMalware(int index)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association

getAttributedMalwareBuilder(int index)

public SecurityResult.Association.Builder getAttributedMalwareBuilder(int index)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association.Builder

getAttributedMalwareBuilderList()

public List<SecurityResult.Association.Builder> getAttributedMalwareBuilderList()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
List<Builder>

getAttributedMalwareCount()

public int getAttributedMalwareCount()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
int

getAttributedMalwareList()

public List<SecurityResult.Association> getAttributedMalwareList()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
List<Association>

getAttributedMalwareOrBuilder(int index)

public SecurityResult.AssociationOrBuilder getAttributedMalwareOrBuilder(int index)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.AssociationOrBuilder

getAttributedMalwareOrBuilderList()

public List<? extends SecurityResult.AssociationOrBuilder> getAttributedMalwareOrBuilderList()

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Returns
Type Description
List<? extends com.google.backstory.SecurityResult.AssociationOrBuilder>

getAttributedThreatActors(int index)

public SecurityResult.Association getAttributedThreatActors(int index)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association

getAttributedThreatActorsBuilder(int index)

public SecurityResult.Association.Builder getAttributedThreatActorsBuilder(int index)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.Association.Builder

getAttributedThreatActorsBuilderList()

public List<SecurityResult.Association.Builder> getAttributedThreatActorsBuilderList()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
List<Builder>

getAttributedThreatActorsCount()

public int getAttributedThreatActorsCount()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
int

getAttributedThreatActorsList()

public List<SecurityResult.Association> getAttributedThreatActorsList()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
List<Association>

getAttributedThreatActorsOrBuilder(int index)

public SecurityResult.AssociationOrBuilder getAttributedThreatActorsOrBuilder(int index)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
index int
Returns
Type Description
SecurityResult.AssociationOrBuilder

getAttributedThreatActorsOrBuilderList()

public List<? extends SecurityResult.AssociationOrBuilder> getAttributedThreatActorsOrBuilderList()

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Returns
Type Description
List<? extends com.google.backstory.SecurityResult.AssociationOrBuilder>

getDefaultInstanceForType()

public AtiPrioritization getDefaultInstanceForType()
Returns
Type Description
AtiPrioritization

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExclusive()

public boolean getExclusive()

Whether the indicator is being used by a maximum of one threat actor.

bool exclusive = 10;

Returns
Type Description
boolean

The exclusive.

getGlobalCustomerCount()

public long getGlobalCustomerCount()

Global customer count over the last 30 days

int64 global_customer_count = 8;

Returns
Type Description
long

The globalCustomerCount.

getGlobalHitCount()

public long getGlobalHitCount()

Global hit count over the last 30 days

int64 global_hit_count = 9;

Returns
Type Description
long

The globalHitCount.

getGtiSeverity()

public int getGtiSeverity()

The confidence score from "GTI severity" source.

int32 gti_severity = 2;

Returns
Type Description
int

The gtiSeverity.

getGtiThreatScore()

public int getGtiThreatScore()

The confidence score from "GTI threat score" source.

int32 gti_threat_score = 3;

Returns
Type Description
int

The gtiThreatScore.

getGtiUpdateTime()

public Timestamp getGtiUpdateTime()

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Returns
Type Description
Timestamp

The gtiUpdateTime.

getGtiUpdateTimeBuilder()

public Timestamp.Builder getGtiUpdateTimeBuilder()

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Returns
Type Description
Builder

getGtiUpdateTimeOrBuilder()

public TimestampOrBuilder getGtiUpdateTimeOrBuilder()

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Returns
Type Description
TimestampOrBuilder

getGtiVerdict()

public int getGtiVerdict()

The confidence score from "GTI verdict" source.

int32 gti_verdict = 1;

Returns
Type Description
int

The gtiVerdict.

getMandiantAnalystConfidence()

public int getMandiantAnalystConfidence()

The confidence score from "Mandiant Analyst Intel" source.

int32 mandiant_analyst_confidence = 4;

Returns
Type Description
int

The mandiantAnalystConfidence.

getOsint()

public boolean getOsint()

Whether the indicator details are available in open source.

bool osint = 11;

Returns
Type Description
boolean

The osint.

getReviewed()

public boolean getReviewed()

Whether the indicator verdict has passed review.

bool reviewed = 13;

Returns
Type Description
boolean

The reviewed.

getScanner()

public boolean getScanner()

Whether the indicator is a scanner.

bool scanner = 12;

Returns
Type Description
boolean

The scanner.

hasActiveIrFirstTaggedTime()

public boolean hasActiveIrFirstTaggedTime()

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Returns
Type Description
boolean

Whether the activeIrFirstTaggedTime field is set.

hasGtiUpdateTime()

public boolean hasGtiUpdateTime()

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Returns
Type Description
boolean

Whether the gtiUpdateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeActiveIrFirstTaggedTime(Timestamp value)

public AtiPrioritization.Builder mergeActiveIrFirstTaggedTime(Timestamp value)

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Parameter
Name Description
value Timestamp
Returns
Type Description
AtiPrioritization.Builder

mergeFrom(AtiPrioritization other)

public AtiPrioritization.Builder mergeFrom(AtiPrioritization other)
Parameter
Name Description
other AtiPrioritization
Returns
Type Description
AtiPrioritization.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AtiPrioritization.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AtiPrioritization.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AtiPrioritization.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AtiPrioritization.Builder
Overrides

mergeGtiUpdateTime(Timestamp value)

public AtiPrioritization.Builder mergeGtiUpdateTime(Timestamp value)

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
AtiPrioritization.Builder

removeAttributedMalware(int index)

public AtiPrioritization.Builder removeAttributedMalware(int index)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameter
Name Description
index int
Returns
Type Description
AtiPrioritization.Builder

removeAttributedThreatActors(int index)

public AtiPrioritization.Builder removeAttributedThreatActors(int index)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameter
Name Description
index int
Returns
Type Description
AtiPrioritization.Builder

setActiveIr(boolean value)

public AtiPrioritization.Builder setActiveIr(boolean value)

Whether one or more Mandiant incident response customers had this indicator in their environment.

bool active_ir = 6;

Parameter
Name Description
value boolean

The activeIr to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setActiveIrFirstTaggedTime(Timestamp value)

public AtiPrioritization.Builder setActiveIrFirstTaggedTime(Timestamp value)

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Parameter
Name Description
value Timestamp
Returns
Type Description
AtiPrioritization.Builder

setActiveIrFirstTaggedTime(Timestamp.Builder builderForValue)

public AtiPrioritization.Builder setActiveIrFirstTaggedTime(Timestamp.Builder builderForValue)

The timestamp of the first time an active IR was applied to this entity.

.google.protobuf.Timestamp active_ir_first_tagged_time = 7;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
AtiPrioritization.Builder

setAttributedMalware(int index, SecurityResult.Association value)

public AtiPrioritization.Builder setAttributedMalware(int index, SecurityResult.Association value)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameters
Name Description
index int
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

setAttributedMalware(int index, SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder setAttributedMalware(int index, SecurityResult.Association.Builder builderForValue)

Malware families associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_malware = 14;

Parameters
Name Description
index int
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

setAttributedThreatActors(int index, SecurityResult.Association value)

public AtiPrioritization.Builder setAttributedThreatActors(int index, SecurityResult.Association value)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameters
Name Description
index int
value SecurityResult.Association
Returns
Type Description
AtiPrioritization.Builder

setAttributedThreatActors(int index, SecurityResult.Association.Builder builderForValue)

public AtiPrioritization.Builder setAttributedThreatActors(int index, SecurityResult.Association.Builder builderForValue)

Threat actors associated with this indicator.

repeated .google.backstory.SecurityResult.Association attributed_threat_actors = 15;

Parameters
Name Description
index int
builderForValue SecurityResult.Association.Builder
Returns
Type Description
AtiPrioritization.Builder

setExclusive(boolean value)

public AtiPrioritization.Builder setExclusive(boolean value)

Whether the indicator is being used by a maximum of one threat actor.

bool exclusive = 10;

Parameter
Name Description
value boolean

The exclusive to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setGlobalCustomerCount(long value)

public AtiPrioritization.Builder setGlobalCustomerCount(long value)

Global customer count over the last 30 days

int64 global_customer_count = 8;

Parameter
Name Description
value long

The globalCustomerCount to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setGlobalHitCount(long value)

public AtiPrioritization.Builder setGlobalHitCount(long value)

Global hit count over the last 30 days

int64 global_hit_count = 9;

Parameter
Name Description
value long

The globalHitCount to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setGtiSeverity(int value)

public AtiPrioritization.Builder setGtiSeverity(int value)

The confidence score from "GTI severity" source.

int32 gti_severity = 2;

Parameter
Name Description
value int

The gtiSeverity to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setGtiThreatScore(int value)

public AtiPrioritization.Builder setGtiThreatScore(int value)

The confidence score from "GTI threat score" source.

int32 gti_threat_score = 3;

Parameter
Name Description
value int

The gtiThreatScore to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setGtiUpdateTime(Timestamp value)

public AtiPrioritization.Builder setGtiUpdateTime(Timestamp value)

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
AtiPrioritization.Builder

setGtiUpdateTime(Timestamp.Builder builderForValue)

public AtiPrioritization.Builder setGtiUpdateTime(Timestamp.Builder builderForValue)

Timestamp of the latest update for GTI verdict, severity, or threat score.

.google.protobuf.Timestamp gti_update_time = 5;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
AtiPrioritization.Builder

setGtiVerdict(int value)

public AtiPrioritization.Builder setGtiVerdict(int value)

The confidence score from "GTI verdict" source.

int32 gti_verdict = 1;

Parameter
Name Description
value int

The gtiVerdict to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setMandiantAnalystConfidence(int value)

public AtiPrioritization.Builder setMandiantAnalystConfidence(int value)

The confidence score from "Mandiant Analyst Intel" source.

int32 mandiant_analyst_confidence = 4;

Parameter
Name Description
value int

The mandiantAnalystConfidence to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setOsint(boolean value)

public AtiPrioritization.Builder setOsint(boolean value)

Whether the indicator details are available in open source.

bool osint = 11;

Parameter
Name Description
value boolean

The osint to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setReviewed(boolean value)

public AtiPrioritization.Builder setReviewed(boolean value)

Whether the indicator verdict has passed review.

bool reviewed = 13;

Parameter
Name Description
value boolean

The reviewed to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.

setScanner(boolean value)

public AtiPrioritization.Builder setScanner(boolean value)

Whether the indicator is a scanner.

bool scanner = 12;

Parameter
Name Description
value boolean

The scanner to set.

Returns
Type Description
AtiPrioritization.Builder

This builder for chaining.