> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/siem-integrations/vulnerability-scanners/tenable.md).

# Tenable

![Tenable Logo](/files/x4YnjyHmEX9OJ5J7ZWmI)

**Introduction**

Nessus is a popular vulnerability scanner used by numerous organizations to scan networks for security vulnerabilities and compliance issues. This guide provides instructions for integrating Tenable Security Center into the ThreatDefence SIEM platform, so Nessus scan reports can be imported into the ThreatDefence platform and converted into SIEM data.

The integration guide assumes a local Tenable Security Centre appliance (on premises deployment).

Tenable Security Centre provides access to resources (data entities) via REST API paths. The SIEM platform will use the REST API to make HTTP requests to retrieve scan data.

URIs for SecurityCenter's REST API resource have the following structure:

`https://host:port/rest/resource-name`

To access the API paths, the integration requires an API Access Key and Secret Key. For more information, see the Generate API section in the Tenable Security Center User Guide: <https://docs.tenable.com/security-center/Content/GenerateAPIKey.htm>

**Integration Steps**

To activate the integration, supply the following information to your ThreatDefence representative:

* The IP address of your Tenable Security Center, or if you're a tenable cloud customer, please use this URL: <https://cloud.tenable.com/vulns&#x20>;
* Your generated Tenable Security Center access key and secret key. For more information, see [Enable API Key Authentication](https://docs.tenable.com/security-center/Content/EnableAPIKeys.htm) and [Generate API Keys](https://docs.tenable.com/security-center/Content/GenerateAPIKey.htm).
* (Optional) Scan names to import from the Tenable Security Center.

:::tip If not set, all scans the API user has access to will be imported.


---

# 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.threatdefence.com/siem-integrations/vulnerability-scanners/tenable.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.
