Google Cloud Security Command Center v1 API - Class Indicator.Types.ProcessSignature (3.14.0)

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

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

Indicates what signature matched this process.

Inheritance

object > Indicator.Types.ProcessSignature

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ProcessSignature()

public ProcessSignature()

ProcessSignature(ProcessSignature)

public ProcessSignature(Indicator.Types.ProcessSignature other)
Parameter
NameDescription
otherIndicatorTypesProcessSignature

Properties

MemoryHashSignature

public Indicator.Types.ProcessSignature.Types.MemoryHashSignature MemoryHashSignature { get; set; }

Signature indicating that a binary family was matched.

Property Value
TypeDescription
IndicatorTypesProcessSignatureTypesMemoryHashSignature

SignatureCase

public Indicator.Types.ProcessSignature.SignatureOneofCase SignatureCase { get; }
Property Value
TypeDescription
IndicatorTypesProcessSignatureSignatureOneofCase

YaraRuleSignature

public Indicator.Types.ProcessSignature.Types.YaraRuleSignature YaraRuleSignature { get; set; }

Signature indicating that a YARA rule was matched.

Property Value
TypeDescription
IndicatorTypesProcessSignatureTypesYaraRuleSignature