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.
Implements
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, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
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 | |
---|---|
Name | Description |
other | Indicator.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 | |
---|---|
Type | Description |
String |
PercentPagesMatched
public double PercentPagesMatched { get; set; }
The percentage of memory page hashes in the signature that were matched.
Property Value | |
---|---|
Type | Description |
Double |