{"id":35652,"date":"2026-01-14T06:39:31","date_gmt":"2026-01-14T06:39:31","guid":{"rendered":"http:\/\/localhost\/?p=35652"},"modified":"2026-01-14T06:39:31","modified_gmt":"2026-01-14T06:39:31","slug":"how-real-software-downloads-can-hide-remote-backdoors","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=35652","title":{"rendered":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-14T12:05:13&#8243;,&#8221;description&#8221;:&#8221;It starts with a simple search.\\n\\nYou need to set up remote access to a colleague\u2019s computer. You do a Google search for \u201cRustDesk download,\u201d click one of the top results, and land on a polished website with documentation, downloads, and familiar branding. \\n\\nYou install the software, launch it, and everything works exactly as expected.\\n\\nWhat you don\u2019t see is the second program that installs alongside it\u2014one that quietly gives attackers persistent access to your computer.\\n\\nThat\u2019s exactly what we observed in a campaign using the fake domain **rustdesk[.]work**.\\n\\n## The bait: a near-perfect impersonation\\n\\nWe identified a malicious website at **rustdesk[.]work** impersonating the legitimate RustDesk project, which is hosted at **rustdesk.com**. The fake site closely mirrors the real one, complete with multilingual content and prominent warnings claiming (ironically) that rustdesk[.]work is the _only_ _official domain_.\\n\\nThis campaign doesn\u2019t exploit software vulnerabilities or rely on advanced hacking techniques. It succeeds entirely through deception. When a website looks legitimate and the software behaves normally, most users never suspect anything is wrong.\\n\\n![The fake site in Chinese](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/2026-01-12-10.56.01-rustdesk.work-5d6de5b4f19c.png?w=1024)\\n\\n![The fake site in English](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/2026-01-12-10.55.40-rustdesk-work.translate.goog-a9718327f2e5.png?w=1024)\\n\\n## What happens when you run the installer\\n\\nThe installer performs a deliberate bait-and-switch:\\n\\n  1. It installs **real RustDesk** , fully functional and unmodified\\n  2. It quietly installs **a hiddenbackdoor**, a malware framework known as **Winos4.0**\\n\\n\\n\\nThe user sees RustDesk launch normally. Everything appears to work. Meanwhile, the backdoor quietly establishes a connection to the attacker&#8217;s server.\\n\\nBy bundling malware with working software, attackers remove the most obvious red flag: broken or missing functionality. From the user\u2019s point of view, nothing feels wrong.\\n\\n## Inside the infection chain\\n\\nThe malware executes through a staged process, with each step designed to evade detection and establish persistence:\\n\\n![](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/01\/Rust-software-code.png)\\n\\n**Stage 1: The trojanized installer**\\n\\nThe downloaded file (`rustdesk-1.4.4-x86_64.exe`) acts as both **dropper and decoy**. It writes two files to disk:\\n\\n  * The legitimate RustDesk installer, which is executed to maintain cover\\n  * `logger.exe`, the Winos4.0 payload\\n\\n\\n\\nThe malware hides in plain sight. While the user watches RustDesk install normally, the malicious payload is quietly staged in the background.\\n\\n**Stage 2: Loader execution**\\n\\nThe `logger.exe` file is a loader \u2014 its job is to set up the environment for the main implant. During execution, it:\\n\\n  * Creates a new process\\n  * Allocates executable memory\\n  * Transitions execution to a new runtime identity: `Libserver.exe`\\n\\n\\n\\nThis loader-to-implant handoff is a common technique in sophisticated malware to separate the initial dropper from the persistent backdoor.\\n\\nBy changing its process name, the malware makes forensic analysis harder. Defenders looking for \\&#8221;`logger.exe`\\&#8221; won&#8217;t find a running process with that name.\\n\\n**Stage 3: In-memory module deployment**\\n\\nThe `Libserver.exe` process unpacks the actual Winos4.0 framework entirely in memory. Several WinosStager DLL modules\u2014and a large ~128 MB payload\u2014are loaded without being written to disk as standalone files.\\n\\nTraditional antivirus tools focus on scanning files on disk (file-based detection). By keeping its functional components in memory only, the malware significantly reduces the effectiveness of file-based detection. This is why behavioral analysis and memory scanning are critical for detecting threats like Winos4.0.\\n\\n## The hidden payload: Winos4.0\\n\\nThe secondary payload is identified as **Winos4.0 (WinosStager)** : a sophisticated remote access framework that has been observed in multiple campaigns, particularly targeting users in Asia.\\n\\nOnce active, it allows attackers to:\\n\\n  * Monitor victim activity and capture screenshots\\n  * Log keystrokes and steal credentials\\n  * Download and execute additional malware\\n  * Maintain persistent access even after system reboots\\n\\n\\n\\nThis isn&#8217;t simple malware\u2014it&#8217;s a full-featured attack framework. Once installed, attackers have a foothold they can use to conduct espionage, steal data, or deploy ransomware at a time of their choosing.\\n\\n## Technical detail: How the malware hides\\n\\nThe malware employs several techniques to avoid detection:\\n\\n**What it does**| **How it achieves this**| **Why it matters**  \\n&#8212;|&#8212;|&#8212;  \\n**Runs entirely in memory**|  Loads executable code without writing files| Evades file-based detection  \\n**Detects analysis environments**|  Checks available system memory and looks for debugging tools| Prevents security researchers from analyzing its behavior  \\n**Checks system language**|  Queries locale settings via the Windows registry| May be used to target (or avoid) specific geographic regions  \\n**Clears browser history**|  Invokes system APIs to delete browsing data| Removes evidence of how the victim found the malicious site  \\n**Hides configuration in the registry**|  Stores encrypted data in unusual registry paths| Hides configuration from casual inspection  \\n  \\n## **Command-and-control activity**\\n\\nShortly after installation, the malware connects to an attacker-controlled server:\\n\\n  * **IP:** 207.56.13[.]76\\n  * **Port:** 5666\/TCP\\n\\n\\n\\nThis connection allows attackers to send commands to the infected machine and receive stolen data in return. Network analysis confirmed sustained two-way communication consistent with an established command-and-control session.\\n\\n## **How the malware blends into normal traffic**\\n\\nThe malware is particularly clever in how it disguises its network activity:\\n\\n**Destination**| **Purpose**  \\n&#8212;|&#8212;  \\n207.56.13[.]76:5666| **Malicious:** Command-and-control server  \\n209.250.254.15:21115-21116| **Legitimate:** RustDesk relay traffic  \\napi.rustdesk.com:443| **Legitimate:** RustDesk API  \\n  \\nBecause the victim installed real RustDesk, the malware&#8217;s network traffic is mixed with legitimate remote desktop traffic. This makes it much harder for network security tools to identify the malicious connections: the infected computer looks like it&#8217;s just running RustDesk.\\n\\n## What this campaign reveals\\n\\nThis attack demonstrates a troubling trend: legitimate software used as camouflage for malware.\\n\\nThe attackers didn&#8217;t need to find a zero-day vulnerability or craft a sophisticated exploit. They simply:\\n\\n  1. Registered a convincing domain name\\n  2. Cloned a legitimate website\\n  3. Bundled real software with their malware\\n  4. Let the victim do the rest\\n\\n\\n\\nThis approach works because it exploits human trust rather than technical weaknesses. When software behaves exactly as expected, users have no reason to suspect compromise.\\n\\n## Indicators of compromise\\n\\n### File hashes (SHA256)\\n\\nFile| SHA256| Classification  \\n&#8212;|&#8212;|&#8212;  \\nTrojanized installer| 330016ab17f2b03c7bc0e10482f7cb70d44a46f03ea327cd6dfe50f772e6af30| Malicious  \\nlogger.exe \/ Libserver.exe| 5d308205e3817adcfdda849ec669fa75970ba8ffc7ca643bf44aa55c2085cb86| Winos4.0 loader  \\nRustDesk binary| c612fd5a91b2d83dd9761f1979543ce05f6fa1941de3e00e40f6c7cdb3d4a6a0| Legitimate  \\n  \\n### Network indicators\\n\\n**Malicious domain:** rustdesk[.]work\\n\\n**C2 server:** 207.56.13[.]76:5666\/TCP\\n\\n### In-memory payloads\\n\\nDuring execution, the malware unpacks several additional components directly into memory:\\n\\n**SHA256**| **Size**| **Type**  \\n&#8212;|&#8212;|&#8212;  \\na71bb5cf751d7df158567d7d44356a9c66b684f2f9c788ed32dadcdefd9c917a| 107 KB| WinosStager DLL  \\n900161e74c4dbab37328ca380edb651dc3e120cfca6168d38f5f53adffd469f6| 351 KB| WinosStager DLL  \\n770261423c9b0e913cb08e5f903b360c6c8fd6d70afdf911066bc8da67174e43| 362 KB| WinosStager DLL  \\n1354bd633b0f73229f8f8e33d67bab909fc919072c8b6d46eee74dc2d637fd31| 104 KB| WinosStager DLL  \\n412b10c7bb86adaacc46fe567aede149d7c835ebd3bcab2ed4a160901db622c7| ~128 MB| In-memory payload  \\n00781822b3d3798bcbec378dfbd22dc304b6099484839fe9a193ab2ed8852292| 307 KB| In-memory payload  \\n  \\n## How to protect yourself\\n\\nThe rustdesk[.]work campaign shows how attackers can gain access without exploits, warnings, or broken software. By hiding behind trusted open-source tools, this attack achieved persistence and cover while giving victims no reason to suspect compromise.\\n\\nThe takeaway is simple: _software behaving normally does not mean it\u2019s safe._ Modern threats are designed to blend in, making layered defenses and behavioral detection essential.\\n\\n**For individuals:**\\n\\n  * **Always verify download sources.** Before downloading software, check that the domain matches the official project. For RustDesk, the legitimate site is rustdesk.com\u2014not rustdesk.work or similar variants.\\n  * **Be suspicious of search results.** Attackers use SEO poisoning to push malicious sites to the top of search results. When possible, navigate directly to official websites rather than clicking search links.\\n  * **Use security software.** Malwarebytes Premium Security detects malware families like Winos4.0, even when bundled with legitimate software.\\n\\n\\n\\n**For businesses:**\\n\\n  * **Monitor for unusual network connections.** Outbound traffic on port 5666\/TCP, or connections to unfamiliar IP addresses from systems running remote desktop software, should be investigated.\\n  * **Implement application allowlisting.** Restrict which applications can run in your environment to prevent unauthorized software execution.\\n  * **Educate users about typosquatting.** Training programs should include examples of fake websites and how to verify legitimate download sources.\\n  * **Block known malicious infrastructure.** Add the IOCs listed above to your security tools.\\n\\n\\n\\n* * *\\n\\n**We don\u2019t just report on threats\u2014we remove them**\\n\\nCybersecurity risks should never spread beyond a headline. Keep threats off your devices by downloading Malwarebytes today.&#8221;,&#8221;published&#8221;:&#8221;2026-01-14T11:02:00&#8243;,&#8221;modified&#8221;:&#8221;2026-01-14T11:02:00&#8243;,&#8221;type&#8221;:&#8221;malwarebytes&#8221;,&#8221;title&#8221;:&#8221;How real software downloads can hide remote backdoors&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/www.malwarebytes.com\/blog\/threat-intel\/2026\/01\/how-real-software-downloads-can-hide-remote-backdoors&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-14T12:05:13&#8243;,&#8221;description&#8221;:&#8221;It starts with a simple search.\\n\\nYou need to set up remote access to a colleague\u2019s computer. You do a Google search for \u201cRustDesk download,\u201d click&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,115,13,33,7,11,5],"class_list":["post-35652","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-malwarebytes","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=35652\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-01-14T12:05:13&#8243;,&#8221;description&#8221;:&#8221;It starts with a simple search.nnYou need to set up remote access to a colleague\u2019s computer. You do a Google search for \u201cRustDesk download,\u201d click...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=35652\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-14T06:39:31+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4\",\"datePublished\":\"2026-01-14T06:39:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652\"},\"wordCount\":1689,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"malwarebytes\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=35652#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652\",\"name\":\"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-01-14T06:39:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=35652\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=35652#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem","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:\/\/zero.redgem.net\/?p=35652","og_locale":"en_US","og_type":"article","og_title":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-01-14T12:05:13&#8243;,&#8221;description&#8221;:&#8221;It starts with a simple search.nnYou need to set up remote access to a colleague\u2019s computer. You do a Google search for \u201cRustDesk download,\u201d click...","og_url":"https:\/\/zero.redgem.net\/?p=35652","og_site_name":"zero redgem","article_published_time":"2026-01-14T06:39:31+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=35652#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=35652"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4","datePublished":"2026-01-14T06:39:31+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=35652"},"wordCount":1689,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","malwarebytes","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=35652#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=35652","url":"https:\/\/zero.redgem.net\/?p=35652","name":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-01-14T06:39:31+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=35652#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=35652"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=35652#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"How real software downloads can hide remote backdoors_MALWAREBYTES:94D6834859C409033C7B7159C2EE24C4"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/35652","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=35652"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/35652\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=35652"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=35652"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=35652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}