Rapid7 InsightVM Cloud
Rapid7 InsightVM Cloud Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
InsightVM is a Vulnerability Management Tool which Scan your Network, Eliminate Vulnerabilities, Track and Communicate progress.
#
Configure Rapid7 InsightVM Cloud on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Rapid7 InsightVM Cloud.
Click Add instance to create and configure a new integration instance.
Parameter Required Username True Password True Trust any certificate (not secure) False Server URL (e.g., https://example.net) True Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
insightvm-cloud-get-assetReturns the assessment and details of an asset (specified by id). Only assets which the caller has access to can be returned.
#
Base Commandinsightvm-cloud-get-asset
#
InputArgument Name | Description | Required |
---|---|---|
asset_id | The identifier of the asset to retrieve the details for. | Required |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-get-scanRetrieves the scan with the specified identifier.
#
Base Commandinsightvm-cloud-get-scan
#
InputArgument Name | Description | Required |
---|---|---|
scan_id | The identifier of the scan. | Required |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-get-scan-enginesRetrieves a page of scan engines.
#
Base Commandinsightvm-cloud-get-scan-engines
#
InputArgument Name | Description | Required |
---|---|---|
page | The index of the page to retrieve. Default is 0. | Optional |
size | The number of records per page to retrieve. Default is 10. | Optional |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-get-health-checkReturns an indicator of the health of the API.
#
Base Commandinsightvm-cloud-get-health-check
#
InputArgument Name | Description | Required |
---|
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-search-assetsReturns the inventory, assessment, and summary details for a page of assets.
#
Base Commandinsightvm-cloud-search-assets
#
InputArgument Name | Description | Required |
---|---|---|
hostname | Search criteria for filtering assets returned. | Required |
page | The index of the page (zero-based) to retrieve. Default is 0. | Optional |
size | The number of records per page to retrieve. Default is 10. | Optional |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-last-sitesReturns the details for sites
#
Base Commandinsightvm-cloud-last-sites
#
InputArgument Name | Description | Required |
---|---|---|
page | The index of the page (zero-based) to retrieve. Default is 0. | Optional |
size | The number of records per page to retrieve. Default is 10. | Optional |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-search-vulnerabilitiesReturns all vulnerabilities that can be assessed.
#
Base Commandinsightvm-cloud-search-vulnerabilities
#
InputArgument Name | Description | Required |
---|---|---|
page | The index of the page to retrieve. Default is 0. | Optional |
size | The number of records per page to retrieve. Default is 10. | Optional |
query | query to search vulnerabilities. | Required |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-start-scanStarts a scan.
#
Base Commandinsightvm-cloud-start-scan
#
InputArgument Name | Description | Required |
---|---|---|
asset_id | The identifiers of the assets to scan. | Required |
name | The name of the scan. | Optional |
#
Context OutputThere is no context output for this command.
#
insightvm-cloud-stop-scanStops the scan with the specified identifier.
#
Base Commandinsightvm-cloud-stop-scan
#
InputArgument Name | Description | Required |
---|---|---|
id | The identifiers of the assets to stop scan. | Required |
#
Context OutputThere is no context output for this command.