Ingest data from Rapid7 InsightVM on-premise installations into Autobahn Security using internal satellites
By integrating Rapid7 InsightVM with Autobahn Security, you can view all your assets and vulnerabilities information in one platform. This includes full-fledged remediation guides for issues identified by Rapid7. Imported assets and vulnerabilities will be conveniently displayed on our Assets and Issues page for easy access and management.
To set up this integration, you must install an internal satellite that will regularly pull data from your Rapid7 installation(s).
Rapid7 setup
In Rapid7 dashboard, we need to create a report template which will be used to generate the report to be consumed by Autobahn Security.
- Go into your Rapid7 dashboard and login using your credentials (username, password).
- Once logged in, go to the
Reports → Console-Generated
tab. - Click the
Manage report templates
tab to create a new template based on the following criteria:- Name: autobahn-report-template
- Template type: Export (CSV format)
- Content: Select all fields
Finally, clickSave
.
- After the template has been successfully created, you’ll see
autobahn-report-template
in the Template Name list.
Autobahn Security setup
- Login to Autobahn Security platform.
- Navigate to Integrations page and select
Configure
on Rapid7. - Fill in your credentials, click
Save
and then get the agent by clicking theDownload
button at the top. - Open the downloaded file and unzip it.
- Enable Docker in your environment - this is needed as the agent you will deploy is in the form of a docker container.
-
Run the following command inside the unzipped directory to start the agent (docker container):
./autobahn_probe.sh run
- To see the agent progress, open the docker logs by running:
docker logs -f rapid-7-satellite
- Keep the agent enabled to ensure the data is regularly fetched to Autobahn Security. The schedule is weekly.
- If you want to stop the agent, run the following command:
./autobahn_probe.sh stop