> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-products/cve-intelligence/getting-started.md).

# Getting Started

### Access CVE Intelligence

Click **CVE Intelligence** in the NeevCloud portal sidebar,

<figure><img src="/files/GdscaKHIrX9fUCLcTj1s" alt=""><figcaption></figcaption></figure>

You'll be automatically signed in using your existing NeevCloud account (SSO). No separate registration required.

### Select Your Technology Stack

On your first visit, you'll see the **onboarding wizard**. Select the technologies your infrastructure uses:

<table><thead><tr><th width="194">Category</th><th>Examples</th></tr></thead><tbody><tr><td>Operating Systems</td><td>Ubuntu, RHEL/CentOS, Debian, Windows Server</td></tr><tr><td>Web Servers</td><td>Apache, Nginx, LiteSpeed, IIS</td></tr><tr><td>Databases</td><td>MySQL, MariaDB, PostgreSQL, Redis, MongoDB, SQL Server</td></tr><tr><td>Hosting Panels</td><td>cPanel, Plesk, DirectAdmin, Webmin</td></tr><tr><td>Cloud &#x26; Containers</td><td>OpenStack, Docker, Kubernetes, KVM</td></tr><tr><td>Security &#x26; Core</td><td>OpenSSL, OpenSSH, PHP, Python, Node.js, NVIDIA</td></tr></tbody></table>

Choose your **notification threshold**:

* **High & Critical** (recommended) — only serious vulnerabilities
* **Medium and above** — includes moderate-risk issues
* **Critical only** — only the most severe

### Receive Alerts

Once configured, you'll receive daily email digests containing only new vulnerabilities that match your selections. Alerts include:

* CVE ID and severity rating
* CVSS score and exploit probability
* Brief description
* Direct link to full details

### Browse & Investigate

Use the **CVE Browser** to search for specific vulnerabilities, filter by severity or vendor, and view detailed information including:

* CVSS v3.1 vector breakdown
* EPSS exploit probability percentage
* CISA KEV status (actively exploited in the wild)
* Affected vendors and products
* CWE weakness classification
* External references (NVD, vendor advisories, patches)

<figure><img src="/files/UkA8znJZaewrOXH1J5AW" alt=""><figcaption></figcaption></figure>

### Support

For issues or questions about CVE Intelligence, contact NeevCloud support:

* **Support Portal**: [Support section](/neevcloud-products/support/support-overview.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.neevcloud.com/neevcloud-products/cve-intelligence/getting-started.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.
