This article leads you through the process of generating a test Azure threat to ensure data flow. Red Canary uses a similar test to the European Institute for Computer Anti-Virus Research (EICAR) for data flow validation by executing either of the following commands.
Generate a threat using the AZ CLI
# create a resource group:
az group create --location westus --resource-group rccar-27b29a4f6dd69ce1ca944d5c961daed8db30bb439b210a560a43c83a8cace217-rccar
# the resource group can be deleted with:
az group delete --resource-group rccar-27b29a4f6dd69ce1ca944d5c961daed8db30bb439b210a560a43c83a8cace217-rccar
Note: Any location (region) can be used.
Generate a threat using the Azure GUI
- Navigate to the Azure portal.
- Click Create.
- Name the resource group: rccar-27b29a4f6dd69ce1ca944d5c961daed8db30bb439b210a560a43c83a8cace217-rccar
- Click Review + create.
- In the Review + create window ensure that the information is correct, then click Create.
Delete the Resource group
Once the test is complete, you will need to delete it.
- Navigate to the Azure portal.
- Click Delete resource group.
- Copy the resource group name and paste it into the Enter resource group name to confirm deletion field.
- Click Delete.
Comments
0 comments
Please sign in to leave a comment.