Google Cloud Security Command Center V2 Client - Class Indicator (2.5.0)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client 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.

Generated from protobuf message google.cloud.securitycenter.v2.Indicator

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ip_addresses string[]

The list of IP addresses that are associated with the finding.

↳ domains string[]

List of domains associated to the Finding.

↳ signatures array<Indicator\ProcessSignature>

The list of matched signatures indicating that the given process is present in the environment.

↳ uris string[]

The list of URIs associated to the Findings.

getIpAddresses

The list of IP addresses that are associated with the finding.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setIpAddresses

The list of IP addresses that are associated with the finding.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDomains

List of domains associated to the Finding.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setDomains

List of domains associated to the Finding.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getSignatures

The list of matched signatures indicating that the given process is present in the environment.

Returns
Type Description
Google\Protobuf\RepeatedField<Indicator\ProcessSignature>

setSignatures

The list of matched signatures indicating that the given process is present in the environment.

Parameter
Name Description
var array<Indicator\ProcessSignature>
Returns
Type Description
$this

getUris

The list of URIs associated to the Findings.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUris

The list of URIs associated to the Findings.

Parameter
Name Description
var string[]
Returns
Type Description
$this