> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/api-documentation/api-reference/api--response-center/types/objects/cve-intelligence.md).

# cveIntelligence

Response Center-owned exploitation and official KEV intelligence for one CVE indicator.

### Examples

```graphql
type CveIntelligence {
  exploitationStatus: CveExploitationStatus!
  firstReportedExploitationAt: DateTime
  firstObservedExploitationAt: DateTime
  kev: CisaKevObservation!
  euKev: EuKevObservation
  articleEvidence: [CveArticleEvidence!]!
}
```

### Fields

| Field                                                                                                                                       | Description                                                                                                                                     | Supported fields                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| exploitationStatus [`CveExploitationStatus!`](/api-documentation/api-reference/api--response-center/types/enums/cve-exploitation-status.md) | Confirmed for current CISA or EU KEV membership, reported for supported reporter evidence, observed for VulnCheck sensor telemetry, or unknown. |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| firstReportedExploitationAt `DateTime`                                                                                                      | The earliest publication date among sources reporting real-world exploitation activity.                                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| firstObservedExploitationAt `DateTime`                                                                                                      | The earliest exploitation observation date explicitly stated by a source.                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| kev [`CisaKevObservation!`](/api-documentation/api-reference/api--response-center/types/objects/cisa-kev-observation.md)                    | The current CISA KEV observation retained for the CVE.                                                                                          | <p>status <a href="/api-documentation/api-reference/api--response-center/types/enums/cisa-kev-status.md"><code>CisaKevStatus!</code></a><br>checkedAt <code>DateTime!</code><br>catalogFetchedAt <code>DateTime</code><br>catalogVersion <code>String</code><br>dateReleased <code>String</code><br>dateAdded <code>String</code><br>dueDate <code>String</code><br>requiredAction <code>String</code><br>knownRansomwareCampaignUse <code>String</code></p>                                                                                         |
| euKev [`EuKevObservation`](/api-documentation/api-reference/api--response-center/types/objects/eu-kev-observation.md)                       | Independent official EU KEV assertion; retained alongside CISA when both list the CVE.                                                          | <p>status <a href="/api-documentation/api-reference/api--response-center/types/enums/eu-kev-status.md"><code>EuKevStatus!</code></a><br>checkedAt <code>DateTime!</code><br>catalogFetchedAt <code>DateTime</code><br>source <code>String!</code><br>sourceDisplayName <code>String!</code><br>cve <code>String</code><br>euvdId <code>String</code><br>dateReported <code>String</code><br>originSource <code>String</code><br>exploitationTypes <code>\[String!]!</code><br>threatActors <code>\[String!]!</code><br>notes <code>String</code></p> |
| articleEvidence [`[CveArticleEvidence!]!`](/api-documentation/api-reference/api--response-center/types/objects/cve-article-evidence.md)     | The analyzed source articles that reference the CVE.                                                                                            | <p>sourceUrl <code>String!</code><br>sourcePublishedAt <code>DateTime</code><br>analyzedAt <code>DateTime!</code><br>analysisVersion <code>String!</code><br>articleTypes <code>\[String!]!</code><br>classificationConfidence <code>String!</code><br>claims <a href="/api-documentation/api-reference/api--response-center/types/objects/cve-exploitation-claim-evidence.md"><code>\[CveExploitationClaimEvidence!]!</code></a></p>                                                                                                                |

### References

#### Fields with this object:

* [{} Indicator.cveIntelligence](/api-documentation/api-reference/api--response-center/types/objects/indicator.md)
* [{} ExtractedIndicator.cveIntelligence](/api-documentation/api-reference/api--response-center/types/objects/extracted-indicator.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ox.security/api-documentation/api-reference/api--response-center/types/objects/cve-intelligence.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
