Show / Hide Table of Contents

Class Indicator

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.

Inheritance
object
Indicator
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class Indicator : 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<ProcessSignature> Signatures { get; set; }
Property Value
Type Description
IList<ProcessSignature>

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX