Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Indicator (v0.20.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domains

def domains() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of domains associated to the Finding.

#domains=

def domains=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of domains associated to the Finding.
Returns
  • (::Array<::String>) — List of domains associated to the Finding.

#ip_addresses

def ip_addresses() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of ip addresses associated to the Finding.

#ip_addresses=

def ip_addresses=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of ip addresses associated to the Finding.
Returns
  • (::Array<::String>) — List of ip addresses associated to the Finding.

#signatures

def signatures() -> ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>
Returns

#signatures=

def signatures=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Indicator::ProcessSignature>
Parameter
Returns

#uris

def uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of URIs associated to the Findings.

#uris=

def uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of URIs associated to the Findings.
Returns
  • (::Array<::String>) — The list of URIs associated to the Findings.