Class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection (3.2.0)

public sealed class Detection : IMessage<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IEquatable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection>, IBufferMessage, IMessage

Memory hash detection contributing to the binary family match.

Inheritance

Object > Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Detection()

public Detection()

Detection(Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection)

public Detection(Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection other)
Parameter
NameDescription
otherIndicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection

Properties

Binary

public string Binary { get; set; }

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

Property Value
TypeDescription
String

PercentPagesMatched

public double PercentPagesMatched { get; set; }

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

Property Value
TypeDescription
Double