Security researcher Aleksandr Krasnov has revealed how dormant non-human identities create massive security blind spots in cloud environments. He has released 'NHI Hound' to help defenders hunt these hidden risks.
Key Takeaways
- Dormant non-human identities (NHIs) create critical security blind spots in automated environments.
- Attackers can exploit exposed tokens in minutes, far faster than traditional phishing.
- NHI Hound, a new open-source tool, helps map and remediate these hidden trust paths.
- Large enterprises face extreme complexity with hundreds of identities per developer.
A seemingly minor anomaly in a cloud account has exposed a massive systemic vulnerability. Aleksandr Krasnov, a security architect at Ducker Tech Consulting, has warned that 'ghost credentials'—dormant non-human identities used by AI agents and service accounts—are becoming a primary target for attackers.
The Rise of Non-Human Identity Risks
The investigation began when an AI-enabled workflow agent, idle for 30 days, suddenly began making unusual API calls. This incident revealed a complex mesh of tokens and service accounts that existed outside traditional trust boundaries. These identities can be used to move laterally through a network and escalate privileges to gain root or administrator access.
Why This Matters
BozokMedia analysis shows that as organizations scale their use of AI and automation, the complexity of identity management grows exponentially. While human identities are strictly monitored, non-human identities (NHIs) often slip through the cracks, creating 'ghost' paths that attackers can exploit with minimal effort.
An attacker can choose between spending two weeks on a phishing campaign or just five minutes hunting for exposed tokens.
To combat this, Krasnov is releasing NHI Hound, an open-source tool designed to ingest identity data from providers like Okta and GitHub. The tool simulates worst-case abuse paths, allowing defenders to see which dormant credentials could lead to a full production environment compromise.
Historical Background
Historically, Identity and Access Management (IAM) focused heavily on human users. However, the shift toward cloud-native architectures and microservices has introduced a massive influx of machine-to-machine identities, making the traditional 'perimeter' defense model obsolete.
Frequently Asked Questions
1. What are Non-Human Identities (NHI)?
NHIs are credentials, tokens, or service accounts used by software, bots, or AI agents rather than human users.
2. How does NHI Hound help?
It identifies hidden trust links between human and non-human accounts and suggests remediation steps to close security gaps.