HuntProperties Class
Describes hunt properties.
Constructor
HuntProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
display_name
|
The display name of the hunt. Required. |
|
description
|
The description of the hunt. Required. |
|
status
|
The status of the hunt. Known values are: "New", "Active", "Closed", "Backlog", "Approved", "Succeeded", "Failed", and "InProgress". |
|
hypothesis_status
|
The hypothesis status of the hunt. Known values are: "Unknown", "Invalidated", and "Validated". |
|
attack_tactics
|
A list of mitre attack tactics the hunt is associated with. |
|
attack_techniques
|
A list of a mitre attack techniques the hunt is associated with. |
|
labels
|
List of labels relevant to this hunt. |
|
owner
|
Describes a user that the hunt is assigned to. |
Attributes
attack_tactics
A list of mitre attack tactics the hunt is associated with.
attack_tactics: list[typing.Union[str, ForwardRef('_models.AttackTactic')]] | None
attack_techniques
A list of a mitre attack techniques the hunt is associated with.
attack_techniques: list[str] | None
description
The description of the hunt. Required.
description: str
display_name
The display name of the hunt. Required.
display_name: str
hypothesis_status
"Unknown", "Invalidated", and "Validated".
hypothesis_status: str | _models.HypothesisStatus | None
labels
List of labels relevant to this hunt.
labels: list[str] | None
owner
Describes a user that the hunt is assigned to.
owner: _models.HuntOwner | None
status
"New", "Active", "Closed", "Backlog", "Approved", "Succeeded", "Failed", and "InProgress".
status: str | _models.Status | None