This is only needed if your organization does not already have at least a hybrid Entra (Azure Active Directory) instance.
Wirespeed uses directory data to learn your organization, understand user personas when triaging alerts, and confirm metadata. This guide will help an organization with an on-premises only Active Directory instance deploy a FREE Entra (Azure Active Directory - AAD) sync instance which can be used with Wirespeed without any additional charge to your organization.
Integration Instructions
1. Prepare the On-Premises Environment
- Identify a Server to run Azure AD Connect (can be a domain-joined Windows Server, ideally 2016+).
- Check Requirements:
- .NET Framework 4.7.2 or later
- PowerShell 5.1 or later
- Internet access from the server
- Ensure you have an admin account in both:
- On-prem AD (for reading users/groups)
- Azure AD tenant (global admin)
2: Create a Free Azure AD Tenant
- Go to Azure Portal.
- Click Azure Active Directory → Create a tenant → Azure AD (Free).
- Enter organization name, domain, region.
- After creation, note the tenant ID.
Free tier supports up to 500,000 objects, enough for most customers.
3: Install Azure AD Connect
- Download Azure AD Connect.
- Run the installer on your chosen server.
- Choose Customize (for more control) or Express Settings if you just need directory sync.
- Authentication Method:
- To limit secure password storage to your on-premises instance only, choose “Pass-through Authentication”
- “Password Hash Sync” may be chosen to securely replicate hashes of passwords to Entra, but is not required for our integration
- Connect to your on-prem AD and your Azure AD tenant.
- Select the OUs you want to sync
- NOTE: this must include every computer and user object that Wirespeed is monitoring
- Complete the setup and run an initial sync.
4: Verify the Sync
- Log into Azure AD portal → Users → All Users.
- Ensure your on-prem users appear in the cloud tenant.
- Optional: Check that groups and metadata (like department, job title) are synced.
5: Maintain Sync
- Azure AD Connect syncs automatically every 30 minutes by default.
- You can force sync via PowerShell if needed:
Start-ADSyncSyncCycle -PolicyType Delta
Continue Integrations
- Continue with the Microsoft integration to sync your on-premises directory via Entra to Wirespeed.
- Follow the Microsoft Windows integration guide to collect and send on-premises logs to Wirespeed.