Class MitreAttack
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class MitreAttack : IDirectResponseSchema
Properties
AdditionalTactics
Additional MITRE ATT&CK tactics related to this finding, if any.
Declaration
[JsonProperty("additionalTactics")]
public virtual IList<string> AdditionalTactics { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AdditionalTechniques
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
Declaration
[JsonProperty("additionalTechniques")]
public virtual IList<string> AdditionalTechniques { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryTactic
The MITRE ATT&CK tactic most closely represented by this finding, if any.
Declaration
[JsonProperty("primaryTactic")]
public virtual string PrimaryTactic { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryTechniques
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
).
Declaration
[JsonProperty("primaryTechniques")]
public virtual IList<string> PrimaryTechniques { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Version
The MITRE ATT&CK version referenced by the above fields. E.g. "8".
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |