Google Cloud Security Command Center v1 API - Class MitreAttack (3.20.0)

public sealed class MitreAttack : IMessage<MitreAttack>, IEquatable<MitreAttack>, IDeepCloneable<MitreAttack>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class MitreAttack.

MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org

Inheritance

object > MitreAttack

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

MitreAttack()

public MitreAttack()

MitreAttack(MitreAttack)

public MitreAttack(MitreAttack other)
Parameter
NameDescription
otherMitreAttack

Properties

AdditionalTactics

public RepeatedField<MitreAttack.Types.Tactic> AdditionalTactics { get; }

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

Property Value
TypeDescription
RepeatedFieldMitreAttackTypesTactic

AdditionalTechniques

public RepeatedField<MitreAttack.Types.Technique> AdditionalTechniques { get; }

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

Property Value
TypeDescription
RepeatedFieldMitreAttackTypesTechnique

PrimaryTactic

public MitreAttack.Types.Tactic PrimaryTactic { get; set; }

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

Property Value
TypeDescription
MitreAttackTypesTactic

PrimaryTechniques

public RepeatedField<MitreAttack.Types.Technique> PrimaryTechniques { get; }

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

Property Value
TypeDescription
RepeatedFieldMitreAttackTypesTechnique

Version

public string Version { get; set; }

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

Property Value
TypeDescription
string