EXPLORE
← Back to Explore
sigmamediumHunting

Azure New CloudShell Created

Identifies when a new cloudshell is created inside of Azure portal.

MITRE ATT&CK

execution

Detection Query

selection:
  operationName: MICROSOFT.PORTAL/CONSOLES/WRITE
condition: selection

Author

Austin Songer

Created

2021-09-21

Data Sources

azureactivitylogs

Platforms

azure

Tags

attack.executionattack.t1059
Raw Content
title: Azure New CloudShell Created
id: 72af37e2-ec32-47dc-992b-bc288a2708cb
status: test
description: Identifies when a new cloudshell is created inside of Azure portal.
references:
    - https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
author: Austin Songer
date: 2021-09-21
modified: 2022-08-23
tags:
    - attack.execution
    - attack.t1059
logsource:
    product: azure
    service: activitylogs
detection:
    selection:
        operationName: MICROSOFT.PORTAL/CONSOLES/WRITE
    condition: selection
falsepositives:
    - A new cloudshell may be created by a system administrator.
level: medium