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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Indicator` class within the `Google.Cloud.SecurityCenter.V1` namespace, part of the .NET library."],["The `Indicator` class represents an Indicator of Compromise (IoC), a crucial concept in computer forensics for identifying potential security breaches."],["The documentation covers a wide range of versions for the `Indicator` class, spanning from version 2.2.0 up to the latest release, 3.24.0."],["The page details the `Indicator` class's inheritance, the interfaces it implements, and a constructor section, which showcases the two ways to initialize the class."],["The document details two properties, `Domains` and `IpAddresses`, both of which are `RepeatedField\u003cstring\u003e`, indicating they are used to hold lists of domains and IP addresses, respectively, related to the security finding."]]],[]]