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."],[[["The provided content outlines the different versions of the `Indicator` class within the `Google.Cloud.SecurityCenter.V1` namespace, with version 3.24.0 being the latest."],["`Indicator` is a class representing an Indicator of Compromise (IoC), commonly used in computer forensics to identify potential security breaches."],["The `Indicator` class inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Indicator` class include `Domains`, `IpAddresses`, and `Signatures`, which are used to store lists of associated domains, IP addresses, and process signatures, respectively."],["There are two different constructors available for the Indicator class, a default one, and one that accepts another Indicator as a parameter."]]],[]]