{
  "technique_id": "T1078",
  "d3fend_mappings": [
    {
      "id": "D3-DAM",
      "name": "Domain Account Monitoring",
      "relationship": "detect",
      "practical_action": "Review domain/directory sign-in activity for the account -- risky sign-ins, impossible travel, unfamiliar devices, MFA prompts.\n",
      "tooling": [
        "Sentinel",
        "Entra ID",
        "Defender XDR"
      ]
    },
    {
      "id": "D3-LAM",
      "name": "Local Account Monitoring",
      "relationship": "detect",
      "practical_action": "Review local account logon activity on the affected host for use of the same credential outside the directory-managed path.\n",
      "tooling": [
        "Defender for Endpoint"
      ]
    },
    {
      "id": "D3-AL",
      "name": "Account Locking",
      "relationship": "evict",
      "practical_action": "Lock or disable the account once compromise is confirmed, and revoke its active sessions and refresh tokens.\n",
      "tooling": [
        "Microsoft Graph",
        "Entra ID"
      ]
    },
    {
      "id": "D3-UAP",
      "name": "User Account Permissions",
      "relationship": "isolate",
      "practical_action": "Review and, if needed, restrict the account's role assignments and group memberships to limit what a compromised session can reach.\n",
      "tooling": [
        "Entra ID",
        "AuditLogs"
      ]
    }
  ]
}