Home
Active Directory Security Assessment
See your Active Directory
the way attackers do.
Run 155+ checks against Active Directory and the on-prem footprint of Entra ID. For each finding, Insight Recon shows what's affected, how the issue can be abused, what to fix first, and how to validate the fix. Scanning is read-only, with nothing deployed to your domain controllers or endpoints.
at a glance.
Deployment
Portable scans or scheduled scanning.
For an on-demand assessment, use the portable Windows scanner with no agent install. Auditor and Enterprise also include a portable Linux scanner. For recurring scans, Standard and above can install the Windows agent and schedule scans automatically. Every scanning mode is read-only, with nothing deployed to your domain controllers or endpoints.
Choose how to run it
- Portable Windows scanner on every plan
- Portable Linux scanner on Auditor and Enterprise
- Windows agent for scheduled scans on Standard+
- Read users, groups, computers, ACLs, GPOs, ADCS, and trusts
- Nothing deployed to your DCs or endpoints
Review
- See every affected object
- Understand why the finding matters
- See the attack technique and common tooling
- Get severity, effort, and first-seen details
Prioritize
- Top riskiest findings called out
- Quick Wins pair severity with effort
- New, modified, and remediated findings tracked
- Remediation grouped by control area
Remediate
- PowerShell and GUI remediation paths
- Validation and follow-up scan steps
- Exceptions and evidence requirements
- MITRE and compliance mappings
Hybrid Identity · New
We check the on-prem side
of Entra ID, too.
Entra Connect and related features leave privileged accounts and objects in Active Directory. Insight Recon runs 24 checks against that footprint, including directory sync accounts, AZUREADSSOACC$, and Cloud Kerberos Trust.
Directory sync accounts
DirSync / MSOL_These accounts can reset privileged passwords, modify privileged groups, and hold directory replication rights.
Seamless SSO account
AZUREADSSOACC$This account holds the Kerberos secret used by Seamless SSO. If the key is compromised, an attacker can forge tickets for synced users.
Cloud Kerberos Trust
AzureADKerberosThis object becomes part of the Tier 0 attack surface. Mis-scoped delegation or control over it can create a privilege path.
Coverage
155+ checks across Active Directory
and hybrid identity.
The checks cover the parts of AD we routinely see matter during offensive assessments: privileged access, ACLs, Kerberos, ADCS, Group Policy, trusts, legacy configuration, and the on-prem objects created by Entra integration.
Identity & Accounts
Empty passwords, stale admins, password-not-required, Kerberoastable and AS-REP-roastable accounts.
Privileged Access
Over-permissioned groups, DCSync rights, and dangerous ACLs over privileged objects.
Hybrid IdentityNEW
The on-prem footprint of your Entra sync: directory sync accounts, the Seamless SSO account, and Cloud Kerberos Trust.
Certificate Services
The full ESC1–16 family of certificate template and CA misconfigurations.
Kerberos & Delegation
Unconstrained and constrained delegation, krbtgt password age, ticket abuse.
Group Policy
Risky GPO settings, SYSVOL scripts, and weak domain password policy.
Domain & Trusts
Trust configuration, SID filtering, and domain controller redundancy.
Public Key Infrastructure
Enrollment rights, trusted roots, and weak certificate mappings.
Configuration & Hygiene
SMBv1, Print Spooler on DCs, LAPS coverage, and legacy protocols.
Inside the report
Here's what one
finding looks like.
A finding should get an engineer from “we have a problem” to “we fixed it and proved it.” The report includes the affected objects, attacker context, remediation paths, validation steps, and the evidence to retain after the change.
See why the issue matters, how it gets abused, and the specific users, groups, computers, templates, or other objects involved.
Prerequisites, remediation objectives, copyable commands, bulk options where appropriate, and ADUC steps for administrators who prefer the GUI.
What to verify after the change, how to document a justified exception, what evidence to retain, and when to rescan to confirm closure.
Password requirement settings are not enforced on the reported accounts. Affected accounts may accept an empty password depending on how the account and domain policy were configured.
$Account = Get-ADUser -Identity "<SamAccountName>" -Properties UserAccountControl
$NewUAC = $Account.UserAccountControl -band -bnot 0x20
Set-ADUser -Identity "<SamAccountName>" -Replace @{UserAccountControl = $NewUAC}Between scans
See exactly what changed.
Insight Recon keeps scan history. See your posture score delta, how finding counts changed by severity, what was introduced or fixed, and which issues are persisting across scans.
Risk Posture Score over time
Since the previous scan
Critical findings still open
Try it on your domain
Run an Active Directory
assessment for free.
Run an on-demand assessment with the portable Windows scanner. Auditor and Enterprise also support portable Linux. Standard and above can use the Windows agent for automated scheduled scans. Every mode is read-only, with nothing deployed to your domain controllers or endpoints.