Google Cloud Security Command Center v1 API - Class Indicator (3.9.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. For more information, see Indicator of compromise.

Inheritance

object > Indicator

Namespace

GoogleCloudGoogle.Cloud.SecurityCenterV1

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
RepeatedFieldstring

IpAddresses

public RepeatedField<string> IpAddresses { get; }

The list of IP addresses that are associated with the finding.

Property Value
TypeDescription
RepeatedFieldstring

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
RepeatedFieldIndicatorTypesProcessSignature

Uris

public RepeatedField<string> Uris { get; }

The list of URIs associated to the Findings.

Property Value
TypeDescription
RepeatedFieldstring