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 in the `Google.Cloud.SecurityCenter.V1` namespace represents an Indicator of Compromise (IoC), signifying a potential computer intrusion."],["The latest version of the `Google.Cloud.SecurityCenter.V1.Indicator` is 3.24.0, with a comprehensive history of previous versions available from 3.23.0 back down to 2.2.0."],["The `Indicator` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `Indicator` class has properties such as `Domains`, `IpAddresses`, and `Signatures` for tracking associated domains, IP addresses, and process signatures related to a finding, respectively."],["There are two constructors for the `Indicator` class: a default constructor and a copy constructor, the latter of which requires another `Indicator` object."]]],[]]