{"id":57386,"date":"2024-10-14T00:00:00","date_gmt":"2024-10-14T00:00:00","guid":{"rendered":"urn:uuid:70d0c294-6cbf-357c-2f72-aa0d1b449844"},"modified":"2024-10-14T00:00:00","modified_gmt":"2024-10-14T00:00:00","slug":"water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/","title":{"rendered":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/newwatermakara:Large?qlt=80\"><\/p>\n<div><img decoding=\"async\" src=\"https:\/\/www.trendmicro.com\/content\/dam\/trendmicro\/global\/en\/research\/thumbnails\/24\/newwatermakara.png\" class=\"ff-og-image-inserted\"><\/div>\n<div readability=\"33.773684210526\">\n<div readability=\"13.705263157895\">\n<p>We track this intrusion set as Water Makara, which uses the Astaroth malware with a new defense evasion technique. <a href=\"https:\/\/www.trendmicro.com\/vinfo\/us\/security\/news\/security-technology\/risks-under-the-radar-understanding-fileless-threats\">Astaroth<\/a>, a notorious information-stealing banking trojan, remains active and is anticipated to persist into 2024. In this blog, we\u2019ll explore the tactics used by Water Makara and share best practices that can be taken to strengthen defenses against such threats.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"44.305555555556\">\n<div readability=\"33.851435705368\">\n<p>Figure 2 illustrates the infection chain of the malware, from how the malicious attachment is delivered and how it intends to be executed. The attack begins with a spear phishing email that is designed to appear legitimate and credible, often impersonating well-known organizations or official entities. This common social engineering tactic could trick the recipient into downloading the malicious ZIP attachment.<\/p>\n<p>Figure 3 presents an example of an Astaroth phishing email, sourced from a threat hunter on <a href=\"https:\/\/x.com\/9823f_\/status\/1831312516699361658\" target=\"_blank\" rel=\"noopener\">Twitter<\/a> with the user @9823f_. The email\u2019s content pertains to \u201cAviso de Irregularidade,\u201d which translates to \u201cNotice of Irregularity.\u201d This term refers to a formal notification issued by authorities, typically related to taxes or compliance indicating the presence of discrepancies or issues that require attention.<\/p>\n<p>The ZIP file, in turn, contains a malicious LNK file. Although the originally mentioned ZIP file is unavailable, we have sourced a similar email sample separately to analyze. In this instance, the downloaded a ZIP file is labeled \u201cIRPF20248328025.zip\u201d where \u201cIRPF\u201d refers to \u201cImposto de Renda da Pessoa F\u00edsica,\u201d which translates to \u201cPersonal Income Tax.\u201d Due to the familiarity and significance of personal income tax documents, potential victims are more inclined to trust and open or extract this file. In addition to \u201cIRPF\u201d, the file also uses other names designed to trick the user into downloading and extracting the ZIP file. The LNK file, when executed by the user, runs embedded malicious JavaScript commands.<b><\/b><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"43\">\n<div readability=\"31\">\n<p>Aside from the LNK file, the ZIP file also contains another file that has similar obfuscated JavaScript commands. Initially, this file is Base64-encoded, and decoding reveals the hidden malicious scripts. Employing various file formats to spread malware is a tactic commonly seen in drive-by downloads. By embedding malicious code into seemingly benign files, they trick users into executing the malicious payload.<b><\/b><\/p>\n<p>In this campaign, there are multiple variants or file extensions used, namely, .pdf, .jpg, .png, .gif, .mov, and .mp4.<\/p>\n<p>Figure 6 shows the content of the LNK file. In this example, we analyzed a sequence of commands used to execute a malicious JavaScript hidden within the LNK file. Each command plays a specific role, contributing to the overall execution of the attack:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">cmd.exe: The command-line interpreter on Windows<\/span><\/li>\n<li><span class=\"rte-red-bullet\">\/v:Off: Disables the delayed environment variable expansion to ensure that the command variables are resolved immediately, potentially avoiding conflicts or detection<\/span><\/li>\n<li><span class=\"rte-red-bullet\">D: Turns off the execution of AutoRun commands to ensure that their specific commands execute without interference from any automatic scripts that might otherwise run<\/span><\/li>\n<li><span class=\"rte-red-bullet\">\/c: Carries out the command specified by the string, which then terminates, to ensure that the command is executed efficiently and that the command prompt closes immediately afterward to reduce the likelihood of detection<\/span><\/li>\n<li><span class=\"rte-red-bullet\">mshta: A legitimate Microsoft program that executes HTML Applications (HTA), which can be used maliciously to execute code through a seemingly benign HTML file<\/span><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div readability=\"35.5\">\n<div readability=\"16\">\n<p>Figure 7 shows the encoded JavaScript commands, which can be decoded using unescape string. The decoded commands reveal a malicious URL. The variable _$_TLEN is defined as an array containing two strings: &#8216;[7 random characters]&#8217; and is most likely a method or function name, and the URL.<\/p>\n<p>The hostname looks suspicious and could be part of a phishing or malware distribution campaign. The use of GetObject function indicates an attempt to execute or retrieve an object, which could lead to other malicious actions.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"34\">\n<div readability=\"13\">\n<p>The GetObject function attempts to retrieve and execute the object at the URL by invoking a method named \u201cSXSPP29\u201d on it. If an error occurs during this process, it is silently caught, and no action is taken. If the JavaScript command is executed successfully, the Astaroth C&amp;C server will be able to gain a foothold on the endpoint.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"54\">\n<div readability=\"53\">\n<p>The URLs share several similarities and patterns. In this example, the URLs contain the domain patrimoniosoberano[.]world. This indicates that they belong to the same domain but might point to different subdomains or paths within that domain.<\/p>\n<p>Each URL has a unique subdomain but follows a similar naming scheme:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\">hxxps[:\/\/]pritonggopatrimoniosoberano[.]world\/?5\/<\/span><\/li>\n<li><span class=\"rte-red-bullet\">hxxps[:\/\/]pritongongor[.]patrimoniosoberano[.]world\/?5\/<\/span><\/li>\n<li><span class=\"rte-red-bullet\">hxxps[:\/\/]spunalu[.]patrimoniosoberano[.]world\/?5\/<\/span><\/li>\n<li><span class=\"rte-red-bullet\">hxxps[:\/\/]sprunal[.]patrimoniosoberano[.]world\/?5\/<\/span><\/li>\n<\/ul>\n<p>Additionally, each URL ends with the similar path, \/?5\/. There might be some commonality in the resource they are pointing to or in the way the parameters are structured in the URLs. The technique they use is called domain generation algorithm (DGA), a method used by various malware to create a large number of domain names algorithmically.<\/p>\n<p>Based on list of indicators of compromise (IoCs), the second-level domain (SDL) of the URLs has a similar structure and potentially the same C&amp;C servers used by Astaroth. While Trend Micro has already neutralized the known behaviors associated to this malware, it is crucial for users to remain vigilant and aware of the risks posed by this phishing attack.<\/p>\n<p>We are actively monitoring this intrusion set. As of this writing, no critical payloads have been observed on the endpoints, thanks to the existing mitigation policy for these behaviors. Trend Micro solutions effectively block this threat from the point of initial access.<\/p>\n<p>&nbsp;While Astaroth might seem like an old banking trojan, its reemergence and continued evolution make it a persistent threat. Beyond stolen data, its impact extends to long-term damage to consumer trust, regulatory fines, and increased costs from business disruption and downtime as well as recovery and remediation.<\/p>\n<p>Water Makara&#8217;s spear phishing campaign relies on unwitting users clicking on the malicious files, which underscores the critical role of human awareness. Companies should also adopt best practices, such as conducting regular security training, enforcing strong password policies, using multifactor authentication (MFA), keeping security solutions and software updated, and applying the principle of least privilege.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"39.466314398943\">\n<div readability=\"29.599735799207\">\n<p>Trend Micro solutions already detect, block, and mitigate this threat:<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/user-protection\/sps\/email-and-collaboration\/email-security.html\">Email Security<\/a> &nbsp;has a hunting query that can be utilized as a filter to block malicious emails. It can detect and quarantine phishing emails before they reach end users.<\/span><\/li>\n<\/ul>\n<p>Endpoint protection with<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/user-protection\/sps\/endpoint.html\">Apex One<\/a> &nbsp;provides advanced threat detection and response capabilities to identify and mitigate suspicious activities like the execution of encoded JavaScript commands.<\/span><\/li>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/user-protection\/sps\/email-and-collaboration\/cloud-app-security.html\">Cloud App Security<\/a> add an extra layer of security for cloud-based email services such as Office 365 or Google Workspace, scanning and blocking malicious attachments and links before they reach the inbox.<\/span><\/li>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/hybrid-cloud\/deep-security.html\">Deep Security<\/a> provides comprehensive security controls for networks, including real-time analysis and protection against threats.<\/span><\/li>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/network\/advanced-threat-protection\/analyzer.html\">Deep Discovery Analyzer<\/a> uses behavioral analysis and sandboxing to understanding the behavior of JavaScript-encoded commands and its potential impact<\/span><\/li>\n<\/ul>\n<p>Trend Micro\u2019s solutions also have <a href=\"https:\/\/www.trendmicro.com\/en_us\/research\/22\/i\/incident-response-services.html\">Playbook<\/a> rules that can be utilized to block, flag, and respond to suspicious file names, such as LNK files, which can often be used in phishing campaigns.<\/p>\n<ul>\n<li><span class=\"rte-red-bullet\"><a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/one-platform.html\">Vision One<\/a> has extended detection and response capabilities that continuously monitor the network for IoCs and unusual behaviors. Vision One also has <a href=\"https:\/\/www.trendmicro.com\/en_us\/business\/products\/one-platform\/threat-insights.html\">Threat Insights<\/a> that provide comprehensive intelligence on threat actors, their activities, and techniques, which enables organizations to proactively protect their environments, mitigate risks, and respond effectively to threats. Additionally, Vision Once has the <a href=\"https:\/\/success.trendmicro.com\/en-US\/solution\/ka-0015501\">Search App<\/a> function that can match or hunt the IoCs with data in the organization\u2019s environment.&nbsp; &nbsp;<\/span><\/li>\n<\/ul>\n<p><b>Trend Micro Vision One Intelligence Reports App [IOC Sweeping]<\/b><\/p>\n<p><i>[TAD Emerging Threat Analysis]: Encoded JavaScript commands with malicious URL in LATAM<\/i><\/p>\n<p><b>Trend Micro Vision One Threat Insights App<\/b><\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Threat Actor\/s:&nbsp;<a href=\"https:\/\/portal.xdr.trendmicro.com\/index.html#\/app\/ti\/intelligence_insights?name=Water%20Makara\">Water Makara<\/a><\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Emerging Threats: <a href=\"https:\/\/portal.xdr.trendmicro.com\/index.html#\/app\/ti\/intelligence_insights?name=Surge%20in%20Obfuscated%20JavaScript%20Commands%20Executed%20via%20mshta.exe%20Targeting%20Brazil%20with%20Phishing%20Campaigns\">Surge in Obfuscated JavaScript Commands Executed via mshta.exe Targeting Brazil with Phishing Campaigns<\/a><\/p>\n<p><b>Trend Micro Vision One Search App \u2013 Hunting Queries<\/b><\/p>\n<p>Possible malicious HTTPS request connecting to Astaroth\u2019s C&amp;C server:<\/p>\n<p>request:\/https\\:\\\/\\\/.*(\\.world|\\.org|\\.io|\\.net|\\.city|\\.com|\\.cfd|\\.xyz)(\\\/\\?[0-9]\\\/)\/<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div readability=\"31.728813559322\">\n<div class=\"responsive-table-wrap\" readability=\"8.9237288135593\">\n<h4>Indicators of Compromise (IOCs)<\/h4>\n<p>The full list of IOCs can be found <a href=\"https:\/\/documents.trendmicro.com\/images\/TEx\/Water-Makara_IOCsO1GhIiL.txt\">here<\/a>.<\/p>\n<p><b><span class=\"body-subhead-title\">MITRE ATT&amp;CK\u00ae techniques<\/span><\/b><\/p>\n<table cellpadding=\"1\" cellspacing=\"0\" border=\"1\" width=\"100%\" height=\"100%\">\n<tbody readability=\"6\">\n<tr>\n<td width=\"157\" valign=\"top\">\n<p><b>Tactic<\/b><\/p>\n<\/td>\n<td width=\"312\" valign=\"top\">\n<p><b>Technique<\/b><\/p>\n<\/td>\n<td width=\"155\" valign=\"top\">\n<p><b>ID<\/b><\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td valign=\"top\">\n<p><b>Initial Access<\/b><\/p>\n<\/td>\n<td valign=\"top\" readability=\"5\">\n<p>Phishing: Spearphishing Attachment<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1566.001<\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td rowspan=\"2\" valign=\"top\">\n<p><b>Execution<\/b><\/p>\n<\/td>\n<td valign=\"top\" readability=\"5\">\n<p>User Execution: Malicious File<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1204.002<\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td valign=\"top\" readability=\"5\">\n<p>Command and Scripting Interpreter: JavaScript<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1059.007<\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td rowspan=\"2\" valign=\"top\">\n<p><b>Defense Evasion<\/b><\/p>\n<\/td>\n<td valign=\"top\" readability=\"5\">\n<p>System Binary Proxy Execution: Mshta<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1218.005<\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td valign=\"top\" readability=\"5\">\n<p>Masquerading: Masquerade File Type<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1036.008<\/p>\n<\/td>\n<\/tr>\n<tr readability=\"3\">\n<td valign=\"top\">\n<p><b>Command and Control<\/b><\/p>\n<\/td>\n<td valign=\"top\" readability=\"5\">\n<p>Dynamic Resolution: Domain Generation Algorithms<\/p>\n<\/td>\n<td valign=\"top\">\n<p>T1568.002<b><\/b><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<p>Read More <a href=\"https:\/\/www.trendmicro.com\/en_us\/research\/24\/j\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campai.html\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Trend Micro researchers have uncovered a surge of malicious activities involving a threat actor group that we track as Water Makara. This group is targeting enterprises in Brazil, deploying banking malware using obfuscated JavaScript to slip past security defenses. Read More HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":57387,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[61],"tags":[9546,9510,9508,9509],"class_list":["post-57386","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-endpoints","tag-trend-micro-research-research"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 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\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 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\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-14T00:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/newwatermakara: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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware\",\"datePublished\":\"2024-10-14T00:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/\"},\"wordCount\":1424,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png\",\"keywords\":[\"Trend Micro Research : APT&amp;Targeted Attacks\",\"Trend Micro Research : Articles, News, Reports\",\"Trend Micro Research : Endpoints\",\"Trend Micro Research : Research\"],\"articleSection\":[\"TrendMicro\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/\",\"name\":\"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png\",\"datePublished\":\"2024-10-14T00: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\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png\",\"width\":976,\"height\":533},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\\\/#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\":\"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware\"}]},{\"@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":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 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\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/","og_locale":"en_US","og_type":"article","og_title":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 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\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2024-10-14T00:00:00+00:00","og_image":[{"url":"https:\/\/trendmicro.scene7.com\/is\/image\/trendmicro\/newwatermakara: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":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware","datePublished":"2024-10-14T00:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/"},"wordCount":1424,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2024\/10\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png","keywords":["Trend Micro Research : APT&amp;Targeted Attacks","Trend Micro Research : Articles, News, Reports","Trend Micro Research : Endpoints","Trend Micro Research : Research"],"articleSection":["TrendMicro"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/","url":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/","name":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2024\/10\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png","datePublished":"2024-10-14T00: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\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2024\/10\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2024\/10\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware.png","width":976,"height":533},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/water-makara-uses-obfuscated-javascript-in-spear-phishing-campaign-targets-brazil-with-astaroth-malware\/#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":"Water Makara Uses Obfuscated JavaScript in Spear Phishing Campaign, Targets Brazil With Astaroth Malware"}]},{"@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\/57386","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=57386"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/57386\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/57387"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=57386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=57386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=57386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}