Skip to content

Extend Azure Provider: Microsoft Defender External Attack Surface Monitoring (EASM) #5395

@mm-weber

Description

@mm-weber

Can someone please extend the Azure provider with EASM related information?

az rest --method GET --url https://management.azure.com/subscriptions/<subscriptionName>/providers/Microsoft.Easm/workspaces?api-version=2023-04-01-preview
{
  "value": [
    {
      "id": "/subscriptions<subscriptionName>resourceGroups/<resourceGroupName>/providers/Microsoft.Easm/workspaces/<workspaceName>",
      "location": "eastus",
      "name": <workspaceName>,
      "properties": {
        "dataPlaneEndpoint": "eastus.easm.defender.microsoft.com",
        "provisioningState": "Succeeded"
      },
      "systemData": {
        "createdAt": "2025-03-31T11:43:47.504995Z",
        "createdBy": "<user>",
        "createdByType": "User",
        "lastModifiedAt": "2025-03-31T11:43:47.504995Z",
        "lastModifiedBy": "<user>",,
        "lastModifiedByType": "User"
      },
      "tags": {},
      "type": "microsoft.easm/workspaces"
    }
  ]
}

Suggested MQL

azure.subscription.resourceGroups {providers.Microsoft.Easm.workspaces}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions