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

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

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.

Generated from protobuf field .google.cloud.securitycenter.v1.MitreAttack.Tactic primary_tactic = 1;

Returns
TypeDescription
int

setPrimaryTactic

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

Generated from protobuf field .google.cloud.securitycenter.v1.MitreAttack.Tactic primary_tactic = 1;

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).

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;

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).

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getAdditionalTactics

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

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdditionalTactics

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

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;

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.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;

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.

Generated from protobuf field repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getVersion

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

Generated from protobuf field string version = 5;

Returns
TypeDescription
string

setVersion

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

Generated from protobuf field string version = 5;

Parameter
NameDescription
var string
Returns
TypeDescription
$this