---
title: Rapid7 Nexpose
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/rapid7-nexpose/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/rapid7-nexpose/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.2
Updated: April 30, 2026***
Utilize and interact with Rapid7 Nexpose scan data during incident investigation
## Actions
* **Get Assets** *(Enrichment)* - Returns all assets for which you have access.
* **Post Asset Search** *(Enrichment)* - Returns all assets for which you have access that match the given search criteria.
* **Post Asset Groups** *(Enrichment)* - Creates a new asset group.
* **Get Asset Groups** *(Enrichment)* - Returns all asset groups.
* **Get Scans** *(Enrichment)* - Returns all scans.
* **List Vulnerabilities** *(Enrichment)* - Returns all vulnerabilities that can be assessed during a scan.
* **Get Vulnerability** *(Enrichment)* - Returns the details for a vulnerability.
* **Get Sites** *(Enrichment)* - Retrieves a paged resource of accessible sites.
* **Get Report Template** *(Enrichment)* - Returns the details of a report template.
* **Delete Asset Groups** *(Containment)* - Deletes the asset group.
* **Delete Site** *(Containment)* - Deletes a site.
* **Get Assets Vulnerability** *(Enrichment)* - Returns the details for a vulnerability of a specific asset.
## Configure Rapid7 Nexpose in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL**. Enter your Rapid7 Nexpose URL, for example, `your-domain.rapid7.com`.
* **Port**. Enter your Rapid7 Nexpose [port](https://docs.rapid7.com/nexpose/nexpose-quick-start-guide/#ports).
* **Username**. Enter the username of a Rapid7 Nexpose admin user authorized to authenticate the integration.
* **Password**. Enter the password for the admin user.
*
*
*
For information about Rapid7 Nexpose, see [Rapid7 Nexpose documentation](https://docs.rapid7.com/nexpose/).
## Change Log
* January 24, 2020 - First upload
* February 5, 2021 - Updated actions:
+ Get Assets Vulnerability
+ Post Asset Search
* July 7, 2023 (v1.1) - Updated the integration with Environmental Variables
* April 30, 2026 (v1.2) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.