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.
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 Security Command Center v1 API represents an Indicator of Compromise (IoC), which is a high-confidence artifact of a computer intrusion."],["This documentation provides access to the `Indicator` class across multiple versions, ranging from the latest [3.24.0] version to version 2.2.0, and each version links to the same Indicator class."],["The `Indicator` class, found in the `Google.Cloud.SecurityCenter.V1` namespace within the `Google.Cloud.SecurityCenter.V1.dll` assembly, includes properties such as `Domains`, `IpAddresses`, `Signatures`, and `Uris`, which provide lists of network-related details associated with a finding."],["The `Indicator` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating an Indicator: one default constructor, and another that will allow you to construct the Indicator from another already existing one."]]],[]]