public sealed class ProcessSignature : IMessage<Indicator.Types.ProcessSignature>, IEquatable<Indicator.Types.ProcessSignature>, IDeepCloneable<Indicator.Types.ProcessSignature>, IBufferMessage, IMessageIndicates what signature matched this process.
Implements
IMessage<Indicator.Types.ProcessSignature>, IEquatable<Indicator.Types.ProcessSignature>, IDeepCloneable<Indicator.Types.ProcessSignature>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ProcessSignature()
public ProcessSignature()ProcessSignature(Indicator.Types.ProcessSignature)
public ProcessSignature(Indicator.Types.ProcessSignature other)| Parameter | |
|---|---|
| Name | Description |
other |
Indicator.Types.ProcessSignature |
Properties
MemoryHashSignature
public Indicator.Types.ProcessSignature.Types.MemoryHashSignature MemoryHashSignature { get; set; }Signature indicating that a binary family was matched.
| Property Value | |
|---|---|
| Type | Description |
Indicator.Types.ProcessSignature.Types.MemoryHashSignature |
|
SignatureCase
public Indicator.Types.ProcessSignature.SignatureOneofCase SignatureCase { get; }| Property Value | |
|---|---|
| Type | Description |
Indicator.Types.ProcessSignature.SignatureOneofCase |
|
YaraRuleSignature
public Indicator.Types.ProcessSignature.Types.YaraRuleSignature YaraRuleSignature { get; set; }Signature indicating that a YARA rule was matched.
| Property Value | |
|---|---|
| Type | Description |
Indicator.Types.ProcessSignature.Types.YaraRuleSignature |
|