Interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder (2.9.0)

See more code actions.
public static interface Indicator.ProcessSignature.YaraRuleSignatureOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.