Domain 4 — Module 2 of 6 33%
24 of 28 overall
Domain 4: Manage and monitor security posture Free ⏱ ~11 min read

Defender Multicloud (AWS + GCP) + EASM + Vulnerability Management

Bring AWS and GCP into Microsoft Defender for Cloud, discover unknown internet-exposed assets with Microsoft Defender External Attack Surface Management (EASM), and configure Microsoft Defender Vulnerability Management settings for Azure VMs.

Three ways to expand visibility

Simple explanation

Once Defender for Cloud is humming on your Azure subscriptions, three SC-500 expansions complete the posture picture:

  • Multicloud connectors — bring AWS accounts and GCP projects into Defender for Cloud so they show up alongside Azure subscriptions. One pane of glass across all three clouds.
  • External Attack Surface Management (EASM) — Microsoft’s internet-scale crawler that discovers your internet-facing assets — domains, IPs, hosts, web pages — even the ones you didn’t know you had. Catches shadow IT, forgotten dev environments, and post-acquisition surprises.
  • Defender Vulnerability Management (MDVM) — the vulnerability assessment engine. Settings determine scan frequency, scope, prioritisation, and integration with workload protection plans.

Multicloud connectors

AWS connector

The AWS connector onboards an entire AWS Organization (or selected accounts) into Defender for Cloud. Defender provisions:

  • AWS IAM roles for Defender to read configuration, snapshot disks for agentless scanning, and (optionally) deploy Azure Arc agents to EC2 instances.
  • Defender plans per offering: Servers, Databases (RDS), Containers (EKS), CSPM. Each is enabled per offering inside the connector.
  • Arc onboarding for EC2 instances when Servers plan is enabled.

Once connected, AWS accounts appear in Defender for Cloud’s environment view alongside Azure subscriptions. Recommendations, attack paths, and compliance all span both clouds.

GCP connector

The GCP connector follows the same pattern with GCP-native primitives — GCP service accounts, Workload Identity Federation for token exchange, GCP project (or organisation) targeting.

When multicloud is the right answer

The exam pattern: any scenario mentioning AWS accounts, GCP projects, EC2/EKS/RDS/S3, or “multicloud” governance ties back to the Defender for Cloud multicloud connectors. Going via Sentinel data connectors alone misses the posture and workload-protection coverage that the Defender connector provides.

Microsoft Defender EASM

EASM is Microsoft’s internet-side crawler service that maps your organisation’s external attack surface. You seed it with:

  • Known domain names (example.com, example.co.nz)
  • Known IP addresses or CIDR ranges
  • Organisational identifiers (company name, registrant emails for WHOIS pivots)

EASM crawls the internet and discovers:

  • All domains you own (including subdomains, internationalised variants, recently-registered look-alikes)
  • All hosts answering on those domains
  • All IP addresses they resolve to
  • SSL certificates and their issuance / expiry / CN-SAN coverage
  • Web pages and the technology stack they expose (often via fingerprinting)
  • Observed vulnerabilities (CVEs evident from banners or fingerprints)
  • Mail / DNS records (SPF, DKIM, DMARC, mail server posture)

The output is the organisation’s external attack surface inventory — typically larger than the org’s internal inventory, because it includes assets that ops doesn’t formally track (forgotten dev environments, marketing microsites, post-acquisition assets, shadow IT).

When EASM is the right answer

The pattern: scenarios mentioning “shadow IT”, “unknown internet-exposed assets”, “post-acquisition discovery”, or “assets we didn’t know we had” point to EASM. EASM doesn’t deploy agents and doesn’t require any access into your environment — it’s outside-in discovery.

Defender Vulnerability Management (MDVM)

MDVM is the vulnerability assessment engine across Defender for Cloud (via Defender for Servers Plan 2 + Containers + CSPM) and Microsoft Defender for Endpoint (in M365 Defender XDR). For SC-500, the testable settings:

MDVM settings and capabilities — across Defender for Cloud + Defender for Endpoint
MDVM settingWhat it does
Scan scope (Azure VMs)Per-subscription, per-resource-group, or per-VM enablement (typically via Defender for Servers Plan 2 onboarding)
Scan frequency — MDE agent-basedContinuous when MDE is healthy; near real-time inventory and CVE matching
Scan frequency — agentlessDefender for Cloud agentless scanning schedule (typically daily snapshots) — settable on the Defender CSPM / Defender for Servers Plan 2 settings
Prioritisation signalsMDVM Exposure Score (org-level), Exploitability (Exploit Wednesday, CISA KEV), public exposure (internet-facing flag from Defender CSPM)
Integration with Defender for EndpointFindings surface in Defender XDR's Threat and Vulnerability Management view, alongside MDE EDR alerts
Authenticated scans of network devicesMDVM supports authenticated scans of network devices (switches, routers, firewalls) via configured device credentials — extends coverage beyond endpoints
Browser extension assessmentMDE/MDVM inventories installed browser extensions on managed endpoints and flags risky ones
Software inventory + licence visibilityMDVM reports installed software, versions, licence implications across the managed fleet

The ‘patch the worst first’ workflow

Combining MDVM with Defender CSPM attack-path analysis gives the exam-archetype prioritisation:

  1. MDVM identifies the universe of vulnerabilities.
  2. Defender CSPM attack-path analysis identifies which vulnerable assets sit on real attack paths to sensitive data.
  3. Governance rules assign remediation owners and SLAs to those vulnerabilities.
  4. The ‘patch the worst first’ queue is the prioritised cross-section: critical CVE × on an attack path × on an asset holding sensitive data × with a public exploit available.

This is the SC-500 answer to “we have 14,000 open CVEs — which ones matter?”

Scenario: Asha brings Aurora’s AWS + GCP estate + shadow IT into the fold

Aurora Health Service has Azure as the primary cloud, AWS for one legacy clinical workload, and GCP for a research-data project that started without IT involvement.

  1. AWS connector onboards the AWS Organisation. Defender for Servers Plan 2 + Defender for SQL (for RDS) + Defender CSPM enabled. 38 EC2 instances Arc-onboarded automatically.
  2. GCP connector onboards the research-data project. Defender CSPM + Defender for Servers Plan 2. 12 GCE VMs Arc-onboarded.
  3. EASM seeded with Aurora’s primary domain + 4 known subsidiary domains + the registered company name. EASM discovers:
    • 73 subdomains (Aurora team knew of 52 — 21 new ones).
    • 9 IP ranges historically allocated to Aurora (3 still in use, 6 stale but advertising — Asha follows up with the network team).
    • 12 forgotten dev environments on an old SaaS hosting platform (4 still serving content, all unpatched — flagged to the platform team for retirement).
    • 1 marketing microsite created by an agency in 2023 with a critical CVE on the published Drupal version — Asha gets it taken offline that day.
  4. MDVM settings: agentless scanning daily across Azure + AWS + GCP; MDE agent-based continuous on supported OSes; authenticated scans configured for the hospital network switches.
  5. Prioritisation queue (Defender CSPM + MDVM): critical CVE × on attack path × on internet-facing × with public exploit — surfaces the top 8 to remediate this sprint.

Aurora’s external attack surface shrinks by ~17% in 60 days — and the team finally knows what they have.

Key terms

Question

What does the Defender for Cloud AWS connector enable?

Click or press Enter to reveal answer

Answer

Onboards AWS Organisations / accounts into Defender for Cloud with the IAM roles needed for Defender to read configuration, snapshot disks for agentless scanning, and (optionally) Arc-onboard EC2 instances. Defender plans (Servers, Databases, Containers, CSPM) can then be enabled per AWS offering, giving unified posture + workload protection across Azure and AWS.

Click to flip back

Question

What is Microsoft Defender External Attack Surface Management (EASM)?

Click or press Enter to reveal answer

Answer

A Microsoft-hosted internet crawler that discovers your external attack surface from seed data (domains, IPs, organisation name) and returns an inventory of domains, hosts, IPs, SSL certs, web pages, observed technologies, and known vulnerabilities — without deploying agents or requiring access to your environment. Built for shadow-IT discovery and post-acquisition surface mapping.

Click to flip back

Question

What is Microsoft Defender Vulnerability Management (MDVM)?

Click or press Enter to reveal answer

Answer

The vulnerability assessment engine that powers Defender for Servers Plan 2 (agent-based via MDE, agentless via disk snapshots), Defender for Containers (image scanning), and Defender CSPM (secret + malware scanning). Provides software inventory, CVE matching, exposure score, and integration with Defender XDR's Threat and Vulnerability Management view.

Click to flip back

Question

When should you choose EASM vs Defender CSPM?

Click or press Enter to reveal answer

Answer

EASM = outside-in discovery (no access required, finds shadow IT). Defender CSPM = inside-out posture (needs Azure subscription / multicloud connector, evaluates configuration). Use EASM to find what you have on the internet; use Defender CSPM to assess and improve the posture of what's connected. They complement, don't replace each other.

Click to flip back

Question

How is MDVM scan frequency typically configured?

Click or press Enter to reveal answer

Answer

Agent-based scanning via MDE is continuous on healthy endpoints. Agentless scanning is on a snapshot schedule (typically daily) configured in Defender CSPM / Defender for Servers Plan 2 settings. Both feed into MDVM's unified findings view.

Click to flip back

Knowledge check

Knowledge Check

Asha at Aurora Health Service is bringing AWS into Defender for Cloud for the first time — 38 EC2 instances + 3 RDS databases. Which sequence is correct?

Knowledge Check

Ravi at Maple Genomics learns that the marketing team registered a microsite at `genomics-demo.com` in 2024 without informing security. He wants to find any similar forgotten internet-facing assets across the company. Which Microsoft capability is purpose-built for this?

Knowledge Check

Esme at Northwind Bank has 14,000 open vulnerabilities across the bank's Azure VMs. She wants to prioritise which to patch first using the most operationally meaningful signal. Which combination gives her the 'patch the worst first' queue?

What’s next

The next three modules zoom in on Microsoft Sentinel — first the foundations (workspaces, roles, data connectors, content hub), then event collection at scale (Syslog, CEF, Windows Security via DCRs and WEF, custom log tables), then automation, retention, and the Purview Audit query path in Defender XDR.