Interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder (2.8.0)

public static interface Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBinary()

public abstract String getBinary()

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Returns
TypeDescription
String

The binary.

getBinaryBytes()

public abstract ByteString getBinaryBytes()

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Returns
TypeDescription
ByteString

The bytes for binary.

getPercentPagesMatched()

public abstract double getPercentPagesMatched()

The percentage of memory page hashes in the signature that were matched.

double percent_pages_matched = 3;

Returns
TypeDescription
double

The percentPagesMatched.