Google Cloud Security Command Center V1 Client - Class Indicator (1.15.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ip_addresses array

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

↳ domains array

List of domains associated to the Finding.

↳ signatures array<Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature>

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

↳ uris array

The list of URIs associated to the Findings.

getIpAddresses

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIpAddresses

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDomains

List of domains associated to the Finding.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDomains

List of domains associated to the Finding.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getSignatures

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSignatures

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

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature>
Returns
TypeDescription
$this

getUris

The list of URIs associated to the Findings.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUris

The list of URIs associated to the Findings.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this