Enum 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 enum google.cloud.securitycenter.v1.MitreAttack.Tactic
    • 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;
      • 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;
      • LATERAL_MOVEMENT

        public static final MitreAttack.Tactic LATERAL_MOVEMENT
         TA0008
         
        LATERAL_MOVEMENT = 11;
      • 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;
    • 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
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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 interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null