Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new sentinel incident is created, this playbook gets triggered and fetches geo location and running services details for IP addresses and domain names from Shodan.io.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Shodan |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 4 |
ShodanCustomConnector |
Custom | 1 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
| Entities_-_Get_DNS | post | /entities/dnsresolution |
— |
| Entities_-_Get_IPs | post | /entities/ip |
— |
ShodanCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| ResolveDomainName | get | /dns/resolve |
— |
| GetServiceDetailsForIP | get | /shodan/host/@{encodeURIComponent(items('For_each_IP_Address'))} |
— |
📄 Source: ShodanPlaybooks/Shodan-EnrichIPAndDomain/readme.md
The playbook can be triggered manually or automatically from an Incident context to fetch geo location and running services details from Shodan.io of IP addresses and Domain Names. This playbook performs following actions:


Once deployment is complete, authorize each connection.
In Microsoft Sentinel, analytical rules should be configured to trigger an incident that contains IP Addresses and/or Domain Names. In the Entity mapping section of the analytics rule creation workflow, IP Address should be mapped to Address identifier of the IP entity type, and Domain Name should be mapped to DomainName identifier of the Domain entity type.
Check the documentation to learn more about mapping entities.
Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊