Cyber risk and advisory programs that identify security gaps and build strategies to address them.
MDR that provides improved detection, 24/7 threat hunting, end-to-end coverage and most of all, complete Response.
Our team delivers the fastest response time in the industry. Threat suppression within just 4 hours of being engaged.
Visibility and response across your entire Microsoft security ecosystem.
XDR with Machine Learning that eliminates noise, enables real-time detection and response, and automatically blocks threats.
Be protected by the best from Day 1.
24/7 Threat Investigation and Response.
Expert threat hunting, original research, and proactive threat intelligence.
TRU is foundational to our MDR service. No add-ons or additional costs required.
Stop ransomware attacks before they disrupt your business.
Detect and respond to zero-day exploits.
Protect against third-party and supply chain risk.
Adopt a risk-based approach to cybersecurity.
Protect your most sensitive data.
Meet cybersecurity regulatory compliance mandates.
Eliminate misconfigurations and policy violations.
Prevent business disruption by outsourcing MDR.
Meet insurability requirements with MDR.
Defend brute force attacks, active intrusions and unauthorized scans.
Safeguard endpoints 24/7 by isolating and mediating threats to prevent lateral spread.
Enhance investigation and threat detection across multi-cloud or hybrid environments.
Remediate critical misconfigurations, security vulnerabilities and policy violations across cloud and containerized environments.
Detect malicious insider and identity-based behavior leveraging machine learning models.
Our Threat Response Unit (TRU) publishes security advisories, blogs, reports, industry publications and webinars based on its original research and the insights driven through proactive threat hunts.
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.
We believe a multi-signal approach is paramount to protecting your complete attack surface. See why eSentire MDR means multi-signal telemetry and complete response.
See how our 24/7 SOC Cyber Analysts and Elite Threat Hunters stop even the most advanced cyberattacks before they disrupt your business.
Choose the right mix of Managed Detection and Response, Exposure Management, and Incident Response services to strengthen your cyber resilience.
Try our interactive tools including the MITRE ATT&CK Tool, the SOC Pricing Calculator, the Cybersecurity Maturity Assessment, and our MDR ROI Calculator.
Read the latest security advisories, blogs, reports, industry publications and webinars published by eSentire's Threat Response Unit (TRU).
See why 2000+ organizations count on eSentire to build resilience and prevent business disruption.
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…
We recently detected active exploitation attempts targeting the WinSock File Transfer Protocol (WS_FTP) vulnerability, identified as CVE-2023-40044. These observed attacks resulted in the attempted deployment of the Metasploit payload Meterpreter and the adversary simulation tool Cobalt Strike.
CVE-2023-40044 (CVSS: 10) is classified as a WS_FTP .NET Deserialization vulnerability within the Ad Hoc Transfer Module. Exploiting this vulnerability could allow an unauthorized threat actor to achieve remote command execution on the underlying operating system of the WS_FTP Server. The vulnerability was publicly disclosed, along with security patches, on September 27th, 2023. We first observed exploitation attempts beginning on September 30th.
As exploitation is currently ongoing, it is of utmost importance that organizations promptly apply the relevant security patches.
During the investigation, our Incident Handling team identified the initial command executed by the threat actor(s) under the w3wp.exe process:
The command is similar to the one used as an example of arbitrary command execution through deserialization in the proof of concept from Assetnote.
In some instances, the threat actor(s) additionally ran the following commands:
We were not able to retrieve the executables at the time of analysis from the C2s. However, we found a similar binary on VirusTotal (MD5: 5bf7426379fe5eb5d0cd2ed13aa9a101). The binary is a Metasploit payload.
The payload iterates through the loaded modules listed in the Windows Process Environment Block (PEB), specifically the 'InMemoryOrderModuleList.' This list comprises all the dynamically linked libraries (DLLs) loaded by the current process.
The payload further enhances its obfuscation by converting the module names from lowercase to uppercase and subsequently incorporating each character into a hash computation using the ROR13 (Rotate Right by 13 bits) hashing algorithm.
It's important to note that the utilization of the ROR13 hashing algorithm for APIs and DLL names is a common obfuscation technique observed in both Cobalt Strike and Metasploit payloads. The binary eventually establishes a connection to the C2 server 103.163.187[.]12 over port 49900.
On one of the affected machines, the threat actor(s) executed a PowerShell one-liner command, which was base64-encoded. Upon decoding this command, it becomes evident that it performs the decoding and execution of a block of XOR-encoded shellcode, based on Metasploit (MD5: 11939b0f83537612cab531630a981da7).
This shellcode is stored in the variable `$var_code`. The execution takes place by allocating memory, copying the shellcode into that allocated memory space, and then invoking it.
In Figure 2, we observe the presence of the C2 server at 95.214.24[.]238, along with the User-Agent (Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; NP07; NP07)) used for communications. Further investigation reveals that this C2 server also functions as a Cobalt Strike server, hosting the Cobalt Strike payload (MD5: 9c313be764ad631490a8029e5a411523). For additional details, please refer to the Indicators of Compromise section for the Cobalt Strike configuration.
Moreover, upon pivoting through the C2 server, we discovered that this server previously operated as the C2 server for the Redline Stealer back in May 2023.
Another PowerShell one-liner command was observed executing on the host (Figure 3). Here's a breakdown of what the script does:
Cobalt Strike Configuration:
{ "BeaconType": [ "HTTP" ], "Port": 4445, "SleepTime": 60000, "MaxGetSize": 1048576, "Jitter": 0, "C2Server": "95.214.24[.]238,/dpixel", "HttpPostUri": "/submit.php", "Malleable_C2_Instructions": [], "HttpGet_Verb": "GET", "HttpPost_Verb": "POST", "HttpPostChunk": 0, "Spawnto_x86": "%windir%\\syswow64\\rundll32.exe", "Spawnto_x64": "%windir%\\sysnative\\rundll32.exe", "CryptoScheme": 0, "Proxy_Behavior": "Use IE settings", "Watermark": 987654321, "bStageCleanup": "False", "bCFGCaution": "False", "KillDate": 0, "bProcInject_StartRWX": "True", "bProcInject_UseRWX": "True", "bProcInject_MinAllocSize": 0, "ProcInject_PrependAppend_x86": "Empty", "ProcInject_PrependAppend_x64": "Empty", "ProcInject_Execute": [ "CreateThread", "SetThreadContext", "CreateRemoteThread", "RtlCreateUserThread" ], "ProcInject_AllocationMethod": "VirtualAllocEx", "bUsesCookies": "True", "HostHeader": "" }
Note |
Indicators |
C2 |
103.163.187[.]12:8080 |
C2 |
176.105.255[.]46:8080 |
C2 |
103.163.187[.]12:49900 |
C2 / Exploit Source |
95.214.24[.]238 |
C2 / Exploit Source |
176.105.255[.]46 |
C2 |
86.48.3[.]172 |
C2 / Exploit Source |
188.126.94[.]108 |
C2 |
141.255.168[.]250 |
C2 |
2adc9m0bc70noboyvgt357r5gwmnady2[.]oastify[.]com |
Metasploit |
5bf7426379fe5eb5d0cd2ed13aa9a101 |
Metasploit |
11939b0f83537612cab531630a981da7 |
Cobalt Strike payload |
9c313be764ad631490a8029e5a411523 |
The 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.