QualysVM-GetAssetDetails
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Content Index
When a new sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Get IP Addresses from incident. 2. Get Asset Details for all IP Addresses. 3. Add asset details as a comment to the incident.
Additional Documentation
📄 Source: QualysVMPlaybooks/QualysVM-GetAssetDetails/readme.md
Summary
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:
- Get IP Addresses from incident.
- Get Asset Details for all IP Addresses.
- Add asset details as a comment to the incident.


Prerequisites
- Prior to the deployment of this playbook, Qualys Logic App Custom Connector needs to be deployed under the same subscription.
- Refer to Qualys Logic App Custom Connector documentation for deployment instructions.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required parameters:
- Playbook Name
- Custom Connector Name

Post-Deployment instructions
a. Authorize connections
Once deployment is complete, authorize each connection.
- Select the Microsoft Sentinel connection resource
- Click Edit API connection blade
- Click Authorize/Provide credentianls
- Click Save
- Repeat these steps for other connections
b. Configurations in Sentinel
-
In Microsoft sentinel, analytical rules should be configured to trigger an incident that contains IP Addresses. In the Entity maping section of the analytics rule creation workflow, IP Address should be mapped to Address identitfier of the IP entity type.
Check the documentation to learn more about mapping entities.
2. Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.
c. Assign Playbook Microsoft Sentinel Responder Role
- Select the Playbook (Logic App) resource
- Click on Identity Blade
- Choose Systen assigned tab
- Click on Azure role assignments
- Click on Add role assignments
- Select Scope - Resource group
- Select Subscription - where Playbook has been created
- Select Resource group - where Playbook has been created
- Select Role - Microsoft Sentinel Responder
- Click Save (It takes 3-5 minutes to show the added role.)
References
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to QualysVM