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 webpage provides documentation for the `Indicator` class within the Google Cloud Security Center v1 API, with version 3.18.0 being the currently viewed version and 3.24.0 being the latest version."],["The `Indicator` class represents an indicator of compromise (IoC), which is an artifact indicating a potential computer intrusion, and it can be found under the `Google.Cloud.SecurityCenter.V1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it provides methods for creating new `Indicator` objects, and deep cloning existing ones."],["Key properties of the `Indicator` class include `Domains`, `IpAddresses`, `Signatures`, and `Uris`, which store lists of domains, IP addresses, matched process signatures, and URIs associated with a finding."],["The content displays a comprehensive list of previous versions of the documentation, beginning with 3.24.0 and going down to 2.2.0."]]],[]]