Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
Send Microsoft Sentinel Incident To Cyware Orchestrate
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Cyware |
| Source | View on GitHub |
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.
Before deploying this template, you should have:
This guide provides instructions on manually deploying the Logic App using Azure Portal and via Azure CLI.
azuredeploy.json and azuredeploy.parameters.json files from this repository.azuredeploy.json file.azuredeploy.parameters.json file can help provide the structure required.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.
After deployment, ensure to configure the following parameters appropriately:
LogicAppLocation: The location of your Logic App instance.COWebHookURL: The Webhook URL provided by Cyware Orchestrate for incident intake.connections_azuresentinel_connectionId: The connection string for Microsoft Sentinel. This requires creating a connection resource in your Azure environment.Refer to the azuredeploy.parameters.json as an example. Ensure to replace the placeholders with actual values relevant to your setup.
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.
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.

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

You can customize the Logic App workflow by editing the azuredeploy.json definition, tailoring actions, and triggers to specific needs.
If you have suggestions or improvements, feel free to fork this repository and submit a pull request!
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 · 📊