Send Microsoft Sentinel Incident To Cyware Orchestrate

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊

Back to Content Index


Send Microsoft Sentinel Incident To Cyware Orchestrate

Attribute Value
Type Playbook
Solution Cyware
Source View on GitHub

Additional Documentation

📄 Source: Send_Incident_To_Cyware_Orchestrate/readme.md

Send Incident to Cyware Orchestrate

This Azure Logic App template is designed to integrate Microsoft Sentinel incidents with Cyware Orchestrate, enabling automated incident response actions. When an Microsoft Sentinel alert triggers, this Logic App automatically sends the incident details to Cyware Orchestrate.

Prerequisites

Before deploying this template, you should have:

  1. An Azure account with active subscriptions.
  2. Microsoft Sentinel setup in your Azure environment.
  3. Access to Cyware Orchestrate and a configured Webhook URL for incident intake.

Deployment Guide

This guide provides instructions on manually deploying the Logic App using Azure Portal and via Azure CLI.

Azure Portal

  1. Download Templates: Download the azuredeploy.json and azuredeploy.parameters.json files from this repository.
  2. Open Azure Portal: Log in to your Azure Portal.
  3. Create a Resource: Go to "Create a resource" > "Template deployment (deploy using custom templates)".
  4. Load the Template: Upload or paste the content of azuredeploy.json file.
  5. Customize Parameters: Fill in the parameters accordingly. The azuredeploy.parameters.json file can help provide the structure required.
  6. Review + create: After validating the template and parameters, proceed to create the Logic App.

Azure CLI

To deploy using Azure CLI, ensure you have Azure CLI installed and configured. Then run the following command:

az deployment group create --resource-group <YourResourceGroupName> --template-file ./azuredeploy.json --parameters @azuredeploy.parameters.json

Replace <YourResourceGroupName> with the name of your Azure resource group.

Configuration

After deployment, ensure to configure the following parameters appropriately:

Refer to the azuredeploy.parameters.json as an example. Ensure to replace the placeholders with actual values relevant to your setup.

Usage

Once deployed and configured, the Logic App listens for Microsoft Sentinel alerts based on the triggers defined in the azuredeploy.json. When an alert triggers, it automatically sends the incident details to the specified Cyware Orchestrate Webhook URL for further action.

Internal Workings

This logic app is designed to trigger on Microsoft Sentinel Incident Creation.

Once the rule is triggered, the logic app begins to restructure the payload body to enable easy actioning on Cyware Orchestrate.

Data Reformatting

This reformatted payload is forwarded to the Cyware Orchestrate Webhook URL, that is taken from the variable defined

Send to Cyware Orchestrate

Customization

You can customize the Logic App workflow by editing the azuredeploy.json definition, tailoring actions, and triggers to specific needs.

Troubleshooting

Contributing

If you have suggestions or improvements, feel free to fork this repository and submit a pull request!

License

MIT LICENSE

Copyright (c) <2024>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL CYWARE LABS, INC. OR ITS AFFILIATES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[Content truncated...]


Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊

Back to Playbooks · Back to Cyware