Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook gets triggered every hour and perform the following actions: 1. Get all the threat intelligence indicators from Microsoft Sentinel Workspace with given tag. 2. Filter all the indicators whose export in not completed. 3. Share the STIX Bundle, that includes the 'Indicator, corresponding Identities, Markings and optional Sighting' with the to provided TAXII server.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | NCSC-NL NDN Cyber Threat Intelligence Sharing |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 4 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_POST_stix_bundle_to_TAXII_using_api_key | POST | @{parameters('TAXIIServer RootURL')}/collections/@{parameters('Collection ID')}/objects/ |
— |
| HTTP_POST_stix_bundle_to_TAXII_using_username-password | POST | @{parameters('TAXIIServer RootURL')}/collections/@{parameters('Collection ID')}/objects/ |
— |
| HTTP_appendTags_request | POST | [uriComponentToString(uri(variables('azure'), 'subscriptions/@{parameters(''SubscriptionID'')}/resourceGroups/@{parameters(''ResourceGroup'')}/providers/Microsoft.OperationalInsights/workspaces/@{parameters(''Workspace'')}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/@{items(''For_each_filtered_indicator'')?[''name'']}/appendTags?api-version=2021-10-01'))] |
— |
| HTTP_queryIndicators_request | POST | [uriComponentToString(uri(variables('azure'),'subscriptions/@{parameters(''SubscriptionID'')}/resourceGroups/@{parameters(''ResourceGroup'')}/providers/Microsoft.OperationalInsights/workspaces/@{parameters(''Workspace'')}/providers/Microsoft.SecurityInsights/threatIntelligence/main/queryIndicators?api-version=2022-06-01-preview'))] |
— |
📄 Source: NCSCNLShareSTIXBundle/readme.md

This playbook is inspired on the previous ACSC codecase and is enhanced with an additional Sighting feature and API key support. It gets triggered every day and perform the following actions:
Once deployment is complete, assign playbook Log Analytics contributor role.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to NCSC-NL NDN Cyber Threat Intelligence Sharing