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. Export the indicators to provided TAXII server.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Australian Cyber Security Centre |
| 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 |
|---|---|---|---|
| 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_POST_stix_bundle_to_TAXII_server | POST | @{parameters('TAXIIServerRootURL')}/collections/@{parameters('CollectionID')}/objects/ |
— |
| 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: AusCtisExportTaggedIndicators/readme.md
This playbook 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 Australian Cyber Security Centre