Legacy tokens and Global Admin impersonation in Entra ID: real surface, abuse, and operational control

Legacy tokens (including “actor” patterns in S2S flows) and the use of obsolete APIs such as Azure AD Graph have been a dangerous combination: they enable privileged operations without going through the same guardrails we now expect (MFA and Conditional Access). This article breaks down how Global Admin impersonation materializes in Entra ID, what signals to look for, and how to run it in practice to close the gap.

Identity theft in AWS: The main threat in 2026

In 2026, most initial intrusions in AWS do not start with an exploit, but with stolen credentials and sessions. This article explains why it happens (including the 83% identity-focused figure), what operational signals reveal it in AWS, and how to harden IAM/STS without breaking corporate operations.

Secrets management in Kubernetes: the Base64 problem

Native Kubernetes Secrets do not “encrypt”: they encode in Base64. In corporate environments this translates into exposure via logs, overly broad RBAC, etcd without encryption, and pipelines that leak credentials. How to understand the real risk and operate External Secrets Operator with Azure Key Vault or AWS Secrets Manager without breaking deployment.

The danger of the Instance Metadata Service (IMDSv1): why SSRF turns it into a fast path to AWS credentials

IMDSv1 allows access to metadata and temporary credentials from the instance itself without any anti-SSRF mechanism. In corporate environments, an SSRF in an internal app can end in exfiltration of the instance role’s credentials and escalation in AWS. Enforcing IMDSv2 drastically reduces that risk by requiring per-session tokens.