Google Cloud Security Command Center V1 Client - Class MitreAttack (1.20.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class MitreAttack.

MITRE ATT&CK tactics and techniques related to this finding.

See: https://attack.mitre.org

Generated from protobuf message google.cloud.securitycenter.v1.MitreAttack

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ primary_tactic int

The MITRE ATT&CK tactic most closely represented by this finding, if any.

↳ primary_techniques array

The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS, ACTIVE_SCANNING).

↳ additional_tactics array

Additional MITRE ATT&CK tactics related to this finding, if any.

↳ additional_techniques array

Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.

↳ version string

The MITRE ATT&CK version referenced by the above fields. E.g. "8".

getPrimaryTactic

The MITRE ATT&CK tactic most closely represented by this finding, if any.

Returns
TypeDescription
int

setPrimaryTactic

The MITRE ATT&CK tactic most closely represented by this finding, if any.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPrimaryTechniques

The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique and its parent technique(s) will be listed (e.g.

SCANNING_IP_BLOCKS, ACTIVE_SCANNING).

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPrimaryTechniques

The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique and its parent technique(s) will be listed (e.g.

SCANNING_IP_BLOCKS, ACTIVE_SCANNING).

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getAdditionalTactics

Additional MITRE ATT&CK tactics related to this finding, if any.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdditionalTactics

Additional MITRE ATT&CK tactics related to this finding, if any.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getAdditionalTechniques

Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdditionalTechniques

Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getVersion

The MITRE ATT&CK version referenced by the above fields. E.g. "8".

Returns
TypeDescription
string

setVersion

The MITRE ATT&CK version referenced by the above fields. E.g. "8".

Parameter
NameDescription
var string
Returns
TypeDescription
$this