public sealed class YaraRuleSignature : IMessage<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IBufferMessage, IMessageA signature corresponding to a YARA rule.
Implements
IMessage<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IEquatable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IDeepCloneable<Indicator.Types.ProcessSignature.Types.YaraRuleSignature>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
YaraRuleSignature()
public YaraRuleSignature()YaraRuleSignature(Indicator.Types.ProcessSignature.Types.YaraRuleSignature)
public YaraRuleSignature(Indicator.Types.ProcessSignature.Types.YaraRuleSignature other)| Parameter | |
|---|---|
| Name | Description |
other |
Indicator.Types.ProcessSignature.Types.YaraRuleSignature |
Properties
YaraRule
public string YaraRule { get; set; }The name of the YARA rule.
| Property Value | |
|---|---|
| Type | Description |
String |
|