public sealed class Indicator : IMessage<Indicator>, IEquatable<Indicator>, IDeepCloneable<Indicator>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Indicator.
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.
For more information, see 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 page provides documentation for the `Indicator` class within the Google Cloud Security Command Center v1 API, which represents an indicator of compromise (IoC) used in computer forensics."],["The `Indicator` class, accessible in the `Google.Cloud.SecurityCenter.V1` namespace, includes properties like `Domains`, `IpAddresses`, `Signatures`, and `Uris`, all designed to hold various types of data regarding potential security breaches."],["This page lists all available versions of the Indicator class, starting from version 3.24.0 (latest), going down to version 2.2.0, allowing users to view the documentation for all previous versions."],["The `Indicator` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors for the `Indicator` class, one is a default `Indicator()` constructor and the other takes another Indicator object as a parameter `Indicator(Indicator other)`."]]],[]]