Live Active security incident? Get immediate response
MITRE ATT&CK® Malware

S0601: Hildegard

Hildegard is malware that targets misconfigured kubelets for initial access and runs cryptocurrency miner operations. The malware was first observed in January 2021. The TeamTNT activity group is believed to be behind Hildegard. [1]

EnterpriseS0601MalwareObject v1.2 Modified
Glexia's Take

Analyst context for executives and security teams

Analyst confidence Medium

Hildegard matters because it ties Kubernetes misconfiguration to cloud and container business risk: unauthorized access to kubelets can lead to cryptocurrency mining, resource theft, persistence, credential exposure, and degraded service availability. For leaders, the practical question is not whether a malware name is present, but whether Kubernetes nodes, Linux hosts, and IaaS workloads are hardened and monitored well enough to catch miner behavior, suspicious shell activity, credential access, and persistence changes.

Executive priority

Prioritize this as a cloud/container resilience and cost-control issue. The supplied ATT&CK context links Hildegard to misconfigured kubelets, cryptocurrency mining, compute hijacking, credential access, persistence, and stealth techniques. Executives should ask for evidence that kubelet exposure is controlled, cloud metadata access is protected, container and Linux telemetry is retained, and incident responders can quickly determine whether resource abuse also created credentials, accounts, services, or follow-on access.

Technical view

ATT&CK provides no official detection text for Hildegard, so SOC and IR teams should validate behavior-based coverage across Linux, Containers, and IaaS. Focus on the related techniques: Unix shell execution, ingress tool transfer, network service discovery, application-layer or web-service C2, local account creation, systemd service creation/modification, credential and private-key discovery, cloud instance metadata API access, file deletion, command-history clearing, dynamic linker hijacking, rootkit behavior, and compute hijacking. Because the object specifically references misconfigured kubelets, Kubernetes/kubelet exposure and authentication/authorization posture should be part of both detection validation and hardening review.

Likely telemetry

  • Kubernetes and kubelet access logs, audit events, and configuration evidence showing authentication, authorization, and network exposure
  • Linux process execution telemetry for shells, downloads, service changes, account creation, file deletion, history manipulation, and dynamic linker environment usage
  • Container runtime and node telemetry showing unexpected processes, images, mounts, privilege use, and workload-to-node activity
  • IaaS network flow, DNS, proxy, and egress logs for application-layer communications, web-service usage, scanning, and tool transfer
  • Cloud instance metadata access logs or compensating host/network evidence where direct metadata logging is unavailable

Detection direction

  • Build detections around the ATT&CK behaviors rather than the malware name, because no official Hildegard detection guidance is supplied.
  • Correlate kubelet access anomalies with Linux shell execution, downloads, new or modified systemd services, new local accounts, and miner-like resource consumption.
  • Tune for container and cloud context: service discovery and metadata API access may be legitimate for some workloads, so detections should account for expected namespaces, nodes, roles, and workload identities.
  • Look for stealth chains, not single events: software packing or encoded files followed by deobfuscation, file deletion, command-history clearing, masqueraded services, dynamic linker hijacking, or rootkit indicators should raise priority.
  • Validate blind spots in ephemeral containers and autoscaled IaaS nodes, where short-lived activity, missing host logs, or incomplete container runtime telemetry can hide the sequence.

Mitigation priorities

  • First reduce initial access risk by reviewing kubelet configuration, external exposure, and authentication/authorization controls for Kubernetes environments.
  • Harden Linux and container hosts by limiting unnecessary remote services, enforcing least privilege, and controlling who can create services, accounts, privileged containers, and host mounts.
  • Protect cloud credentials by reducing insecure secrets in files, restricting access to private keys, and hardening access to the cloud instance metadata API where applicable.
  • Limit and monitor outbound network paths needed for tool transfer and command-and-control, especially from container nodes and workloads that should not initiate broad external connections.
  • Implement resource and workload controls that make compute hijacking visible and containable, including monitoring for abnormal CPU use and enforcing workload boundaries.
Analyst notes and limits

The supplied object identifies Hildegard as malware targeting misconfigured kubelets for initial access and cryptocurrency mining, first observed in January 2021, with TeamTNT believed to be behind it. The relationship set is useful for defensive planning because it spans access, execution, persistence, credential access, command-and-control, stealth, discovery, privilege escalation, and compute hijacking behaviors across Linux, Containers, and IaaS.

ATT&CK does not provide official detection content for this malware object, and the malware object itself lists no tactics. This take is derived from the official description, external references, platforms, and supplied relationships only. Local architecture, kubelet exposure, logging depth, cloud provider controls, and workload baselines are required to assess actual risk or detection coverage.

Official MITRE ATT&CK definition

Hildegard

Hildegard is malware that targets misconfigured kubelets for initial access and runs cryptocurrency miner operations. The malware was first observed in January 2021. The TeamTNT activity group is believed to be behind Hildegard. [1]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

27 rows
Domain ID Name Relationship / procedure
Enterprise T1071 Application Layer Protocol

Hildegard has used an IRC channel for C2 communications.CitationUnit 42 Hildegard Malware

Enterprise T1552.004 Private Keys Sub-technique

Hildegard has searched for private keys in .ssh.CitationUnit 42 Hildegard Malware

Enterprise T1070.004 File Deletion Sub-technique

Hildegard has deleted scripts after execution.CitationUnit 42 Hildegard Malware

Enterprise T1609 Container Administration Command

Hildegard was executed through the kubelet API run command and by executing commands on running containers.CitationUnit 42 Hildegard Malware

Enterprise T1613 Container and Resource Discovery

Hildegard has used masscan to search for kubelets and the kubelet API for additional running containers.CitationUnit 42 Hildegard Malware

Enterprise T1574.006 Dynamic Linker Hijacking Sub-technique

Hildegard has modified /etc/ld.so.preload to intercept shared library import functions.CitationUnit 42 Hildegard Malware

Enterprise T1046 Network Service Discovery

Hildegard has used masscan to look for kubelets in the internal Kubernetes network.CitationUnit 42 Hildegard Malware

Enterprise T1133 External Remote Services

Hildegard was executed through an unsecure kubelet that allowed anonymous access to the victim environment.CitationUnit 42 Hildegard Malware

Enterprise T1552.001 Credentials In Files Sub-technique

Hildegard has searched for SSH keys, Docker credentials, and Kubernetes service tokens.CitationUnit 42 Hildegard Malware

Enterprise T1027.002 Software Packing Sub-technique

Hildegard has packed ELF files into other binaries.CitationUnit 42 Hildegard Malware

Enterprise T1036.004 Masquerade Task or Service Sub-technique

Hildegard has disguised itself as a known Linux process.CitationUnit 42 Hildegard Malware

Enterprise T1082 System Information Discovery

Hildegard has collected the host's OS, CPU, and memory information.CitationUnit 42 Hildegard Malware

Enterprise T1102 Web Service

Hildegard has downloaded scripts from GitHub.CitationUnit 42 Hildegard Malware

Enterprise T1685 Disable or Modify Tools

Hildegard has modified DNS resolvers to evade DNS monitoring tools.CitationUnit 42 Hildegard Malware

Enterprise T1014 Rootkit

Hildegard has modified /etc/ld.so.preload to overwrite readdir() and readdir64().CitationUnit 42 Hildegard Malware

Enterprise T1070.003 Clear Command History Sub-technique

Hildegard has used history -c to clear script shell logs.CitationUnit 42 Hildegard Malware

Enterprise T1219 Remote Access Tools

Hildegard has established tmate sessions for C2 communications.CitationUnit 42 Hildegard Malware

Enterprise T1140 Deobfuscate/Decode Files or Information

Hildegard has decrypted ELF files with AES.CitationUnit 42 Hildegard Malware

Enterprise T1496.001 Compute Hijacking Sub-technique

Hildegard has used xmrig to mine cryptocurrency.CitationUnit 42 Hildegard Malware

Enterprise T1136.001 Local Account Sub-technique

Hildegard has created a user named “monerodaemon”.CitationUnit 42 Hildegard Malware

Enterprise T1105 Ingress Tool Transfer

Hildegard has downloaded additional scripts that build and run Monero cryptocurrency miners.CitationUnit 42 Hildegard Malware

Enterprise T1552.005 Cloud Instance Metadata API Sub-technique

Hildegard has queried the Cloud Instance Metadata API for cloud credentials.CitationUnit 42 Hildegard Malware

Enterprise T1027.013 Encrypted/Encoded File Sub-technique

Hildegard has encrypted an ELF file.CitationUnit 42 Hildegard Malware

Enterprise T1543.002 Systemd Service Sub-technique

Hildegard has started a monero service.CitationUnit 42 Hildegard Malware

Enterprise T1611 Escape to Host

Hildegard has used the BOtB tool that can break out of containers. CitationUnit 42 Hildegard Malware

Enterprise T1068 Exploitation for Privilege Escalation

Hildegard has used the BOtB tool which exploits CVE-2019-5736.CitationUnit 42 Hildegard Malware

Enterprise T1059.004 Unix Shell Sub-technique

Hildegard has used shell scripts for execution.CitationUnit 42 Hildegard Malware

Associated objects

Groups, software, and campaigns

Group Enterprise

G0139: TeamTNT

TeamTNT is a threat group that has primarily targeted cloud and containerized environments. The group as been active since at least October 2019 and has mainly focused its efforts on leveraging cloud and container resources to deploy cryptocurrency miners in victim environments.[1][2][3][4][5][6][7][8][9]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .

ATT&CK release
19.1
Object version
1.2
Created
Modified
Raw hash
b1323b6bd6d00963...
Imported snapshots across ATT&CK releases (1)
Release Bundle imported Object version Modified Status Raw hash
19.1 1.2 Current bundle b1323b6bd6d0…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    Unit 42 Hildegard Malware

    Chen, J. et al. (2021, February 3). Hildegard: New TeamTNT Cryptojacking Malware Targeting Kubernetes. Retrieved April 5, 2021.

    Open source URL
  2. [2]
    mitre-attack S0601
    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.