Join our Newsletter — 33% off our NHI Course
Threats, Abuse & Incident Response

Cryptominer

← Back to Glossary
By NHI Mgmt Group Updated August 20, 2026 Domain: Threats, Abuse & Incident Response

A cryptominer is software that uses computing resources to generate cryptocurrency, usually by solving proof-of-work calculations. In security incidents, the key issue is not the software itself but unauthorised deployment, persistence, and resource abuse on systems the organisation pays to run.

Expanded Definition

In NHI security, a cryptominer is best understood as an unauthorised workload that consumes compute, storage, and network resources to generate cryptocurrency. The software may be legitimate in a lab or sanctioned cloud environment, but in incident response it usually signals misuse of an environment rather than a business-approved capability. That distinction matters because the security question is not whether mining is technically possible, but whether the process was deployed, persisted, or scaled without approval.

Usage in the industry is still evolving around related terms such as coin miner, miner dropper, and cryptojacking. In practice, these often overlap: a miner payload may arrive through a compromised container image, an abused API key, or a vulnerable CI/CD runner, then maintain itself through startup scripts, scheduled tasks, or privileged service accounts. The most relevant control concern is unauthorised execution authority, not the mining algorithm itself. For broader identity and control context, NHI Management Group’s Ultimate Guide to NHIs is a useful reference, and the NIST Cybersecurity Framework 2.0 provides the governance lens that turns resource abuse into an asset protection issue.

The most common misapplication is treating cryptomining as simple misuse of CPU, which occurs when teams ignore the underlying identity, persistence, or workload compromise that allowed the miner to run.

Examples and Use Cases

Implementing cryptominer detection rigorously often introduces a performance-versus-visibility tradeoff, because more granular telemetry can help stop abuse faster but also increases monitoring cost and operational noise.

  • A compromised Kubernetes cluster launches a miner pod after an attacker abuses a weakly scoped service account token, turning spare cluster capacity into hidden revenue for the attacker.
  • A cloud function or VM is infected through a vulnerable dependency, then persists through a startup script and burns through the organisation’s metered compute budget.
  • A developer workstation with exposed secrets is enrolled into a botnet that deploys a miner, using the stolen credentials to pull additional payloads from object storage.
  • A CI/CD runner is hijacked to mine during off-hours, revealing that build automation credentials had broader access than the pipeline required.
  • An internal security team validates suspicious spikes in CPU and outbound traffic against cloud logs and service account activity, then correlates the event with guidance from the Ultimate Guide to NHIs and the detection priorities in the NIST Cybersecurity Framework 2.0.

Why It Matters in NHI Security

Cryptominers are important to NHI security because they are often the visible symptom of a deeper identity failure: over-privileged service accounts, exposed API keys, weak workload isolation, or unreviewed automation. Once a miner is running, the same access path can often be used for data theft, lateral movement, or sabotage, so the incident is rarely limited to wasted compute. NHI Management Group notes that 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage, which helps explain why miner incidents frequently coexist with broader compromise. That pattern aligns with the NIST Cybersecurity Framework 2.0 emphasis on asset management, access control, and continuous detection.

For NHI practitioners, cryptomining also matters because it exposes unmanaged identities that were never intended to exist beyond a narrow task. If a miner can persist, then a token, certificate, or workload identity likely has too much reach or too long a lifetime. Organisations typically encounter the real cost only after a bill spike, service degradation, or incident response investigation, at which point cryptominer containment becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-02Unapproved miners often persist through exposed secrets and weak NHI governance.
NIST CSF 2.0DE.CMCryptominers are detected through continuous monitoring of anomalous resource use.
NIST Zero Trust (SP 800-207)SA-3Zero Trust limits miner spread by constraining trust in workloads and identities.
NIST SP 800-63IAL2Strong identity assurance helps prevent stolen credentials from enabling miner deployment.
OWASP Agentic AI Top 10LLM-07Agentic tool abuse can resemble miner deployment when execution authority is overexposed.

Verify every workload identity, minimize reach, and segment compute paths before execution is allowed.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org