Microsoft Defender Vulnerability Management Integration Setup
This guide walks you through integrating Microsoft Defender Vulnerability Management (part of Microsoft Defender for Endpoint) with RAD Security, allowing you to import vulnerability findings and correlate them with runtime container and cloud activity. Microsoft Defender Vulnerability Management provides continuous, agent-based discovery and assessment of software vulnerabilities, security recommendations, and exposure scores across your devices.This is a Vulnerabilities integration that imports vulnerability findings from Defender. If you want to ingest Defender alerts and incidents for endpoint detection and response instead, see the Microsoft Defender (EDR) setup guide. You can configure both integrations side by side.
Prerequisites
Before you begin, ensure you have:- Admin access to Azure Portal
- An Azure Active Directory (Entra ID) application created
- Microsoft Defender for Endpoint subscription with Vulnerability Management enabled
- Access to RAD Security workspace with integration permissions
Azure AD Application Required: You must have an Azure Active Directory application created before proceeding. Follow Microsoft’s guide to create an app for Defender API access.
Step 1: Access App Registration
Log in to Azure Portal
Log in to the Azure Portal with administrative privileges
Navigate to App Registrations
- Go to Azure Active Directory
- Select App registrations
- Find and select the application you created for Microsoft Defender API access
Step 2: Create Client Secret
Navigate to Certificates & Secrets
In your application, click Certificates & secrets in the left navigation
Create New Secret
- Click New client secret
- Add a description (e.g., “RAD Security Vulnerability Integration”)
- Select an expiration period
- Click Add
Step 3: Configure API Permissions
Microsoft Defender Vulnerability Management requires read access to vulnerability, software, and device data.Required Permissions
WindowsDefenderATP
WindowsDefenderATP
API: WindowsDefenderATP (Microsoft Defender for Endpoint)Permissions (Application type):
Vulnerability.Read.All- Read Threat and Vulnerability Management vulnerability informationSoftware.Read.All- Read software inventoryMachine.Read.All- Read all machine (device) informationScore.Read.All- Read threat and vulnerability exposure scores
These are the read-only Vulnerability Management permissions needed to import findings, affected software, devices, and exposure scores. Grant Application permissions (not Delegated) for service-to-service access.
Grant Admin Consent
Review Permissions
After adding the permissions, review the list to ensure all required permissions are present
Step 4: Determine API Endpoint URL
Microsoft Defender for Endpoint uses different API endpoints based on your data center location.Finding Your API Endpoint
Finding Your API Endpoint
Refer to Microsoft’s API endpoint documentation to find the correct endpoint for your region.Common Endpoints:
| Region | API Endpoint |
|---|---|
| United States | https://api.securitycenter.microsoft.com |
| United States 2 | https://api-us2.securitycenter.microsoft.com |
| United States 3 | https://api-us3.securitycenter.microsoft.com |
| Europe | https://api-eu.securitycenter.microsoft.com |
| United Kingdom | https://api-uk.securitycenter.microsoft.com |
| Australia | https://api-au.securitycenter.microsoft.com |
| US GCC | https://api-gcc.securitycenter.microsoft.us |
| US GCC High | https://api-gov.securitycenter.microsoft.us |
Use the base endpoint URL without the
/api/ path. For example: https://api-us3.securitycenter.microsoft.comStep 5: Configure in RAD Security
Navigate to your RAD Security workspace and configure the Microsoft Defender Vulnerability Management integration with the following parameters:Required Parameters
| Parameter | Description | Example |
|---|---|---|
| Base URL | Base endpoint URL for your region (without /api/) | https://api-us3.securitycenter.microsoft.com |
| Client Id | Application (client) ID from Step 1 | 11111111-1111-1111-1111-111111111111 |
| Client Secret | Client secret value from Step 2 | your-secret-value-here |
| Tenant ID | Directory (tenant) ID from Step 1 | 00000000-0000-0000-0000-000000000000 |
Verify Integration
After completing the setup, verify your integration is working:- Navigate to Data Sources > Integrations > Vulnerabilities in RAD Security
- Locate your Microsoft Defender Vulnerability Management integration
- Check the connection status shows as Connected
- Verify vulnerability data is being synced
Your Microsoft Defender Vulnerability Management integration is now configured! RAD Security can now import vulnerability findings and correlate them with runtime security events.
What Data is Synced
Once configured, RAD Security will sync the following data from Microsoft Defender Vulnerability Management:Vulnerability Findings
Vulnerability Findings
- CVE identifiers
- Vulnerability severity scores
- CVSS scores and vectors
- Affected software and versions
- Exploit availability information
Device & Asset Information
Device & Asset Information
- Device (machine) inventory
- Operating system details
- Installed software inventory
- Asset metadata and onboarding status
Risk Context
Risk Context
- Exposure and threat scores
- Security recommendations
- Remediation guidance
- Patch availability status
Use Cases
Runtime Exploit Detection
Detect when vulnerabilities identified by Defender are actively being exploited in your environment.
Risk-Based Prioritization
Prioritize vulnerabilities based on runtime exposure, active exploitation, and criticality.
Automated Response
Trigger automated responses when high-risk vulnerabilities are detected on critical assets.
Compliance Validation
Verify vulnerability remediation efforts with runtime validation.
Troubleshooting
Authentication Failed
Authentication Failed
Possible causes:
- Client ID, Tenant ID, or Client Secret is incorrect
- Client secret has expired
- Application registration was deleted
- Verify all credentials are copied correctly
- Check client secret expiration date
- Ensure the Azure AD application still exists
- Verify Tenant ID matches your Azure directory
Insufficient Permissions
Insufficient Permissions
Possible causes:
- Required API permissions not granted
- Admin consent not provided
- Permissions added as Delegated instead of Application
- Verify
Vulnerability.Read.All,Software.Read.All,Machine.Read.All, andScore.Read.Allare present - Ensure permissions are Application type, not Delegated
- Click “Grant admin consent” if any permissions show “Not granted”
- Wait a few minutes for permissions to propagate after granting consent
Wrong API Endpoint
Wrong API Endpoint
Possible causes:
- Using incorrect regional endpoint
- Including
/api/in the URL - Typo in the endpoint URL
- Verify your Defender data center location
- Check Microsoft’s endpoint documentation
- Ensure URL does NOT end with
/api/ - Common mistake:
https://api.securitycenter.microsoft.com/api/(wrong) vshttps://api.securitycenter.microsoft.com(correct)
No Data Syncing
No Data Syncing
Possible causes:
- No devices onboarded to Defender
- Vulnerability Management not enabled
- Initial sync still in progress
- Regional endpoint mismatch
- Verify devices are onboarded to Microsoft Defender for Endpoint
- Confirm Defender Vulnerability Management is enabled for your tenant
- Allow up to 15 minutes for initial data sync
- Confirm you’re using the correct regional API endpoint
- Review integration logs in RAD Security for specific errors
Security Best Practices
Least Privilege Access
Only grant the read permissions listed above. Avoid adding write or isolation permissions to this vulnerability integration.
Rotate Secrets Regularly
Set short expiration periods for client secrets and rotate before expiry to maintain security.
Secure Credential Storage
Store client secrets in a secure vault. Never commit credentials to version control.
Separate Applications
Create a dedicated application for this integration rather than reusing an existing app.
Additional Resources
Create Defender API App
Microsoft’s guide to creating an app for Defender API access
Defender API Endpoints
Complete list of regional API endpoints
Next Steps
Vulnerabilities Overview
Explore other vulnerability integration options
Runtime Security
Learn how RAD correlates vulnerabilities with runtime threats
Microsoft Defender (EDR)
Add Microsoft Defender for endpoint detection and response
Alerts & Incidents
Configure alerts for vulnerability-related events