Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
hunt_flows

hunt_flows

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

Description

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.