Security Command Center v2 API - Class Indicator.Types.ProcessSignature (1.0.0-beta01)

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 Security Command Center v2 API class Indicator.Types.ProcessSignature.

Indicates what signature matched this process.

Inheritance

object > Indicator.Types.ProcessSignature

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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

SignatureType

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

Describes the type of resource associated with the signature.

Property Value
TypeDescription
IndicatorTypesProcessSignatureTypesSignatureType

YaraRuleSignature

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

Signature indicating that a YARA rule was matched.

Property Value
TypeDescription
IndicatorTypesProcessSignatureTypesYaraRuleSignature