public sealed class MitreAttack : IMessage<MitreAttack>, IEquatable<MitreAttack>, IDeepCloneable<MitreAttack>, IBufferMessage, IMessageReference 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
Implements
IMessageMitreAttack, IEquatableMitreAttack, IDeepCloneableMitreAttack, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
MitreAttack()
public MitreAttack()MitreAttack(MitreAttack)
public MitreAttack(MitreAttack other)| Parameter | |
|---|---|
| Name | Description |
other |
MitreAttack |
Properties
AdditionalTactics
public RepeatedField<MitreAttack.Types.Tactic> AdditionalTactics { get; }Additional MITRE ATT&CK tactics related to this finding, if any.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldMitreAttackTypesTechnique |
|
PrimaryTactic
public MitreAttack.Types.Tactic PrimaryTactic { get; set; }The MITRE ATT&CK tactic most closely represented by this finding, if any.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldMitreAttackTypesTechnique |
|
Version
public string Version { get; set; }The MITRE ATT&CK version referenced by the above fields. E.g. "8".
| Property Value | |
|---|---|
| Type | Description |
string |
|