Enum SecurityResult.Types.Association.Types.AssociationType
Represents different possible Association types. Can be threat or malware. Used to represent Mandiant threat intelligence.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum SecurityResult.Types.Association.Types.AssociationType
Fields
| Name | Description |
|---|---|
| Malware | Association type Malware. |
| SoftwareToolkit | Association type Software toolkit. |
| ThreatActor | Association type Threat actor. |
| Unspecified | The default Association Type. |