{"id":53458,"date":"2023-08-30T00:00:00","date_gmt":"2023-08-30T00:00:00","guid":{"rendered":"urn:uuid:ffbabac0-f4ec-731f-317a-170d423a3cc2"},"modified":"2023-08-30T00:00:00","modified_gmt":"2023-08-30T00:00:00","slug":"earth-estries-targets-government-tech-for-cyberespionage","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/","title":{"rendered":"Earth Estries Targets Government, Tech for Cyberespionage"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/earth-estries-targets-government-tech-cyberespionage:Large?qlt=80\"><\/p>\n<div><img decoding=\"async\" src=\"https:\/\/www.trendmicro.com\/content\/dam\/trendmicro\/global\/en\/research\/thumbnails\/earth-estries-targets-government-tech-cyberespionage.jpg\" class=\"ff-og-image-inserted\"><\/div>\n<div readability=\"54.640653357532\">\n<div readability=\"54.640653357532\">\n<p>We found Earth Estries compromising existing accounts with administrative privileges after it successfully infected one of the organization\u2019s internal servers. By installing Cobalt Strike on the system, the actors behind Earth Estries were able to deploy more pieces of malware and perform lateral movement. Through the Server Message Block (SMB) and WMI command line (WMIC), the threat actors propagated backdoors and hacking tools in other machines in the victim\u2019s environment. At the end of each round of operations in a series of deployments, they archived the collected data from a specified folder. According to our samples and analysis, the threat actors targeted PDF and DDF files, which the actors uploaded to online storage repositories AnonFiles or File.io using <i>curl.exe<\/i>.<\/p>\n<p>We also noted that the threat actors regularly cleaned their existing backdoor after finishing each round of operation and redeployed a new piece of malware when they started another round. We believe that they do this to reduce the risk of exposure and detection.<\/p>\n<p><span class=\"body-subhead-title\">Backdoor and hacking tools<\/span><\/p>\n<p>We observed the threat actors using various tools in this campaign, including information stealers, browser data stealers, and port scanners, among others. In this section, we focus on newly discovered and noteworthy toolsets and discuss their technical details.<\/p>\n<p><b>Zingdoor<\/b><\/p>\n<p>Zingdoor is a new HTTP backdoor written in Go. While we first encountered Zingdoor in April 2023, some logs indicate that the earliest developments of this backdoor took place in June 2022. However, it had rarely been seen in the wild and had only been observed being used in a limited number of victims, likely as a newly designed backdoor with cross-platform capabilities. Zingdoor is packed using UPX and heavily obfuscated by a custom obfuscator engine.<\/p>\n<p>We noted that Zingdoor adopts <a href=\"https:\/\/blogs.jpcert.or.jp\/en\/2022\/03\/anti_upx_unpack.html\">anti-UPX unpacking<\/a> techniques. Generally, the magic number of UPX is \u201cUPX!\u201d, but in this case it was modified to \u201cMSE!\u201d, and the UPX application cannot unpack this modified file. This technique is easy and in internet of things (IoT) types of malware, but it is considered rare in APT activities.<\/p>\n<p>Zingdoor was disguised as mpclient.dll and designed to run via DLL sideloading by abusing Windows defender binary MsSecEs.exe. Upon running the executable, Zingdoor registers the current parent process as a Windows service with the name &#8220;MsSecEsSvc&#8221; for persistence and starts it. As a service process, Zingdoor connects and waits for a command from the command-and-control (C&amp;C) server. Based on the functions defined in the backdoor, it supports the following capabilities:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">Get system information<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Get Windows service information<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Disk management (file upload\/download, file enumeration)<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Run arbitrary commands<\/span><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div readability=\"33.5\">\n<div readability=\"12\">\n<p><b>TrillClient<\/b><\/p>\n<p>TrillClient toolset is an information stealer designed to steal browser data, and is packed in a single cabinet file (.cab) and extracted through the utility application <i>expand.exe<\/i>. The CAB file contains a TrillClient installer and a stealer. Based on different arguments, the installer performs the following behaviors:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"34.5\">\n<div readability=\"14\">\n<p>As TrillClient is a custom browser data stealer written in Go, it is heavily obfuscated by a custom obfuscator for anti-analysis. Once launched, it looks for the victim list, <i>7C809B4866086EF7FB1AB722F94DF5AF493B80DB<\/i> created by the installer. Afterward, it connects to a GitHub repository to retrieve the command for the next set of actions. The repository address is hard-coded in the malware as follows: <i>hxxps:\/\/raw[.]githubusercontent[.]com\/trillgb\/codebox\/main\/config.json.<\/i><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"33.5\">\n<div readability=\"12\">\n<p>Value.name is the victim ID, while value.value is a command. After receiving this configuration, TrillClient looks for its own victim ID in the value.name list, and performs malicious activities based on the command defined by value.value. TrillClient supports the following commands:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"38.645990922844\">\n<div readability=\"22.791225416036\">\n<p>TrillClient steals the sensitive data found in the following directories:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Local State<\/span><\/li>\n<li><span class=\"rte-red-bullet\">%LOCALAPPDATA%\\Google\\Chrome\\User Data\\&lt;PROFILE&gt;\\Login Data<\/span><\/li>\n<li><span class=\"rte-red-bullet\">%LOCALAPPDATA%\\Google\\Chrome\\User Data\\&lt;PROFILE&gt;\\Network\\Cookies<\/span><\/li>\n<li><span class=\"rte-red-bullet\">%APPDATA%\\Microsoft\\Protect\\*<\/span><\/li>\n<\/ul>\n<p>The collected data will be temporarily copied to &lt;<i>%TEMP%\\browser_temp_data&lt;RANDOM&gt;<\/i>&gt;, archived usingthe &nbsp;.tar command, and encrypted with an XOR algorithm. Then the collected data will be sent to the threat actor\u2019s email account <i>trillgamby@gmail[.]com<\/i> over SMTP (Simple Mail Transfer Protocol). Another noteworthy capability of TrillClient is its ability to update its version. As the value of \u201cversion\u201d defined in the downloaded config is newer than the current version number, it will download the newer one from the GitHub repository and update itself.<\/p>\n<p><b>HemiGate<\/b><\/p>\n<p>HemiGate is a backdoor used by Earth Estries. Like most of the tools used by this threat actor, this backdoor is also executed via DLL sideloading using one of the loaders that support interchangeable payloads. <i>K7AVMScn.exe<\/i> from <a href=\"https:\/\/www.k7computing.com\/\">K7 Computing<\/a> is the sideloading host utilized by this backdoor, while the loader poses as <i>K7AVWScn.dll<\/i>. The main backdoor is an encrypted file named <i>taskhask.doc<\/i>, and another encrypted file named <i>taskhask.dat<\/i> serves as the configuration file.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"33.5\">\n<div readability=\"12\">\n<p>HemiGate communicates to its C&amp;C server over port 443 and performs a connection via proxy if required by the environment. The C&amp;C server is retrieved from the configuration file, which mainly contains C&amp;C server and port combinations. The config file is decrypted using RC4 encryption with the key <i>4376dsygdYTFde3<\/i>. This RC4 key is also used in other encryption\/decryption functions performed by the backdoor in most of its routines. Communication with the server is performed using POST method, using the following predefined header:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"31\">\n<div readability=\"7\">\n<p>HemiGate executes in three instances:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">First instance. This instance is launched without any parameter. Its main purpose is to install startup mechanisms and execute the second instance. This instance will terminate once its purpose is finished.<br \/><\/span>\n<ul>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Startup 1. An entry in the autostart registry named \u201cWindrive\u201d is created.<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Startup 2. A service called \u201cWindrive\u201d with the full service name \u201cWindows Drive Security\u201d is created as another startup mechanism.<\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<li><span class=\"rte-red-bullet\">Second instance: Executed with the <i>\/a<\/i> argument, this instance is responsible for reading the config file and communicating with the C&amp;C server. It also serves as the launcher and will communicate with the third instance via named pipes. In addition, the second instance performs the following functions:<\/span>\n<ul>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Updates the configuration<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Receives the data captured by the keylogger function via pipe and logs it into a file<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Serves as watchdog for the third instance<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Directly executes backdoor commands if the parameter is satisfied or if the pipe communication fails<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Passes backdoor command execution to the third instance if the parameter from the C&amp;C is true and the pipe communication is successful<\/span><\/span><\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Executes a full uninstall if the command is received from the C&amp;C<\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<li><span class=\"rte-red-bullet\"><b>Third instance.<\/b> This instance is launched with the <i>\/u &lt;PID of instance 2&gt;<\/i> argument. The following are its two main functions:<\/span>\n<ul>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Executes the keylogger routine and passes captured data to the second instance via pipe communication<\/span><\/span>\n<ul>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Keylogger communication is done via <i>\\\\[.]\\pipe\\Key[500]<\/i><\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Opens a pipe to receive and executes commands passed by the second instance<\/span><\/span>\n<ul>\n<li><span class=\"rte-circle-bullet\"><span class=\"rte-red-bullet\">Commands are received via <i>\\\\[.]\\pipe\\&lt;username&gt;\\[&lt;session number&gt;]<\/i><\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div readability=\"43.5\">\n<div readability=\"32\">\n<p>The keylogger feature utilizes a non-interactive static control window by creating a window with a predefined \u201cstatic\u201d class. A timer function is then used alongside a keyboard hook to log the keystrokes on an active window continuously, so long as the window remains active. The keystroke is logged using the following structure:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">User: Active user at the time of logging<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Title: Active window title<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Time: Time of the keystroke log (format: dd\/mm hh:mm:ss)<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Key: Logged keystrokes<\/span><\/li>\n<\/ul>\n<p>Aside from the keylogger, the following features are also available:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">Directory monitoring: Sets a directory notification handle to receive notifications for added files, deleted files, changes in files, and file name changes (records old and new names) in the target directory. The changes recorded are stored in the file named \u201cfm.\u201d<\/span><\/li>\n<li><span class=\"rte-red-bullet\">File content read\/write: Allows to write contents to a target file or to read the contents of the target file.<\/span><\/li>\n<li><span class=\"rte-red-bullet\">File operations: Performs operations like enumerate drives, move, copy, rename, or delete files, create directories, or open files using their default applications.<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Shell: Launches an interactive command shell.<\/span><\/li>\n<li><span class=\"rte-red-bullet\">CMD: Executes a command via cmd (one-time execution).<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Screenshot: Takes a screenshot of the active desktop window.<\/span><\/li>\n<li><span class=\"rte-red-bullet\">Process monitor: Enumerates currently running processes and allows the termination of a target process.<\/span><\/li>\n<\/ul>\n<p><span class=\"body-subhead-title\">Heavy use of DLL sideloading<\/span><\/p>\n<p>We observed that Earth Estries relies heavily on DLL sideloading to load various tools within its arsenal. Aside from the backdoors previously mentioned, this intrusion set also utilizes commonly used remote control tools like Cobalt Strike, PlugX, or Meterpreter stagers interchangeably in various attack stages. These tools come as encrypted payloads loaded by custom loader DLLs.<\/p>\n<p>A notable feature of the loaders used is that the decryption key is in the encrypted payload. We observed that this intrusion set utilizes the same loader file while loading a different payload in the same target environment.<\/p>\n<p>During our investigation, we learned several sideloading combinations used by Earth Estries and enumerate them in the following table:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"38.170212765957\">\n<div readability=\"22.510638297872\">\n<p>By and large, the DLL sideloading attacks we&#8217;ve observed are against older versions of legitimate files, some even a decade old, in a bid to convert them into LOLBins. Attackers are using this opportunistic tactic in the hopes of them being ignored by security products. This situation makes it even more important to implement version controls and application baselines to detect anomalies and prevent attackers from gaining footholds in the enterprise environment.<\/p>\n<p><span class=\"body-subhead-title\">C&amp;C server infrastructure<\/span><\/p>\n<p>We observed that some of the Cobalt Strike implants Earth Estries used utilized Fastly CDN service to hide the actual IP address. We\u2019ve also previously observed the use of Fastly CDN in <a href=\"https:\/\/www.trendmicro.com\/en_us\/research\/22\/k\/hack-the-real-box-apt41-new-subgroup-earth-longzhi.html#:~:text=Code%20similarities%20of%20shellcode%20loaders%20and%20overlapping%20TTPs\">other campaigns<\/a> by some <a href=\"https:\/\/www.trendmicro.com\/en_us\/research\/22\/k\/hack-the-real-box-apt41-new-subgroup-earth-longzhi.html\">APT41<\/a>-related groups such as Earth Longzhi and GroupCC.<\/p>\n<p>Looking into other Earth Estries\u2019 C&amp;C activities observed from their victims\u2019 environments, we discovered some notable pieces of data in the registrant information as follows:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"37\">\n<div readability=\"19\">\n<p>The domains observed in Table 4 were observed from real incidents. According to public repositories, those C&amp;C domains share the same registrant information. We infer that the domains have preferences when it comes to registrant information. In addition, these domains share similar C&amp;C address formats, some of which we observed while tracking their operations. While our investigation is ongoing to determine whether these domains and registrant data are related to the threat actors, we do know that these pieces of information can be used to pivot other related C&amp;C domains, likely used by the same group.<\/p>\n<p>Based on the registrant information, we found more records of the old domain registered by the threat actors.&nbsp;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"33.217592592593\">\n<div readability=\"14.236111111111\">\n<p>Checking all the domains, we observed that <i>smartlinkcorp[.]net<\/i> yielded the most information from public repositories and the threat intelligence community. Digging into the domain, we discovered a record of a related subdomain, \u201c<i>ns2.smartlinkcorp[.]net\u201d<\/i>. In addition, Cobalt Strike was once hosted on <i>ns2.smartlinkcor[.]net<\/i> with&nbsp; the watermark <i>2029527128<\/i>. Based on the watermark, we found more related <a href=\"https:\/\/threatfox.abuse.ch\/browse\/tag\/cs-watermark-2029527128\/\">domains and IP records<\/a>.&nbsp;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"33.5\">\n<div readability=\"12\">\n<p>From these Cobalt Strike records, we noticed two new domains, <i>digitelela[.]com<\/i> and <i>z7-tech[.]com<\/i>, which we did not observe in our initial investigations. We then found another domain set possibly used by the threat actors based on the registrant information.&nbsp;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"36.5\">\n<div readability=\"18\">\n<p>Like the domain sets we found listed in Table 4, there are several common pieces of information, such as the country registration derived under these domains and subdomains. Specifically, the domains follow a <i>ns{number}.{domain}<\/i> format and are designed for a Cobalt Strike beacon to send and receive commands via DNS tunneling.<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\"><i>cdn-xxxxx.{domain}<\/i><\/span><\/li>\n<li><span class=\"rte-red-bullet\"><i>cdnxxxxxxxx.{domain}<\/i><\/span><\/li>\n<li><span class=\"rte-red-bullet\"><i>xxxxxx.ns1.{domain}<\/i><\/span><\/li>\n<li><span class=\"rte-red-bullet\"><i>xxxxxx.ns2.{domain}<\/i><\/span><\/li>\n<li><span class=\"rte-red-bullet\"><i>xxxxxx.ns3.{domain}<\/i><\/span><\/li>\n<li><span class=\"rte-red-bullet\"><i>xxxxxx.ns4.{domain}<\/i><\/span><\/li>\n<\/ul>\n<p>Analyzing the preceding C&amp;C domains and the resolved IP addresses, we found their C&amp;C servers hosted on virtual private server (VPS) services located in different countries. We summarize the distribution of C&amp;C servers here:<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"36\">\n<div readability=\"17\">\n<p><span class=\"body-subhead-title\">Victimology<\/span><\/p>\n<p>Based on our investigation, Earth Estries focuses its attack targeting and attempts on government-related organizations and technology companies in the Philippines, Taiwan, Malaysia, South Africa, Germany, and the US. We also observed the network traffic to C&amp;C servers in Canada and the occurrence of toolset detections in India and Singapore, making these regions potentially highly affected regions. Organizations in the identified countries should not only reexamine their systems for possible intrusions and unauthorized traffic exchanges but also reinforce their existing security measures.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"33.5\">\n<div readability=\"12\">\n<p><span class=\"body-subhead-title\">Attribution<\/span><\/p>\n<p>While tracking the campaign, we noticed the threat actors using \u201cping\u201d to test if a remote server is available before accessing it. Figure 10 shows one of the tests performed by Earth Estries, at the same time our tracking found that the threat actors tried to see if the remote server with IP address 103.133.137[.]157 is available.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"30.658476658477\">\n<div readability=\"11.722358722359\">\n<p>In addition, Earth Estries used some tools and TTPs that overlap with FamousSparrow. We compared the <a href=\"https:\/\/www.virustotal.com\/gui\/file\/c59e17806e3a58792f07662b4985119252c8221688084d20b599699bfdb272d8\/details\">backdoor loader<\/a> used in this campaign to <a href=\"https:\/\/www.virustotal.com\/gui\/file\/222d68c03d96d230bc3829e86be8821f32960375b70388028a705a4986b8d9c6\/details\">the loader<\/a> mentioned in the <a href=\"https:\/\/www.eset.com\/int\/about\/newsroom\/press-releases\/research\/eset-research-discovers-famoussparrow-apt-group-spying-on-hotels-governments-and-private-companies\/\">previous report<\/a>. As for TTPs, Earth Estries also tends to use .CAB files to deploy their malware and toolset to the victim\u2019s environment, which reinforced the tracking we found and initial country reports responsible for the attacks.&nbsp;<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"41.087172774869\">\n<div readability=\"27.721465968586\">\n<p><span class=\"body-subhead-title\">Conclusion<\/span><\/p>\n<p>Earth Estries is a sophisticated hacker group that has been active since at least 2020 and that focuses on deploying cyberespionage campaigns. It targets government and technology organizations in various countries and is capable of implementing advanced techniques such as the use of multiple backdoors and hacking tools to gain access to its targets.<\/p>\n<p>By compromising internal servers and valid accounts, the threat actors can perform lateral movement within the victim&#8217;s network and carry out their malicious activities covertly. The use of Zingdoor as part of the routine to ensure that the backdoor cannot be unpacked easily drive additional challenges for analysts and security teams to make it more difficult to analyze. They also use techniques like PowerShell downgrade attacks and novel DLL sideloading combinations to evade detection. Moreover, the code similarities and TTPs between Earth Estries and FamousSparrow suggests a possible connection between them. Other pieces of evidence, such as tracked IP addresses and common technical formatting themes observed in their operation, indicate strong ties that can be investigated and analyzed further.<\/p>\n<p>Understanding the methods used by Earth Estries can help organizations improve their security measures and protect their digital assets. It is essential for individuals and companies to stay vigilant and take necessary actions to enhance their cybersecurity to safeguard against such cyberespionage campaigns. <a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/one-platform.html\">Trend Vision One\u2122<\/a> provides security teams and analysts to visualize all the separate components of the organization from a single platform to monitor and track the tools, behaviors, and payloads as the routine attempts to move and execute in the organization\u2019s networks, systems, and infrastructure while simultaneously detecting and blocking the threats as left of the attack or infection routine as possible.<\/p>\n<p><span class=\"body-subhead-title\">MITRE ATT&amp;CK<\/span><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"29.968253968254\">\n<div readability=\"8.4285714285714\">\n<p><span class=\"body-subhead-title\">Indicators of Compromise (IOCs)<\/span><\/p>\n<p>Download the list of IOCs <a href=\"https:\/\/www.trendmicro.com\/content\/dam\/trendmicro\/global\/en\/research\/23\/h\/earth-estries-targets-government-tech-for-cyberespionage\/IOCs-earth-estries-targets-government-tech-for-cyberespionage.txt\">here<\/a>.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>Read More <a href=\"https:\/\/www.trendmicro.com\/en_us\/research\/23\/h\/earth-estries-targets-government-tech-for-cyberespionage.html\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We break down a new cyberespionage campaign deployed by a cybercriminal group we named Earth Estries. Analyzing the tactics, techniques, and procedures (TTPs) employed, we observed overlaps with the advanced persistent threat (APT) group FamousSparrow as Earth Estries targets governments and organizations in the technology sector. Read More HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":53459,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[61],"tags":[9546,9510,9511,9508,9555,9513,9523],"class_list":["post-53458","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-trendmicro","tag-trend-micro-research-apttargeted-attacks","tag-trend-micro-research-articles-news-reports","tag-trend-micro-research-cyber-threats","tag-trend-micro-research-endpoints","tag-trend-micro-research-exploitsvulnerabilities","tag-trend-micro-research-malware","tag-trend-micro-research-network"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-30T00:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/earth-estries-targets-government-tech-cyberespionage:Large?qlt=80\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Earth Estries Targets Government, Tech for Cyberespionage\",\"datePublished\":\"2023-08-30T00:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/\"},\"wordCount\":2493,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/earth-estries-targets-government-tech-for-cyberespionage.jpg\",\"keywords\":[\"Trend Micro Research : APT&amp;Targeted Attacks\",\"Trend Micro Research : Articles, News, Reports\",\"Trend Micro Research : Cyber Threats\",\"Trend Micro Research : Endpoints\",\"Trend Micro Research : Exploits&amp;Vulnerabilities\",\"Trend Micro Research : Malware\",\"Trend Micro Research : Network\"],\"articleSection\":[\"TrendMicro\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/\",\"name\":\"Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/earth-estries-targets-government-tech-for-cyberespionage.jpg\",\"datePublished\":\"2023-08-30T00:00:00+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/earth-estries-targets-government-tech-for-cyberespionage.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/earth-estries-targets-government-tech-for-cyberespionage.jpg\",\"width\":976,\"height\":533},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/earth-estries-targets-government-tech-for-cyberespionage\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Trend Micro Research : APT&amp;Targeted Attacks\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/tag\\\/trend-micro-research-apttargeted-attacks\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Earth Estries Targets Government, Tech for Cyberespionage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/","og_locale":"en_US","og_type":"article","og_title":"Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2023-08-30T00:00:00+00:00","og_image":[{"url":"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/earth-estries-targets-government-tech-cyberespionage:Large?qlt=80","type":"","width":"","height":""}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Earth Estries Targets Government, Tech for Cyberespionage","datePublished":"2023-08-30T00:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/"},"wordCount":2493,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2023\/08\/earth-estries-targets-government-tech-for-cyberespionage.jpg","keywords":["Trend Micro Research : APT&amp;Targeted Attacks","Trend Micro Research : Articles, News, Reports","Trend Micro Research : Cyber Threats","Trend Micro Research : Endpoints","Trend Micro Research : Exploits&amp;Vulnerabilities","Trend Micro Research : Malware","Trend Micro Research : Network"],"articleSection":["TrendMicro"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/","url":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/","name":"Earth Estries Targets Government, Tech for Cyberespionage 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2023\/08\/earth-estries-targets-government-tech-for-cyberespionage.jpg","datePublished":"2023-08-30T00:00:00+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2023\/08\/earth-estries-targets-government-tech-for-cyberespionage.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2023\/08\/earth-estries-targets-government-tech-for-cyberespionage.jpg","width":976,"height":533},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/earth-estries-targets-government-tech-for-cyberespionage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Trend Micro Research : APT&amp;Targeted Attacks","item":"https:\/\/www.threatshub.org\/blog\/tag\/trend-micro-research-apttargeted-attacks\/"},{"@type":"ListItem","position":3,"name":"Earth Estries Targets Government, Tech for Cyberespionage"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/53458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=53458"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/53458\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/53459"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=53458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=53458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=53458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}