Google Cloud Security Command Center v1 API - Class Indicator (3.6.0)

public sealed class Indicator : IMessage<Indicator>, IEquatable<Indicator>, IDeepCloneable<Indicator>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API 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. Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise

Inheritance

Object > Indicator

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Indicator()

public Indicator()

Indicator(Indicator)

public Indicator(Indicator other)
Parameter
NameDescription
otherIndicator

Properties

Domains

public RepeatedField<string> Domains { get; }

List of domains associated to the Finding.

Property Value
TypeDescription
RepeatedField<String>

IpAddresses

public RepeatedField<string> IpAddresses { get; }

List of ip addresses associated to the Finding.

Property Value
TypeDescription
RepeatedField<String>

Signatures

public RepeatedField<Indicator.Types.ProcessSignature> Signatures { get; }

The list of matched signatures indicating that the given process is present in the environment.

Property Value
TypeDescription
RepeatedField<Indicator.Types.ProcessSignature>

Uris

public RepeatedField<string> Uris { get; }

The list of URIs associated to the Findings.

Property Value
TypeDescription
RepeatedField<String>