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."],[[["Version 3.24.0 is the latest version available for the Google.Cloud.SecurityCenter.V1.Indicator, with multiple other versions listed from 3.23.0 down to 2.2.0."],["The `Indicator` class represents an Indicator of Compromise (IoC) and is part of the Google.Cloud.SecurityCenter.V1 namespace, which is commonly used in computer forensics to signify a potential computer intrusion."],["The `Indicator` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparison, and deep cloning."],["The `Indicator` class has properties `Domains` and `IpAddresses`, which are both lists of strings, representing domains and IP addresses associated with a finding."],["The `Indicator` class offers two constructors, a default one `Indicator()` and one that accepts another `Indicator` object as a parameter `Indicator(Indicator other)`."]]],[]]