Interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder (2.9.0)

public static interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getYaraRule()

public abstract String getYaraRule()

The name of the YARA rule.

string yara_rule = 5;

Returns
TypeDescription
String

The yaraRule.

getYaraRuleBytes()

public abstract ByteString getYaraRuleBytes()

The name of the YARA rule.

string yara_rule = 5;

Returns
TypeDescription
ByteString

The bytes for yaraRule.