Microsoft Entra IDTenant & Directory Administration

Secure score improvements using Entra ID insights

Secure Score Improvements Using Entra ID Insights Microsoft Secure Score is most useful when it’s treated as a risk-reduction roadmap, not a vanity metric. If Microsoft Entra ID (formerly Azure AD) is your identity control plane, then the best Secure Score gains usually come from identity-driven changes: stronger authentication, tighter access conditions, reduced privilege…
Read more
Authentication MethodsMicrosoft Entra ID

Setting up MFA policies in hybrid environments

What you’ll build Hybrid MFA basics: where MFA can be enforced Prerequisites and guardrails (don’t skip) A practical MFA policy model for hybrid orgs Implementation steps in Entra Conditional Access Extending MFA to on-prem apps, VPN, and RADIUS Rollout plan: pilot → broad deployment Monitoring and troubleshooting Ready-to-use policy templates FAQs …
Read more
Identity GovernanceMicrosoft Entra ID

Creating compliance alerts with Entra Identity Governance

Creating Compliance Alerts with Microsoft Entra Identity Governance “Compliance alerts” in identity land are simple: you define what should be true (policy), detect when reality drifts (signal), and notify the right owner fast enough to fix it (response). Microsoft Entra Identity Governance (Identity Governance) gives you strong policy primitives—like access reviews, …
Read more
AD Domain ServicesArchitecture & Design

How to detect Golden Ticket attacks

How to Detect Golden Ticket Attacks in Active Directory A Golden Ticket attack is one of the most damaging post-compromise techniques in Active Directory: an attacker forges a Kerberos Ticket Granting Ticket (TGT) using the KRBTGT account secret, then impersonates any user (often Domain Admin) to access domain resources while blending into “normal”…
Read more
Automation & ToolingScripts & Templates

Detecting Kerberoasting with PowerShell and logs

Detecting Kerberoasting with PowerShell and Logs Kerberoasting is an Active Directory attack technique where an attacker requests Kerberos service tickets (TGS) for accounts that have Service Principal Names (SPNs), then cracks the ticket offline to recover the service account password. Because it uses legitimate Kerberos flows, the key to detection is understanding what…
Read more
AD Domain ServicesArchitecture & Design

Simulating AD attacks with Purple Team labs

Purple teaming in an Active Directory (AD) context is the discipline of running controlled, authorized attack simulations (red) while observing, tuning, and validating detection + response (blue). Done well, it turns vague goals like “improve AD security” into measurable outcomes: which attacks did we detect, how fast, with what signal quality, and what changed because of it. This guide…
Read more
Attack Techniques & Threat ModelingSecurity Operations for Identity

Using BloodHound to map privilege escalation

Using BloodHound to Map Privilege Escalation in Active Directory Privilege escalation in Active Directory (AD) rarely happens as a single “big misconfiguration.” It’s usually a chain: a little too much delegated access here, a leftover admin right there, an ACL that nobody remembers, and suddenly an attacker (or a red team) has a clean path to Domain Admin. …
Read more
AD Domain ServicesAuthentication & Protocols

Identifying unsecure SPN configurations

Identifying Insecure SPN Configurations in Active Directory (Detection + Fix Runbook) Service Principal Names (SPNs) are a core part of how Kerberos knows which service you’re trying to reach and which account should decrypt the service ticket. That also makes SPNs a high-signal control point for both security and reliability: weak service-account hygiene, legacy…
Read more
AD Domain ServicesArchitecture & Design

Detecting unauthorized domain replication

Unauthorized domain replication is one of the fastest ways for an attacker to turn “some access” into “total access.” If someone can trigger directory replication (or abuse replication rights) they can extract credential material (including password hashes) and move laterally at scale—often without noisy malware on domain controllers. What “unauthorized…
Read more