Combine AI-driven security operations, multi-signal attack surface coverage and 24/7 Elite Threat Hunters to help you take your security program to the next level.
Get unlimited Incident Response with threat suppression guarantee - anytime, anywhere.
CTEM and advisory programs that identify security gaps and build proactive strategies to address them.
Multi-agent Generative AI system embedded across eSentire’s Security Operations platform to scale human expertise.
Open XDR with Agentic AI & machine learning that eliminates noise, enables real-time detection and response, and automatically blocks threats.
See what our SOC sees, review investigations, and see how we are protecting your business.
Seamless integrations and threat investigation across your existing tech stack.
24/7 SOC-as-a-Service with unlimited threat hunting and incident handling.
Proactive threat intelligence, original threat research and a world-class team of seasoned industry veterans.
Extend your team capabilities and prevent business disruption with expertise from eSentire.
We balance automated blocks with rapid human-led investigations to manage threats.
Flexible MDR pricing and packages that fit your unique security requirements.
Entry level foundational MDR coverage
Comprehensive Next Level MDR from eSentire
Next Level MDR with Cyber Risk Advisors to continuously advance your security program
Stop ransomware before it spreads.
Stop identity-based cyberattacks.
Detect and respond to zero-day exploits.
Meet regulatory compliance mandates.
Defend third-party and supply chain risk.
End misconfigurations and policy violations.
Adopt a risk-based security approach.
Prevent disruption by outsourcing MDR.
Protect your most sensitive data.
Meet insurability requirements with MDR.
Operationalize cyber threat intelligence.
Build a proven security program.
THE THREATOn August 12th, Fortinet disclosed a critical vulnerability impacting multiple versions of Fortinet FortiSIEM. The flaw, CVE-2025-25256 (CVSS: 9.8), is a remote unauthenticated…
Aug 06, 2025THE THREAT eSentire has observed threat actors actively exploiting Microsoft 365's Direct Send feature to conduct sophisticated phishing campaigns targeting organizations…
eSentire is The Authority in Managed Detection and Response Services, protecting the critical data and applications of 2000+ organizations in 80+ countries from known and unknown cyber threats. Founded in 2001, the company’s mission is to hunt, investigate and stop cyber threats before they become business disrupting events.
We provide sophisticated cybersecurity solutions for Managed Security Service Providers (MSSPs), Managed Service Providers (MSPs), and Value-Added Resellers (VARs). Find out why you should partner with eSentire, the Authority in Managed Detection and Response, today.
Multi-Signal MDR with 300+ technology integrations to support your existing investments.
24/7 SOC-as-a-Service with unlimited threat hunting and incident handling.
We offer three flexible MDR pricing packages that can be customized to your unique needs.
The latest security advisories, blogs, reports, industry publications and webinars published by TRU.
Compare eSentire to other Managed Detection and Response vendors to see how we stack up against the competition.
See why 2000+ organizations globally have chosen eSentire for their MDR Solution.
Adversaries don’t work 9-5 and neither do we. At eSentire, our 24/7 SOCs are staffed with Elite Threat Hunters and Cyber Analysts who hunt, investigate, contain and respond to threats within minutes.
We have discovered some of the most dangerous threats and nation state attacks in our space – including the Kaseya MSP breach and the more_eggs malware.
Our Security Operations Centers are supported with Threat Intelligence, Tactical Threat Response and Advanced Threat Analytics driven by our Threat Response Unit – the TRU team.
In TRU Positives, eSentire’s Threat Response Unit (TRU) provides a summary of a recent threat investigation. We outline how we responded to the confirmed threat and what recommendations we have going forward.
Here’s the latest from our TRU Team…
In late July 2025, eSentire's Threat Response Unit (TRU) detected threat actors utilizing the SocGholish malware (also known as FakeUpdates) to harvest system information and deploy a python-based Google Chrome/Microsoft Edge password-stealing tool.
Through further investigation, TRU assesses with medium confidence that this tool is connected to prior affiliates of RansomHub, a Ransomware-as-a-Service group that first emerged in February 2024, only to close shop in April 2025. With these insights, TRU began tracking ex-affiliates, naming this particular affiliate ShadowCoil.
For additional information regarding RansomHub affiliates, please see our previous TRU Positive here and The Hacker News’s article here.
In this TRU Positive, we provide insights into ShadowCoil’s new password stealing tool, and provide an unpacking tool for security researchers to automate the unpacking process of files packed by the packer shown in Figure 2 below.
At first glance, TRU suspected the python script, available in VirusTotal for download here, to be the backdoor we had previously reported on, as it is packed by the same packer identified in prior RansomHub affiliate incidents, however upon further analysis we identified it to be a new tool that harvests passwords from victim Google Chrome and Microsoft Edge browsers.
The steps described below explain the recursive unpacking process and the figure displays a truncated portion of the initial stage:
Base85
AES-256 (GCM)
AES-128 (CTR)
ChaCha20
HKDF/Blake3/XOR
ZLIB Inflation
The figure below displays a truncated portion of an example stage, where the next stage is decrypted via Base85 -> (RANDOM ORDER of: HKDF/Blake3/XOR, AES-256 GCM, ChaCha20, ES-128 CTR) -> ZLIB Inflate.
After decrypting the packed script and reaching the core python script, several functions stand out. These functions are responsible for enumerating directories matching “User Data” for Google Chrome and Microsoft Edge.
After finding matches, it proceeds to extract/decrypt the encrypted master key and decrypt stored usernames, passwords, and associated URLs from the Local State file.
The figure below displays the get_master_key function, which serves to parse each browser’s Local State file, a JSON formatted database that stores the encrypted master key as a base64 blob. The master key is extracted by base64 decoding it and calling the DPAPI CryptUnprotectData to decrypt it, resulting in the decrypted master key.
The next figure displays the decrypt_logins_db function. This function is responsible for parsing each browser's SQlite formatted Login Data file. This file contains a SQL table named logins that stores saved web browser usernames, passwords, and associated URLs. The tool first copies this file to a temporary directory, then enumerates over the table and calls the decrypt_blob function for each password value to decrypt it.
The decrypt_blob function’s code can be seen next, which takes the encrypted password value and decrypted master key as arguments, and uses different decryption algorithms to decrypt the encrypted password depending on browser version. Each victim username, decrypted password, and associated URL are printed to the screen by the script.
The following Yara rule can be used to detect or hunt for python scripts packed by the packer shown in Figure 2 above.
rule ShadowCoil_Packed_Python
{
meta:
author = "YungBinary"
description = "Detects packed/python RansomHub ex-affiliate tools"
target_entity = "file"
strings:
$a = "exec(pc_start(" ascii
$b = "get_hw_key():" ascii
$c = "'vm', 'virtual'" ascii
$d = "TracerPid:" ascii
condition:
all of them
}
To learn how your organization can build cyber resilience and prevent business disruption with eSentire’s Next Level MDR, connect with an eSentire Security Specialist now.
GET STARTEDThe eSentire Threat Response Unit (TRU) is an industry-leading threat research team committed to helping your organization become more resilient. TRU is an elite team of threat hunters and researchers that supports our 24/7 Security Operations Centers (SOCs), builds threat detection models across the eSentire XDR Cloud Platform, and works as an extension of your security team to continuously improve our Managed Detection and Response service. By providing complete visibility across your attack surface and performing global threat sweeps and proactive hypothesis-driven threat hunts augmented by original threat research, we are laser-focused on defending your organization against known and unknown threats.