Skip to main content
/v2/hunt-pivots returns ranked investigative actions for threat-hunting agents. Use it when an agent needs to decide what to investigate next, why it matters, and what telemetry fields to collect. Use /v2/relationships instead when you only need related actors, campaigns, malware, sectors, indicators, or techniques for a resolved subject.

Response Envelope

/v2/hunt-pivots returns:
FieldMeaning
modeRequest mode: subject_led or observation_led.
resolution_statusWhether Kyberis resolved the subject or proceeded from an unresolved observation.
subjectResolved or submitted subject context when available.
likely_attack_chainsATT&CK-aligned hypotheses that may explain the subject or observation.
recommended_pivotsRanked hunt actions for the customer agent to execute.
next_decisionRecommendation for whether to continue, collect more context, escalate, suppress, or stop.
caveatsTop-level limitations and assumptions for the response.
metadataRequest and generation metadata, including degradation or implementation details.

Modes

ModeUse when
subject_ledYou have a resolved Kyberis subject such as an actor, CVE, malware family, campaign, technique, or IOC.
observation_ledYou have weak telemetry, unresolved observables, or an anomaly that does not resolve to a canonical Kyberis subject.
Observation-led requests should still return non-empty pivots when entity resolution is unavailable or the observable is unresolved. Each item in recommended_pivots is an action for the customer agent to execute against local SIEM, EDR, cloud, identity, or asset telemetry.
FieldMeaning
pivot_typeHunt category such as network_pivot, process_pivot, technique_hunt, ioc_expansion, or asset_exposure_check.
priorityRelative urgency for this pivot.
questionInvestigation question the pivot should answer.
query_intentVendor-neutral search intent for the customer telemetry system.
whyRationale for the pivot.
confidenceConfidence in the pivot recommendation, not proof of compromise.
required_fieldsTelemetry fields the customer agent should collect.
related_entitiesOptional Kyberis relationship context used to support the recommendation.
evidence_refsOptional evidence references that support the recommendation.
caveatsLimits or assumptions for the specific pivot.

Attack Chains

likely_attack_chains contains ATT&CK-aligned hypotheses. Treat these as hypotheses until customer-local telemetry confirms them.

Next Decision

next_decision summarizes whether the agent should continue hunting, collect more context, escalate, or suppress. Preserve the recommendation and reason in agent output so analysts can see why the workflow continued.