Plugin
Arg | Description | Type |
---|---|---|
hunt_id | The hunt id to inspect. | string (required) |
start_row | The first row to show (used for paging). | int64 |
limit | Number of rows to show (used for paging). | int64 |
basic_info | If specified we only return basic information like flow id and client id. | bool |
Required Permissions: READ_RESULTS
Retrieve the flows launched by a hunt.
A Velociraptor hunt is just a collection of related flows. This plugin simply enumerates all the flows as part of this hunt.
You can use this to figure out if all the collections were successful by looking at the result of each flow object.