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 `Indicator` class represents an Indicator of Compromise (IoC) in computer forensics, signifying an observed artifact that suggests a computer intrusion."],["This page details the `Indicator` class within the `Google.Cloud.SecurityCenter.V1` namespace, with the latest version being 3.24.0."],["The `Indicator` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides properties such as `Domains` and `IpAddresses`, which are lists of domains and IP addresses associated with a finding, respectively."],["This content shows a list of available versions for the `Google.Cloud.SecurityCenter.V1.Indicator`, from version 2.2.0 all the way up to the latest 3.24.0."]]],[]]