- 22 May 2022
- 1 Minute to read
- DarkLight
- PDF
Abuse Email via Azure Logic Apps 3.0.0
- Updated on 22 May 2022
- 1 Minute to read
- DarkLight
- PDF
tags: python | Azure Logic Apps
Description
Integration with Azure Logic Apps is created to support CDC users by reading the email information from Azure Logic Apps and creating alerts in the CDC, which enable CDC users to perform quick updates on emails to fasten up Incident response.
We have created actions to read the email, create alert, posting a message in MS Teams chat or channel, and send the emails. Filters are also created, which need to be provided to filter in the data to be read from emails.
Azure Logic Apps is a cloud service that assists in automating, scheduling, and organizing tasks and workflows when integrating apps and data. Azure Logic Apps is a cloud service which helps to define the workflow at ease consuming a range of APIs exposed as Connectors. These Logic App connectors will perform the sequence of actions defined in the workflow whenever the trigger gets fired.
Integration Type: | Sensor |
Information Read: | Information from emails |
API Supported: | v2.2.0 |
Input: | Email address and filter criteria |
Output: | Information from email, confirmation of creation of alert or confirmation on sending acknowledgement email, message in MS Teams chat or channel. |
CDC Command Lines
No CDC command lines
Workflows
- create_email_alert
Create alerts in CDC from incoming emails.
Rules
- create_alert
Create alerts from incoming new emails.
Sensors
No sensors
Triggers
No triggers
Known Issues
Due to StackStorm limitation, the workflow will fail for emails that have large attachments exceeding 2 MB.