Enum MitreAttack.Tactic
- java.lang.Object
-
- java.lang.Enum<MitreAttack.Tactic>
-
- com.google.cloud.securitycenter.v1.MitreAttack.Tactic
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<MitreAttack.Tactic>
- Enclosing class:
- MitreAttack
public static enum MitreAttack.Tactic extends Enum<MitreAttack.Tactic> implements com.google.protobuf.ProtocolMessageEnum
MITRE ATT&CK tactics that can be referenced by SCC findings. See: https://attack.mitre.org/tactics/enterprise/
Protobuf enumgoogle.cloud.securitycenter.v1.MitreAttack.Tactic
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COLLECTIONTA0009COMMAND_AND_CONTROLTA0011CREDENTIAL_ACCESSTA0006DEFENSE_EVASIONTA0005DISCOVERYTA0007EXECUTIONTA0002EXFILTRATIONTA0010IMPACTTA0040INITIAL_ACCESSTA0001LATERAL_MOVEMENTTA0008PERSISTENCETA0003PRIVILEGE_ESCALATIONTA0004RECONNAISSANCETA0043RESOURCE_DEVELOPMENTTA0042TACTIC_UNSPECIFIEDUnspecified value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCOLLECTION_VALUETA0009static intCOMMAND_AND_CONTROL_VALUETA0011static intCREDENTIAL_ACCESS_VALUETA0006static intDEFENSE_EVASION_VALUETA0005static intDISCOVERY_VALUETA0007static intEXECUTION_VALUETA0002static intEXFILTRATION_VALUETA0010static intIMPACT_VALUETA0040static intINITIAL_ACCESS_VALUETA0001static intLATERAL_MOVEMENT_VALUETA0008static intPERSISTENCE_VALUETA0003static intPRIVILEGE_ESCALATION_VALUETA0004static intRECONNAISSANCE_VALUETA0043static intRESOURCE_DEVELOPMENT_VALUETA0042static intTACTIC_UNSPECIFIED_VALUEUnspecified value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MitreAttack.TacticforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Tactic>internalGetValueMap()static MitreAttack.TacticvalueOf(int value)Deprecated.static MitreAttack.TacticvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MitreAttack.TacticvalueOf(String name)Returns the enum constant of this type with the specified name.static MitreAttack.Tactic[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TACTIC_UNSPECIFIED
public static final MitreAttack.Tactic TACTIC_UNSPECIFIED
Unspecified value.
TACTIC_UNSPECIFIED = 0;
-
RECONNAISSANCE
public static final MitreAttack.Tactic RECONNAISSANCE
TA0043
RECONNAISSANCE = 1;
-
RESOURCE_DEVELOPMENT
public static final MitreAttack.Tactic RESOURCE_DEVELOPMENT
TA0042
RESOURCE_DEVELOPMENT = 2;
-
INITIAL_ACCESS
public static final MitreAttack.Tactic INITIAL_ACCESS
TA0001
INITIAL_ACCESS = 5;
-
EXECUTION
public static final MitreAttack.Tactic EXECUTION
TA0002
EXECUTION = 3;
-
PERSISTENCE
public static final MitreAttack.Tactic PERSISTENCE
TA0003
PERSISTENCE = 6;
-
PRIVILEGE_ESCALATION
public static final MitreAttack.Tactic PRIVILEGE_ESCALATION
TA0004
PRIVILEGE_ESCALATION = 8;
-
DEFENSE_EVASION
public static final MitreAttack.Tactic DEFENSE_EVASION
TA0005
DEFENSE_EVASION = 7;
-
CREDENTIAL_ACCESS
public static final MitreAttack.Tactic CREDENTIAL_ACCESS
TA0006
CREDENTIAL_ACCESS = 9;
-
DISCOVERY
public static final MitreAttack.Tactic DISCOVERY
TA0007
DISCOVERY = 10;
-
LATERAL_MOVEMENT
public static final MitreAttack.Tactic LATERAL_MOVEMENT
TA0008
LATERAL_MOVEMENT = 11;
-
COLLECTION
public static final MitreAttack.Tactic COLLECTION
TA0009
COLLECTION = 12;
-
COMMAND_AND_CONTROL
public static final MitreAttack.Tactic COMMAND_AND_CONTROL
TA0011
COMMAND_AND_CONTROL = 4;
-
EXFILTRATION
public static final MitreAttack.Tactic EXFILTRATION
TA0010
EXFILTRATION = 13;
-
IMPACT
public static final MitreAttack.Tactic IMPACT
TA0040
IMPACT = 14;
-
UNRECOGNIZED
public static final MitreAttack.Tactic UNRECOGNIZED
-
-
Field Detail
-
TACTIC_UNSPECIFIED_VALUE
public static final int TACTIC_UNSPECIFIED_VALUE
Unspecified value.
TACTIC_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
RECONNAISSANCE_VALUE
public static final int RECONNAISSANCE_VALUE
TA0043
RECONNAISSANCE = 1;- See Also:
- Constant Field Values
-
RESOURCE_DEVELOPMENT_VALUE
public static final int RESOURCE_DEVELOPMENT_VALUE
TA0042
RESOURCE_DEVELOPMENT = 2;- See Also:
- Constant Field Values
-
INITIAL_ACCESS_VALUE
public static final int INITIAL_ACCESS_VALUE
TA0001
INITIAL_ACCESS = 5;- See Also:
- Constant Field Values
-
EXECUTION_VALUE
public static final int EXECUTION_VALUE
TA0002
EXECUTION = 3;- See Also:
- Constant Field Values
-
PERSISTENCE_VALUE
public static final int PERSISTENCE_VALUE
TA0003
PERSISTENCE = 6;- See Also:
- Constant Field Values
-
PRIVILEGE_ESCALATION_VALUE
public static final int PRIVILEGE_ESCALATION_VALUE
TA0004
PRIVILEGE_ESCALATION = 8;- See Also:
- Constant Field Values
-
DEFENSE_EVASION_VALUE
public static final int DEFENSE_EVASION_VALUE
TA0005
DEFENSE_EVASION = 7;- See Also:
- Constant Field Values
-
CREDENTIAL_ACCESS_VALUE
public static final int CREDENTIAL_ACCESS_VALUE
TA0006
CREDENTIAL_ACCESS = 9;- See Also:
- Constant Field Values
-
DISCOVERY_VALUE
public static final int DISCOVERY_VALUE
TA0007
DISCOVERY = 10;- See Also:
- Constant Field Values
-
LATERAL_MOVEMENT_VALUE
public static final int LATERAL_MOVEMENT_VALUE
TA0008
LATERAL_MOVEMENT = 11;- See Also:
- Constant Field Values
-
COLLECTION_VALUE
public static final int COLLECTION_VALUE
TA0009
COLLECTION = 12;- See Also:
- Constant Field Values
-
COMMAND_AND_CONTROL_VALUE
public static final int COMMAND_AND_CONTROL_VALUE
TA0011
COMMAND_AND_CONTROL = 4;- See Also:
- Constant Field Values
-
EXFILTRATION_VALUE
public static final int EXFILTRATION_VALUE
TA0010
EXFILTRATION = 13;- See Also:
- Constant Field Values
-
IMPACT_VALUE
public static final int IMPACT_VALUE
TA0040
IMPACT = 14;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static MitreAttack.Tactic[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MitreAttack.Tactic c : MitreAttack.Tactic.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MitreAttack.Tactic valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static MitreAttack.Tactic valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static MitreAttack.Tactic forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Tactic> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static MitreAttack.Tactic valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-