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 COLLECTION
TA0009COMMAND_AND_CONTROL
TA0011CREDENTIAL_ACCESS
TA0006DEFENSE_EVASION
TA0005DISCOVERY
TA0007EXECUTION
TA0002EXFILTRATION
TA0010IMPACT
TA0040INITIAL_ACCESS
TA0001LATERAL_MOVEMENT
TA0008PERSISTENCE
TA0003PRIVILEGE_ESCALATION
TA0004RECONNAISSANCE
TA0043RESOURCE_DEVELOPMENT
TA0042TACTIC_UNSPECIFIED
Unspecified value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
COLLECTION_VALUE
TA0009static int
COMMAND_AND_CONTROL_VALUE
TA0011static int
CREDENTIAL_ACCESS_VALUE
TA0006static int
DEFENSE_EVASION_VALUE
TA0005static int
DISCOVERY_VALUE
TA0007static int
EXECUTION_VALUE
TA0002static int
EXFILTRATION_VALUE
TA0010static int
IMPACT_VALUE
TA0040static int
INITIAL_ACCESS_VALUE
TA0001static int
LATERAL_MOVEMENT_VALUE
TA0008static int
PERSISTENCE_VALUE
TA0003static int
PRIVILEGE_ESCALATION_VALUE
TA0004static int
RECONNAISSANCE_VALUE
TA0043static int
RESOURCE_DEVELOPMENT_VALUE
TA0042static int
TACTIC_UNSPECIFIED_VALUE
Unspecified value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MitreAttack.Tactic
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Tactic>
internalGetValueMap()
static MitreAttack.Tactic
valueOf(int value)
Deprecated.static MitreAttack.Tactic
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MitreAttack.Tactic
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-