RAIDEN hybrid AD onboarding: connect and monitor AD-synced M365 tenants
Set up RAIDEN for environments where on-premises Active Directory is synced to Microsoft 365 via Azure AD Connect (Entra Connect). Covers prerequisites, monitoring scope, and remediation limitations for AD-synced accounts.
Hybrid AD environments — where on-premises Active Directory is synchronised to Microsoft 365 via Azure AD Connect (Entra Connect) — require a small number of additional setup steps and have specific remediation behaviour. This guide covers what RAIDEN monitors in hybrid environments, how to enable AD sync monitoring, and how to respond to compromised hybrid accounts.
Your organisation runs on-premises Active Directory (Windows Server AD)
User identities are synchronised to Microsoft 365 (Entra ID) using Azure AD Connect or Microsoft Entra Connect
Users sign in to M365 services with a UPN that originates in on-prem AD
RAIDEN monitors Microsoft 365 events regardless of whether accounts are cloud-only or AD-synced. The difference affects how response actions work when an account is compromised.
Before connecting RAIDEN in a hybrid environment, confirm the following:
Requirement
Detail
Azure AD Connect / Entra Connect
Installed, configured, and performing regular sync cycles
Global Administrator account
Required for initial M365 consent — can be a cloud-only account
On-prem AD access
You (or your team) can log into a domain controller to disable accounts when needed
Audit logging enabled
Enabled in Microsoft Purview — same requirement as cloud-only setups
RAIDEN account
An active RAIDEN tenant with Owner or Admin access
RAIDEN does not require a connection to your on-premises Active Directory infrastructure. All monitoring occurs via the M365 audit log and Microsoft Graph APIs. The on-prem AD requirement above is for your incident response team, not for RAIDEN itself.
Follow the standard Quick Start guide to connect RAIDEN to your M365 tenant. No hybrid-specific consent steps are needed. Once connected, RAIDEN monitors all users — including AD-synced accounts — automatically.
1
Complete the standard M365 connection
Follow Get started with RAIDEN to complete the two-step Microsoft consent flow. RAIDEN detects AD-synced accounts automatically from the directory data it reads via Directory.Read.All.
2
Verify AD-synced users appear in RAIDEN
After the first poll cycle (5–10 minutes), go to Settings → Users (if available) or check the Cases view. AD-synced accounts are indistinguishable from cloud-only accounts in RAIDEN’s UI — they are monitored identically.If you want to confirm a specific account is AD-synced, check the user’s profile in the Microsoft Entra admin centre under Users → [user] → Properties → On-premises sync enabled.
3
Review response action settings for hybrid accounts
RAIDEN’s auto-remediation behaviour differs for AD-synced accounts. Go to Settings → Response Actions and review the auto-disable setting:
Cloud-only accounts: RAIDEN sets accountEnabled=false in Entra ID and creates a Conditional Access block policy. The account is fully disabled.
AD-synced accounts: RAIDEN creates a Conditional Access block policy only. The on-prem AD account is not automatically disabled — your team must also disable it in Active Directory Users and Computers (or via PowerShell) to prevent local network access.
For AD-synced accounts, a Conditional Access block prevents M365 sign-ins but does not stop the user from authenticating on-premises (e.g., to workstations, file shares, or internal applications). Always disable the account in on-prem AD as well.
4
Prepare your hybrid remediation runbook
For hybrid environments, create a simple runbook for compromised AD-synced accounts. The typical steps are:
RAIDEN detects a compromise and (if auto-disable is enabled) creates a Conditional Access block
Your analyst reviews the case in RAIDEN and confirms the verdict
Your analyst or IT admin disables the on-prem AD account:
ADUC: Active Directory Users and Computers → find the user → right-click → Disable Account
Does RAIDEN need access to my on-premises domain controllers?
No. RAIDEN connects only to Microsoft 365 APIs. It does not require network access to your on-premises infrastructure, domain controllers, or VPN.
Will RAIDEN detect attacks that originate on-prem and then move to M365?
RAIDEN detects the M365-side indicators of those attacks — for example, a Pass-the-Hash attack that results in an M365 sign-in from an unusual IP, or a Kerberoasting attempt that leads to suspicious Entra ID authentication. It does not monitor on-prem AD directly.
What happens if Azure AD Connect sync is delayed or failing?
RAIDEN will continue monitoring events for all accounts currently synced to Entra ID. If sync is failing, check the Azure AD Connect health dashboard. RAIDEN does not alert on sync failures — you should monitor those through your existing AD Connect health alerts or Azure Monitor.
Can I suppress RAIDEN alerts for a specific AD-synced account?
Yes. Suppression works identically for cloud-only and AD-synced accounts. From any alert, click Suppress and choose to suppress by user, IP, or application. See Cases & Alerts.
We already run an endpoint security product on our on-prem endpoints. How does that interact with RAIDEN?
RAIDEN and your endpoint security product monitor different surfaces. RAIDEN covers M365 identity and cloud activity; your endpoint tool covers device-level behaviour. They complement each other. If your endpoint product detects a device-level compromise and the same account shows suspicious M365 activity, RAIDEN will surface the M365-side indicators independently. Cross-correlate findings manually — your endpoint product’s threat IDs won’t appear in RAIDEN cases.