ASM Cortex XSOAR Integration
Special privileges required
This feature is only available to ASM administrators.
Cortex XSOAR from Palo Alto Networks is a security orchestration, automation, and response (SOAR) platform that unifies case management, automation, real-time collaboration, and threat intel management to serve security teams across the incident lifecycle.
This Cortex XSOAR integration lets you import Attack Surface Management (ASM) Issues into XSOAR as Incidents. The process for configuring this integration is outlined in the following sections.
Generate API credentials in the ASM platform
- In ASM, navigate to Projects and Settings > Account Settings.
- Click API Keys to bring up a list of any keys that exist.
- Click Generate New Key and make a note of the Access Key and Secret Key that are shown. These keys are used when configuring access to a Collection in XSOAR.
This is the ONLY time that you have access to this information. If these keys are lost, you must remove this set and generate a new pair.
- Click I understand & saved the key.
Add the ASM Integration to your Cortex XSOAR Configuration
- Access the Cortex XSOAR Marketplace and search for the Attack Surface Management integration.
- Download and install the Surface Management integration pack.
- Within your Cortex XSOAR instance, navigate to Settings > Integrations.
- Search for the Attack Surface Management integration, and click Add Instance to configure a new instance of the integration.
- Enter Name, select Fetches incidents, and enter
http://www.virustotal.com/
as Your server URL.
- Enter Access Key and Secret Key from the Cortex XSOAR integration settings in the ASM platform described in the preceding section.
- Define Maximum Issues to Fetch and Minimum Severity. See the Numeric Severity for more information.
- Adjust additional settings to suit your environment and requirements then click Save & exit.
Included commands for XSOAR
Two commands have been included with this integration to assist you with obtaining the Project IDs and Collection IDs for the configuration.
!attacksurfacemanagement-get-projects
shows a list of all the Projects associated with your API key and their corresponding IDs.
!attacksurfacemanagement-get-collections
shows a list of all the collections within the Project configured in the instance configuration.
If a
project_id
is provided, it overrides the Project ID in the integration configuration.
Updated 14 days ago