Google Cloud Security Command Center v1 API - Class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection (3.12.0)

public sealed class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Indicator.Types.ProcessSignature.Types.MemoryHashSignature.Types.Detection.

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(Detection)

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

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