Browse docs sections

Your First High-Value Query

How to ask a query that produces immediately actionable intelligence.

A strong first query should include scope, urgency, and output intent.

Before You Ask

  • Pick one concrete issue (CVE, IOC cluster, or actor activity claim).
  • Define the asset boundary (internet-facing, production, specific business unit).
  • Choose a time window (for example, last 30 days).

Query Template

Base Prompt

bash

Are we exposed to CVE-2025-XXXX in externally reachable systems? Include exploit activity in the last 30 days, relevant mitigations, and a short executive summary.

How This Query Is Structured

  • Identifies a concrete issue (CVE-...).
  • Constrains context (externally reachable, last 30 days).
  • Requests both technical and leadership-ready outputs.

Follow-Up Prompts

  1. Ask for missing evidence: "What sources most strongly support this conclusion?"
  2. Ask for actionability: "Turn this into a 24-hour remediation checklist."
  3. Ask for uncertainty: "Which assumptions would most change this recommendation?"

Validate Before Acting

Minimum Validation Checklist

  • Confirm cited sources are authoritative.
  • Compare remediation guidance with vendor advisories.
  • Check if internal telemetry confirms active exposure.