HuntProperties interface
Describes hunt properties
Properties
| attack |
A list of mitre attack tactics the hunt is associated with |
| attack |
A list of a mitre attack techniques the hunt is associated with |
| description | The description of the hunt |
| display |
The display name of the hunt |
| hypothesis |
The hypothesis status of the hunt. |
| labels | List of labels relevant to this hunt |
| owner | Describes a user that the hunt is assigned to |
| status | The status of the hunt. |
Property Details
attackTactics
A list of mitre attack tactics the hunt is associated with
attackTactics?: string[]
Property Value
string[]
attackTechniques
A list of a mitre attack techniques the hunt is associated with
attackTechniques?: string[]
Property Value
string[]
description
The description of the hunt
description: string
Property Value
string
displayName
The display name of the hunt
displayName: string
Property Value
string
hypothesisStatus
The hypothesis status of the hunt.
hypothesisStatus?: string
Property Value
string
labels
List of labels relevant to this hunt
labels?: string[]
Property Value
string[]
owner
status
The status of the hunt.
status?: string
Property Value
string