Class GoogleCloudSecuritycenterV2Indicator
Represents what's commonly known as an indicator of compromise (IoC) in computer forensics. This is an artifact observed on a network or in an operating system that, with high confidence, indicates a computer intrusion. For more information, see Indicator of compromise.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Indicator : IDirectResponseSchema
Properties
Domains
List of domains associated to the Finding.
Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddresses
The list of IP addresses that are associated with the finding.
Declaration
[JsonProperty("ipAddresses")]
public virtual IList<string> IpAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Signatures
The list of matched signatures indicating that the given process is present in the environment.
Declaration
[JsonProperty("signatures")]
public virtual IList<GoogleCloudSecuritycenterV2ProcessSignature> Signatures { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2ProcessSignature> |
Uris
The list of URIs associated to the Findings.
Declaration
[JsonProperty("uris")]
public virtual IList<string> Uris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |