Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook is triggered via HTTP request and is designed to get IOC value from workbook provided by user and fetch it's related data from Cyjax and Ingest it into Log Analytics Workspace which will be used to populate Ad Hoc dashboard.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Cyjax |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
CyjaxAdHocEnrichment_CL 🔶 |
? | ✓ | ? |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureloganalyticsdatacollector |
Managed | 1 | 1 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 1 |
azureloganalyticsdatacollector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_Data_To_Log_Analytics_Workspace | post | /api/logs |
— |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Cyjax_API_Key | get | /secrets/@{encodeURIComponent('Cyjax-API-Key')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Request_To_Fetch_IOC_Enrichment_Data_From_Cyjax | GET | @{variables('base_url')}/@{variables('api_version')}/indicator-of-compromise/enrichment |
— |
📄 Source: CyjaxAdHocEnrichment/readme.md
This playbook is triggered via HTTP request from the Cyjax workbook and is designed to fetch IOC (Indicator of Compromise) data based on user-provided values. It retrieves related threat intelligence data from the Cyjax API and ingests it into Log Analytics Workspace, which is then used to populate the Ad Hoc dashboard in the Cyjax workbook.
Once deployment is complete, authorize each connection.
Add access policy for the playbook's managed identity to read secrets from Key Vault.
Configure the Cyjax workbook to call this playbook with the HTTP POST URL.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊