Tenable Security Center (Tenable.sc) is an on-premises vulnerability management platform that provides comprehensive visibility into the security posture of an organization's IT infrastructure. For more detailed information refer to Tenable's official website.
Integration Method: Data Collector (API Ingest)
Tables: Vulnerability Finding (2002)
This integration supports the following events.
Event | Description |
|---|---|
Vulnerabilities | Returns cumulative vulnerability data including plugin details, severity ratings, CVSS scores, affected hosts, exploit availability, and remediation guidance. |
This integration supports the following versions.
Tenable Security Center API | 6.8.0 |
Prerequisites
The user should have access to the Tenable Security Center console with administrator privileges.
The user should have a compatible version of the system in which we can configure the data collector.
The user should have access to the DataBee console.
Configuration Overview
Generate API credentials from the Tenable Security Center.
Create Tenable Security Center Data Feed in the DataBee console.
DataBee Parameter
Tenable Security Center Parameter
Base URL
Base Url
Access Key
Secret Key
Data Collector Configuration and Installation
To receive events from Tenable Security Center, a Data Collector must be installed and configured. The data collector is used to call Tenable Security Center APIs and send data to DataBee securely.
Follow the steps provided in DataBee's official documentation to complete the configuration. Additionally, refer to this guide for detailed instructions on installing the Data Collector on your machine.
Tenable Security Center Configuration
Log in to the Tenable Security Center UI using Administrator credentials. Copy the Base URL highlighted in the image below for later use.

In the left navigation, click System > Configuration. The Configuration page appears.

Click the Security tile. The Security Configuration page appears.

In the Authentication Settings section, enable Allow API Keys.

Click Submit.

From the left navigation menu, go to Users > Users. The Users page appears.

Click the user who has the Security Manager role. If no such user exists, create one using the + Add option first (refer to the provided documentation for detailed steps).
Then, proceed with either of the following:
Right-click the user's row to open the Actions menu, or
Select the checkbox next to the user to display the available actions at the top of the table.
From the available actions, select Generate API Key.

Click Generate. The Your API Key window appears, displaying the access key and secret key for the user.

Copy the Access Key and Secret Key for later use and click OK.

Note:
Copy these credentials to a safe location. You cannot view the API secret keys again. If you lose your secret key, you must generate new API keys.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.

Search for Tenable Security Center and click on it as shown below.

Click on the API Ingest option as the polling mechanism.

Enter the feed contact information, select the collector that you have created from the drop down, and scroll down.

In the configuration page, confirm the following, then scroll down:
Base URL: Paste the Base URL which would be the IP address/instance of the Tenable Security Center.
Request Count: Set to 100
Interval: Set to 60 seconds
Event Types: Preselected for all the event types that integration pulls.

In the configure authentication page, confirm the following, then click Next.
Authorization Method: Custom API Key
Access Key: Paste the Access Key
Secret Key: Paste the Secret Key.
Enable TLS: Check the Enable TLS option
Skip Server-side Certificate Verification: Check it to disable the server-side certificate verification

Click Submit.

Troubleshooting Tips
Ensure that the Tenable Security Center server is reachable by opening the terminal on the data collector machine and running ping <server_ip> command.

Ensure that the API key pair (Access Key and Secret Key) is valid.
If you encounter TLS/SSL certificate errors, ensure the "Skip Server-side Certificate Verification" option is enabled, or provide the correct CA certificate path.
If you encounter any issues regarding log forwarding, refer to the DataBee troubleshooting document for detailed guidance.
