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.
Implements
IMessageIndicatorTypesProcessSignature, IEquatableIndicatorTypesProcessSignature, IDeepCloneableIndicatorTypesProcessSignature, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ProcessSignature()
public ProcessSignature()
ProcessSignature(ProcessSignature)
public ProcessSignature(Indicator.Types.ProcessSignature other)
Parameter | |
---|---|
Name | Description |
other |
IndicatorTypesProcessSignature |
Properties
MemoryHashSignature
public Indicator.Types.ProcessSignature.Types.MemoryHashSignature MemoryHashSignature { get; set; }
Signature indicating that a binary family was matched.
Property Value | |
---|---|
Type | Description |
IndicatorTypesProcessSignatureTypesMemoryHashSignature |
SignatureCase
public Indicator.Types.ProcessSignature.SignatureOneofCase SignatureCase { get; }
Property Value | |
---|---|
Type | Description |
IndicatorTypesProcessSignatureSignatureOneofCase |
SignatureType
public Indicator.Types.ProcessSignature.Types.SignatureType SignatureType { get; set; }
Describes the type of resource associated with the signature.
Property Value | |
---|---|
Type | Description |
IndicatorTypesProcessSignatureTypesSignatureType |
YaraRuleSignature
public Indicator.Types.ProcessSignature.Types.YaraRuleSignature YaraRuleSignature { get; set; }
Signature indicating that a YARA rule was matched.
Property Value | |
---|---|
Type | Description |
IndicatorTypesProcessSignatureTypesYaraRuleSignature |