// Identity Security

Your machines have
more access than
your people.

Non-Human Identities — API keys, service accounts, OAuth tokens, and AI agent credentials — now outnumber human users 50:1 in the average enterprise. They're the fastest-growing attack vector in 2026. And most organisations have no idea how many they have.

50:1
Machine vs Human Identities
#1
Fastest-Growing Attack Vector 2026
$4.6M
Avg Cost of NHI-Enabled Breach
72%
of NHIs Have Excessive Privileges
// The NHI Problem

The identities your security team isn't watching.

Every time a developer adds an API key, spins up a CI/CD pipeline, grants OAuth access to a SaaS tool, or deploys an AI agent — they create a Non-Human Identity. These machine credentials operate silently in the background, accumulating privileges, persisting long after they're needed, and frequently leaking into places they shouldn't be.

The Midnight Blizzard attack on Microsoft, the Snowflake customer breach wave, and dozens of major 2024–2025 incidents were enabled not by phishing humans — but by compromising machine credentials that nobody was watching.

HackLabs NHI Security Assessments surface exactly what attackers are looking for: the over-privileged service account with admin rights that's been dormant for two years, the OAuth grant giving a third-party app access to your entire SharePoint, the API key committed to a public GitHub repo six months ago.

// What We Assess
  • Service accounts — AD and Azure AD machine accounts with standing access
  • API keys & secrets — cloud provider keys, SaaS tokens, hardcoded credentials in repos
  • OAuth grants — third-party app permissions across Microsoft 365, Google Workspace, Salesforce, GitHub
  • CI/CD pipeline credentials — build automation, deployment keys, container registry tokens
  • AI agent identities — Copilot Studio agents, LangChain bots, and automation credentials with standing permissions
  • Workload identities — cloud-managed identities, Kubernetes service accounts, Lambda execution roles
  • Secret sprawl — credentials exposed in source code, logs, configuration files, and collaboration tools
  • Lifecycle governance — stale accounts from departed staff, expired vendors, and decommissioned systems still with active access
// Common Findings

What we find. Every time.

These aren't edge cases — they're standard findings across Australian enterprises running modern cloud and SaaS environments. If you haven't had an NHI assessment, you almost certainly have most of these.

Ghost Admin Accounts

Service accounts with Domain Admin or Global Admin rights, created years ago for a one-off project, never decommissioned. No rotation, no MFA, no audit trail.

Leaked API Keys in Code

AWS access keys, GitHub tokens, database passwords, and Stripe keys committed to source repositories — often months or years ago, often in repos that have since been made public.

Unsanctioned OAuth Grants

Third-party applications with persistent access to read all email, access calendar data, or download SharePoint files — granted by individual employees, unknown to IT, and never reviewed.

Over-Privileged CI/CD Pipelines

Build and deployment pipelines with production write access, often running on long-lived credentials with no expiry. A compromised pipeline becomes a direct path to production infrastructure.

AI Agent Credential Sprawl

Copilot Studio and custom AI agents deployed with standing admin permissions "so they can help with anything." No scope limits, no audit logging, no rotation.

Departed Vendor Access

Service accounts and API credentials created for a contractor, MSP, or vendor that is no longer engaged — still active, still privileged, and with credentials potentially still held by former personnel.

// Assessment Methodology

Six-domain assessment framework.

Our NHI assessment covers the full lifecycle of machine identities across cloud, SaaS, on-premises AD, and development pipelines — not just a point-in-time scan.

01

Discovery & Inventory

We enumerate all non-human identities across your environment — cloud workload identities, SaaS service accounts, API integrations, CI/CD credentials, and AI agent accounts. Most organisations are surprised by the count.

02

Permission & Privilege Audit

We map what every NHI can access and what it actually uses. Over-privileged accounts — those with far more access than their function requires — are rated as critical risk and prioritised for immediate remediation.

03

Secret Hygiene Review

We scan source code repositories, CI/CD logs, container images, and configuration management systems for hardcoded or committed secrets — including historical commits that developers believe are "deleted."

04

OAuth & SaaS App Grant Review

We enumerate all third-party OAuth grants across Microsoft 365, Google Workspace, GitHub, Salesforce, and other SaaS platforms — identifying apps with excessive scopes, unsanctioned by IT, or connected to defunct vendors.

05

AI Agent Identity Review

For organisations running AI agents (Copilot Studio, LangChain, AutoGen, Salesforce Agentforce), we assess the identity and permission model — ensuring agents operate under least-privilege with appropriate audit logging.

06

Lifecycle Governance Assessment

We evaluate whether your organisation has the processes, tooling, and ownership structures to manage NHI lifecycle — creation, rotation, review, and decommissioning — on an ongoing basis, not just point-in-time.

// Engagement Options

Find the right scope.

Starter

Machine Identity
Health Check

A focused 2-week assessment covering one environment — cloud or SaaS. Rapid inventory, top risk identification, and a prioritised remediation list. Ideal as a first look or board-level risk briefing.

  • Single environment (cloud or SaaS)
  • NHI discovery and inventory
  • Top 10 critical findings report
  • Executive summary and risk rating
  • Remediation priority matrix
Enquire Now
Most Popular
Standard

NHI Security
Assessment

Full six-domain assessment across cloud, SaaS, Active Directory, and development pipelines. Our most comprehensive standalone NHI engagement — covers the complete attack surface attackers target.

  • Cloud + SaaS + AD coverage
  • All six assessment domains
  • Secret sprawl scan (source code, logs, configs)
  • OAuth and SaaS grant enumeration
  • Full technical + executive report
  • Remediation workshops included
Enquire Now
Enterprise

NHI Assessment
+ Managed Monitoring

Full enterprise NHI assessment plus DevOps pipeline security review, AI agent identity audit, and an ongoing monthly monitoring service to catch new NHI risk as your environment evolves.

  • Everything in Standard
  • CI/CD pipeline deep-dive
  • AI agent identity audit
  • Remediation project support
  • Monthly NHI monitoring retainer
  • Quarterly governance review
Enquire Now
// Why HackLabs for NHI
AU
First Mover

HackLabs is the first Australian security firm offering dedicated NHI assessments — built on the same adversarial methodology that powers our red team practice.

IAM
Deep Expertise

Our consultants combine identity and access management depth with offensive security experience — we assess NHIs the way attackers exploit them.

6
Assessment Domains

We don't just scan for secrets. Our six-domain framework covers discovery, privileges, secrets, OAuth, AI agents, and lifecycle governance — the full picture.

Fix
Not Just Findings

Every assessment includes a remediation workshop. We don't hand you a report and walk away — we work with your team to prioritise and fix what matters most.

// The Threat is Real

The world's biggest breaches started with machine credentials.

Midnight Blizzard / Microsoft (2024)

Russian SVR actors compromised a legacy OAuth application with elevated access to Microsoft's corporate email. A machine identity — not a human account — was the entry point to senior leadership inboxes.

Snowflake Customer Breach Wave (2024)

Hundreds of Snowflake customer organisations breached through stolen service account credentials. Ticketmaster, Santander, AT&T and dozens more — all enabled by unmonitored machine identities with no MFA.

XZ Utils Supply Chain Backdoor (2024)

A multi-year social engineering campaign resulted in a backdoor in a critical open-source library — exploiting CI/CD pipeline automation and unsigned build credentials. Machine identity governance would have detected it.

// NHI Discovery — Sample Output
[CRITICAL] SVC_DEPLOY_PROD — Domain Admin, last rotated: never
[CRITICAL] GitHub Actions token — repo write + org admin scope, in plaintext log line 247
[CRITICAL] AWS_ACCESS_KEY_ID committed to /src/config.py (2023-08-14, still active)
[HIGH]    OAuth grant: DocuSign connector — Mail.ReadWrite, Calendars.ReadWrite for 847 users
[HIGH]    svc_backup_legacy — local admin on 214 servers, account owner left 2022
[HIGH]    Copilot Studio agent — SharePoint Site Collection Admin, no audit logging
[MEDIUM]  Azure Managed Identity — Contributor on all subscriptions, no usage in 180d
[MEDIUM]  Salesforce connected app — API access enabled, no IP restriction, no expiry
... 147 additional findings
Total NHIs discovered: 3,847
With excessive privileges: 2,771 (72%)
Without rotation policy: 2,104 (54%)
// Regulatory Alignment

NHI security is now a compliance requirement.

Australian regulators are increasingly explicit about machine identity risk. NHI assessment findings map directly to mandatory controls across key frameworks.

APRA CPS 234

Third-party access controls, service account governance, and access management obligations directly addressed by NHI assessment outputs.

Essential Eight

Restrict admin privileges (ML3), application control, and patching obligations all intersect with NHI hygiene — particularly for service accounts and pipeline credentials.

ISO 27001:2022

Control A.8.2 (privileged access rights), A.5.16 (identity management), and A.8.18 (use of privileged utility programs) directly require NHI governance.

ASD SOCI Act

Critical infrastructure operators under SOCI must demonstrate access control and identity lifecycle management — NHI assessment provides the evidence.

// Get Started

Find out what your
machines can actually do.

Most organisations are shocked by their NHI inventory. Schedule a scoping call and we'll walk you through what a HackLabs NHI assessment covers for your environment.