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

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

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

Properties

MemoryHashSignature

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

Signature indicating that a binary family was matched.

Property Value
TypeDescription
Indicator.Types.ProcessSignature.Types.MemoryHashSignature

SignatureCase

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

YaraRuleSignature

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

Signature indicating that a YARA rule was matched.

Property Value
TypeDescription
Indicator.Types.ProcessSignature.Types.YaraRuleSignature