public enum SecurityResult.Association.AssociationType extends Enum<SecurityResult.Association.AssociationType> implements ProtocolMessageEnumRepresents different possible Association types. Can be threat or malware. Used to represent Mandiant threat intelligence.
Protobuf enum google.backstory.SecurityResult.Association.AssociationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ASSOCIATION_TYPE_UNSPECIFIED |
The default Association Type. |
ASSOCIATION_TYPE_UNSPECIFIED_VALUE |
The default Association Type. |
MALWARE |
Association type Malware. |
MALWARE_VALUE |
Association type Malware. |
SOFTWARE_TOOLKIT |
Association type Software toolkit. |
SOFTWARE_TOOLKIT_VALUE |
Association type Software toolkit. |
THREAT_ACTOR |
Association type Threat actor. |
THREAT_ACTOR_VALUE |
Association type Threat actor. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|