Integrate Rapid7 InsightVM into Autobahn Security

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).

  1. Rapid7 setup
  2. Autobahn Security setup

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.

  1. Go into your Rapid7 dashboard and login using your credentials (username, password).Customer's Rapid7 dashboard
  2. Once logged in, go to the Reports → Console-Generated tab.Click the Reports tab
  3. Click the Manage report templates tab to create a new template based on the following criteria:
    1. Name: autobahn-report-template
    2. Template type: Export (CSV format)
    3. Content: Select all fields

      Finally, click Save.Manage report templatesReport templates inputs
  4. After the template has been successfully created, you’ll see autobahn-report-template in the Template Name list.
    autobahn-report-template in Template list
Setting up in Rapid7 is done! Next we have to setup the integration in Autobahn Security.

Autobahn Security setup

  1. Login to Autobahn Security platform.
  2. Navigate to Integrations page and select Configure on Rapid7.CleanShot 2025-04-25 at 17.39.14-20250425-093931
  3. Fill in your credentials, click Save and then get the agent by clicking the Download button at the top.CleanShot 2025-04-25 at 17.57.23-20250425-095753
  4. Open the downloaded file and unzip it.
  5. Enable Docker in your environment - this is needed as the agent you will deploy is in the form of a docker container.
  6. Run the following command inside the unzipped directory to start the agent (docker container):

    ./autobahn_probe.sh run
  7. To see the agent progress, open the docker logs by running:
    docker logs -f rapid-7-satellite
  8. Keep the agent enabled to ensure the data is regularly fetched to Autobahn Security. The schedule is weekly.
  9. If you want to stop the agent, run the following command:
    ./autobahn_probe.sh stop