Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will be triggered from the workbook. This will fetch associated IPs, Host(Domains) and SHAs from user input provided in the Ad-Hoc IOC Lookup Dashboard and make API calls to retrieve Censys data and display data in the dashboard.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Censys |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureloganalyticsdatacollector |
Managed | 1 | 7 |
keyvault |
Managed | 1 | 0 |
keyvault-1 |
Managed | 0 | 1 |
http |
Built-in | 0 | 3 |
azureloganalyticsdatacollector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_Host_Data_To_Log_Analytics | post | /api/logs |
— |
| Send_Host_Field_Data_-_Services | post | /api/logs |
— |
| Send_Web_Property_Data_To_Log_Analytics | post | /api/logs |
— |
| Send_Web_Property_Field_Data_-_Endpoint | post | /api/logs |
— |
| Send_Web_Property_Field_Data_-_Vulns | post | /api/logs |
— |
| Send_Web_Property_Field_Data_-_Threat | post | /api/logs |
— |
| Send_Certificate_Data_To_Log_Analytics | post | /api/logs |
— |
keyvault-1 (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Censys_API_Token | get | /secrets/@{encodeURIComponent('Censys-Access-Token')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Request_To_Fetch_Host_Details | GET | @{variables('base_url')}/@{variables('api_version')}/global/asset/host/@{triggerBody()?['indicator_value']} |
— |
| HTTP_Request_To_Fetch_Web_Property_Details | GET | @{variables('base_url')}/@{variables('api_version')}/global/asset/webproperty/@{triggerBody()?['indicator_value']} |
— |
| HTTP_Request_To_Fetch_Certificate_Details | GET | @{variables('base_url')}/@{variables('api_version')}/global/asset/certificate/@{triggerBody()?['indicator_value']} |
— |
📄 Source: CensysIOCLookup/readme.md
This playbook will be triggered from the workbook. This will fetch associated IPs, Host(Domains) and SHAs from user input provided in the Ad-Hoc IOC Lookup Dashboard and make API calls to retrieve Censys data and display data in the dashboard.
Once deployment is complete, authorize each connection.
Add access policy for the playbook's managed identity to read secrets from Key Vault.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊