MitreAttack(mapping=None, *, ignore_unknown_fields=False, **kwargs)
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org
Attributes | |
---|---|
Name | Description |
primary_tactic |
google.cloud.securitycenter_v1.types.MitreAttack.Tactic
The MITRE ATT&CK tactic most closely represented by this finding, if any. |
primary_techniques |
Sequence[google.cloud.securitycenter_v1.types.MitreAttack.Technique]
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 |
Sequence[google.cloud.securitycenter_v1.types.MitreAttack.Tactic]
Additional MITRE ATT&CK tactics related to this finding, if any. |
additional_techniques |
Sequence[google.cloud.securitycenter_v1.types.MitreAttack.Technique]
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques. |
version |
str
The MITRE ATT&CK version referenced by the above fields. E.g. "8". |
Classes
Tactic
Tactic(value)
MITRE ATT&CK tactics that can be referenced by SCC findings. See: https://attack.mitre.org/tactics/enterprise/
Technique
Technique(value)
MITRE ATT&CK techniques that can be referenced by SCC findings. See: https://attack.mitre.org/techniques/enterprise/ Next ID: 31