Interface Indicator.ProcessSignatureOrBuilder (2.9.0)

public static interface Indicator.ProcessSignatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMemoryHashSignature()

public abstract Indicator.ProcessSignature.MemoryHashSignature getMemoryHashSignature()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature

The memoryHashSignature.

getMemoryHashSignatureOrBuilder()

public abstract Indicator.ProcessSignature.MemoryHashSignatureOrBuilder getMemoryHashSignatureOrBuilder()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignatureOrBuilder

getSignatureCase()

public abstract Indicator.ProcessSignature.SignatureCase getSignatureCase()
Returns
TypeDescription
Indicator.ProcessSignature.SignatureCase

getYaraRuleSignature()

public abstract Indicator.ProcessSignature.YaraRuleSignature getYaraRuleSignature()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
Indicator.ProcessSignature.YaraRuleSignature

The yaraRuleSignature.

getYaraRuleSignatureOrBuilder()

public abstract Indicator.ProcessSignature.YaraRuleSignatureOrBuilder getYaraRuleSignatureOrBuilder()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
Indicator.ProcessSignature.YaraRuleSignatureOrBuilder

hasMemoryHashSignature()

public abstract boolean hasMemoryHashSignature()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
boolean

Whether the memoryHashSignature field is set.

hasYaraRuleSignature()

public abstract boolean hasYaraRuleSignature()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
boolean

Whether the yaraRuleSignature field is set.