Class Indicator (2.10.0)

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

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>