/v2/hunt-pivots when an agent needs concrete hunt actions after resolving a subject, reviewing an observation, or finding ambiguous threat context.
Hunt pivots are next-step recommendations, not findings. Treat each pivot as a bounded question to answer with telemetry, evidence, relationships, or assessments.
When to use Hunt Pivots
Use hunt pivots when the investigation needs an action plan such as:- what telemetry to query next
- which related indicators to expand
- which techniques or behaviors to hunt for
- which exposed assets or identities to check
- whether to continue hunting, collect more context, or stop
/v2/prioritize. For graph context around known entities, use /v2/relationships. Use hunt pivots when you need ranked investigation actions.
Subject-led Requests
Use subject-led requests when you already have a canonical threat subject, such as an actor, malware family, campaign, CVE, domain, IP, URL, hash, or email.Observation-led Requests
Use observation-led requests when you have telemetry or a partial observation but no resolved canonical subject yet.Workflow
- Resolve the subject first when practical.
- Call
/v2/hunt-pivotswith eithersubjectorobservationand a clearobjective. - Review
recommended_pivotsbypriority,confidence, andwhy. - Execute only the top bounded pivots that match the requester environment and available telemetry.
- Validate material conclusions with evidence, relationships, or the relevant assessment endpoint.
- Preserve
request_id, pivot questions, caveats, and evidence references in the final answer.
Interpret Recommendations
Each recommended pivot includes:pivot_type: hunt category such asnetwork_pivot,process_pivot,technique_hunt,ioc_expansion, orasset_exposure_checkpriority: relative order for follow-upquestion: the investigation question to answerwhy: rationale for the pivotdata_to_collect: telemetry or context neededsuccess_criteria: what would make the pivot usefulconfidence: confidence in the recommendation, not proof of compromisecaveats: limits and assumptions
next_decision to decide whether to continue, collect more context, or stop.
Scope and Credits
/v2/hunt-pivots requires read:hunt_pivots and consumes 8 credits per request.