Class ProcessSignature
Indicates what signature matched this process.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class ProcessSignature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MemoryHashSignature
Signature indicating that a binary family was matched.
Declaration
[JsonProperty("memoryHashSignature")]
public virtual MemoryHashSignature MemoryHashSignature { get; set; }
Property Value
Type | Description |
---|---|
MemoryHashSignature |
SignatureType
Describes the type of resource associated with the signature.
Declaration
[JsonProperty("signatureType")]
public virtual string SignatureType { get; set; }
Property Value
Type | Description |
---|---|
string |
YaraRuleSignature
Signature indicating that a YARA rule was matched.
Declaration
[JsonProperty("yaraRuleSignature")]
public virtual YaraRuleSignature YaraRuleSignature { get; set; }
Property Value
Type | Description |
---|---|
YaraRuleSignature |