Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook polls Vaikora for AI agent behavioral signals (high or critical risk actions and anomaly detections) and pushes them as Custom IOCs to CrowdStrike Falcon for detection and prevention.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Vaikora-CrowdStrike-ThreatIntelligence |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 3 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_CrowdStrike_Token | POST | @{parameters('CrowdStrike_BaseUrl')}/oauth2/token |
— |
| Get_Vaikora_Actions | GET | @{parameters('Vaikora_BaseUrl')}/actions?agent_id=@{parameters('VaikoraAgentId')}&per_page=100 |
— |
| Post_IOC_to_CrowdStrike | POST | @{parameters('CrowdStrike_BaseUrl')}/iocs/entities/indicators/v1?ignore_warnings=true |
— |
📄 Source: readme.md
Publisher: Data443 Risk Mitigation, Inc. Solution ID: azure-sentinel-solution-vaikora-crowdstrike Version: 3.0.0
A Microsoft Sentinel Content Hub solution that polls Vaikora for AI agent behavioral signals and pushes high-risk actions and anomaly detections into CrowdStrike Falcon as Custom IOCs. The Logic App playbook runs on a schedule, filters to actions where risk_level is high or critical, or where is_anomaly is true, then calls the CrowdStrike Custom IOC API to create or update indicators.
Vaikora risk_level |
CrowdStrike severity |
CrowdStrike action |
|---|---|---|
| critical | critical | prevent |
| high | high | detect |
| medium / low | medium | detect |
Tags applied automatically:
vaikora, ai-agent-security, data443 (always)ai-agent-anomaly when is_anomaly is trueai-threat-detected when threat_detected is trueIOC type is resolved from the action fields: ip_address or target_ip → ipv4, url or target_url → url, fallback → domain.
Each IOC sets external_id to vaikora-{action_id} for deduplication.
Playbooks/VaikoraToCrowdStrike_Playbook.json Standalone ARM template for the Logic App
Playbooks/Images/ Deployment screenshots
Data/Solution_VaikoraCrowdStrike.json Solution manifest
Package/mainTemplate.json Content Hub deployment template
Package/createUiDefinition.json Deployment wizard UI definition
SolutionMetadata.json Publisher and category metadata
ReleaseNotes.md Change history
Install from Microsoft Sentinel Content Hub. Search for "Vaikora CrowdStrike".
az deployment group create \
--resource-group <your-rg> \
--template-file Playbooks/VaikoraToCrowdStrike_Playbook.json \
--parameters \
VaikoraApiKey="<your-vaikora-key>" \
VaikoraAgentId="<your-agent-id>" \
CrowdStrike_ClientId="<cs-client-id>" \
CrowdStrike_ClientSecret="<cs-client-secret>" \
CrowdStrike_BaseUrl="<cs-base-url>"
Screenshots from a deployment to a test workspace:
Playbooks/Images/playbook-template-detail.png — Sentinel > Automation > Playbook templates rendering with full metadata (description, prerequisites, post-deployment)Playbooks/Images/playbook-create-basics.png — Create playbook wizard, Basics tabPlaybooks/Images/playbook-create-parameters.png — Create playbook wizard, Parameters tabData443 Risk Mitigation, Inc., support@data443.com
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Vaikora-CrowdStrike-ThreatIntelligence