{"id":34630,"date":"2026-01-08T08:50:20","date_gmt":"2026-01-08T08:50:20","guid":{"rendered":"http:\/\/localhost\/?p=34630"},"modified":"2026-01-08T08:50:20","modified_gmt":"2026-01-08T08:50:20","slug":"uat-7290-targets-high-value-telecommunications-infrastructure-in-south-asia","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=34630","title":{"rendered":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-01-08T14:05:10&#8243;,&#8221;description&#8221;:&#8221;* Cisco Talos is disclosing a sophisticated threat actor we track as UAT-7290, who has been active since at least 2022.\\n  * UAT-7290 is tasked with gaining initial access as well as conducting espionage focused intrusions against critical infrastructure entities in South Asia.\\n  * UAT-7290&#8217;s arsenal includes a malware family consisting of implants we call RushDrop, DriveSwitch, and SilentRaid.\\n  * Our findings indicate that UAT-7290 conducts extensive technical reconnaissance of target organizations before carrying out intrusions.\\n\\n\\n\\n* * *\\n\\n![UAT-7290 targets high value telecommunications infrastructure in South Asia](https:\/\/blog.talosintelligence.com\/content\/images\/2026\/01\/threat_spotlight.jpg)\\n\\nTalos assesses with high confidence that UAT-7290 is a sophisticated threat actor falling under the China-nexus of Advanced Persistent Threat actors (APTs). UAT-7290 primarily targets telecommunications providers in South Asia. However, in recent months we have also seen UAT-7290 expand their targeting into Southeastern Europe.\\n\\nIn addition to conducting espionage focused attacks where UAT-7290 burrows deep inside a victim enterprise&#8217;s network infrastructure, their tactics, techniques and procedures (TTPs) and tooling suggests that this actor also establishes Operational Relay Box (ORBs) nodes. The ORB infrastructure may then be used by other China-nexus actors in their malicious operations, signifying UAT-7290&#8217;s dual role as an espionage motivated threat actor as well as an initial access group.\\n\\nActive since at least 2022, UAT-7290 has an expansive arsenal of tooling, including open-source malware, custom developed malware, and payloads for 1-day vulnerabilities in popular edge networking products. UAT-7290 primarily leverages a Linux based malware suite but may also utilize Windows based bespoke implants such as RedLeaves or Shadowpad commonly linked to China-nexus threat actors.\\n\\nOur findings suggest that the threat actor conducts extensive reconnaissance of target organizations before carrying out intrusions. UAT-7290 leverages one-day exploits and target-specific SSH brute force to compromise public facing edge devices to gain initial access and escalate privileges on compromised systems. The actor appears to rely on publicly available proof-of-concept exploit code as opposed to developing their own.\\n\\nUAT-7290 shares overlapping TTPs with known China-nexus adversaries, including the exploitation of high-profile vulnerabilities in networking devices, use of open-source web shells for persistence, leveraging UDP listeners, and using compromised infrastructure to facilitate operations.\\n\\nSpecifically, we have observed technical indicators that overlap with RedLeaves, a malware family attributed to APT10 (a.k.a. MenuPass, POTASSIUM and Purple Typhoon), as well as infrastructure associated with ShadowPad, a malware family used by a variety of China-nexus adversaries.\\n\\nAdditionally, UAT-7290 shares a significant amount of overlap in victimology, infrastructure, and tooling with a group publicly reported by Recorded Future as Red Foxtrot. In a 2021 report, Recorded Future linked Red Foxtrot to Chinese People&#8217;s Liberation Army (PLA) Unit 69010.\\n\\n## UAT-7290&#8217;s malware arsenal for edge devices\\n\\nTalos currently tracks the Linux-based malware families associated with UAT-7290 in this intrusion as:\\n\\n  * RushDrop &#8211; The dropper that kickstarts the infection chain. RushDrop is also known as ChronosRAT.\\n  * DriveSwitch &#8211; A peripheral malware used to execute the main implant on the infected system.\\n  * SilentRaid &#8211; The main implant in the intrusion meant to establish persistent access to compromised endpoints. It communicates with its command-and-control server (C2) and carries out tasks defined in the malware. SilentRaid is also known as MystRodX.\\n\\n\\n\\nAnother malware implanted on compromised devices by UAT-7290 is Bulbature. Bulbature, first disclosed by Sekoia in late 2024, is an implant that is used to convert compromised devices into ORBs.\\n\\n### RushDrop and DriveSwitch\\n\\nRushDrop is a malware dropper that consists of three binaries encoded and embedded within it. RushDrop first makes rudimentary checks to ensure it is running on a legitimate system instead of a sandbox.\\n\\n![UAT-7290 targets high value telecommunications infrastructure in South Asia](https:\/\/blog.talosintelligence.com\/content\/images\/2026\/01\/data-src-image-3aed5baf-cb90-48bd-8808-0f86d96a810f.png)Figure 1. RushDrop deleting itself if VM checks fail.\\n\\nThen it either checks for the existence of, or creates a folder called \\&#8221;.pkgdb\\&#8221; in the current working directory of the dropper. RushDrop then decodes and drops three binaries to the \\&#8221;.pkgdb\\&#8221; folder:\\n\\n  * \\&#8221;daytime\\&#8221; \\\\- A malware family that simply executes a file called \\&#8221;chargen\\&#8221; from the current working directory. This executor is being tracked as DriveSwitch.\\n  * \\&#8221;chargen\\&#8221; \\\\- The central implant of the infection chain, tracked as SilentRaid. SilentRaid communicates with its C2 server, usually in the form of a domain and can carry out action as instructed by the C2.\\n  * \\&#8221;busybox\\&#8221; \\\\- Busybox is a legitimate Linux utility that can be used to execute arbitrary commands on the system.\\n\\n![UAT-7290 targets high value telecommunications infrastructure in South Asia](https:\/\/blog.talosintelligence.com\/content\/images\/2026\/01\/data-src-image-ea07efca-af95-407b-b1bb-095b52160a90.png)Figure 2. RushDrop setting up files on disk.\\n\\nDriveSwitch simply executes the SilentRaid malware on the system.\\n\\n![UAT-7290 targets high value telecommunications infrastructure in South Asia](https:\/\/blog.talosintelligence.com\/content\/images\/2026\/01\/data-src-image-db48888d-d890-4a60-b7f0-ddb2e72deabd.png)Figure 3. DriveSwitch executing SilentRaid.\\n\\n### SilentRaid: The multifunctional malware\\n\\nSilentRaid is a malware written in C++ and consists of multiple functionalities, written in the form of \\&#8221;plugins\\&#8221; embedded in the malware. On execution, it does certain rudimentary anti-VM and analysis checks to ensure it isn&#8217;t running in a sandbox. Then the malware simply initializes its \\&#8221;plugins\\&#8221; and contacts the C2 server for instructions to carry out malicious tasks on the infected endpoint. The plugins are built in functionalities, but modular enough to enable the threat actor to stitch together a combination of them during compilation.\\n\\n**Plugin: my_socks_mgr**\\n\\nThis plugin handles communication to C2 server. It obtains the C2 IP by resolving a domain using \\&#8221;8[.]8[.]8[.]8\\&#8221; and passes commands received from the C2 to the appropriate plugin.\\n\\n**Plugin:my_rsh**\\n\\nThis plugin opens a remote shell by executing \\&#8221;sh\\&#8221; either via either \\&#8221;busybox\\&#8221; or \\&#8221;\/bin\/sh\\&#8221;. This remote shell is then used to run arbitrary commands on the infected system.\\n\\n![UAT-7290 targets high value telecommunications infrastructure in South Asia](https:\/\/blog.talosintelligence.com\/content\/images\/2026\/01\/data-src-image-4641f5c4-09f1-44af-bba0-96cbf509bf32.png)\\n\\n**Plugin:port_fwd_mgr**\\n\\nThis plugin sets up port forwarding between ports specified &#8212; a local port and a port on a remote server. It can also set up port forwarding across multiple ports.\\n\\n**Plugin:my_file_mgr**\\n\\nThis is the file manager of the backdoor. It allows the SilentRaid to:\\n\\n  * Read contents of \\&#8221;\/etc\/passwd\\&#8221;\\n  * Execute a specified file on the system\\n  * Archive directories specified by the C2 using \\&#8221;tar -cvf\\&#8221; \\\\- executed via busybox\\n  * Check if a file is accessible\\n  * Remove a file or directory using the \\&#8221;rm\\&#8221; command &#8211; via busybox\\n  * Read\/write a specified file\\n\\n\\n\\nSilentRaid can also parse thru x509 certificates and collect attribute information such as:\\n\\n  * id-at-dnQualifier | Distinguished Name qualifier\\n  * id-at-pseudonym | Pseudonym\\n  * id-domainComponent | Domain component\\n  * id-at-uniqueIdentifier | Unique Identifier\\n\\n\\n\\n### Bulbature\\n\\nThe Bulbature malware discovered consisted of the same string encoding scheme as the other UAT-7290&#8217;s malware illustrated earlier. Usually UPX compressed, Bulbature can bind to and listen to either a random port of its choosing or one specified via command line via the \\&#8221;-d \\u003cport_number\\u003e\\&#8221; switch.\\n\\nBulbature obtains the local network interface&#8217;s name by executing the command:\\n    \\n    \\n    cat \/proc\/net\/route | awk &#8216;{print $1,$2}&#8217; | awk &#8216;\/00000000\/ {print $1}&#8217;\\n    \\n\\nIt also obtains basic system information and the current user using the command:\\n    \\n    \\n    echo $(whoami) $(uname -nrm)\\n    \\n\\nThe malware typically records its C2 address in a config file in the \/tmp directory. The file will have the same name as the malware binary with the \\&#8221;.cfg\\&#8221; extension appended to it. The C2 address may be an encoded string.\\n\\nBulbature can obtain additional or new C2 addresses from the current C2 and can switch over communications with them instead. The malware can open up a reverse shell with its C2 to execute arbitrary commands on the infected system.\\n\\nA recent variant of Bulbature contained an embedded self-signed certificate that it used for communicating with the C2. This certificate matches the one from the sample disclosed by Sekoia as well:\\n    \\n    \\n    509 Certificate:\\n    Version: 3\\n    Serial Number: 81bab2934ee32534\\n    Signature Algorithm:\\n    \u00a0\u00a0\u00a0 Algorithm ObjectId: 1.2.840.113549.1.1.11 sha256RSA\\n    \u00a0\u00a0\u00a0 Algorithm Parameters:\\n    \u00a0\u00a0\u00a0 05 00\\n    Issuer:\\n    \u00a0\u00a0\u00a0 O=Internet Widgits Pty Ltd\\n    \u00a0\u00a0\u00a0 S=Some-State\\n    \u00a0\u00a0\u00a0 C=AU\\n    \u00a0 Name Hash(sha1): d398f76c7ba0bbf79b1cac0620cdf4b42e505195\\n    \u00a0 Name Hash(md5): 4a963519b4950845a8d76668d4d7dd29\\n    \u00a0\\n    NotBefore: 8\/8\/2019 3:33 AM\\n    NotAfter: 12\/24\/2046 3:33 AM\\n    \u00a0\\n    Subject:\\n    \u00a0\u00a0\u00a0 O=Internet Widgits Pty Ltd\\n    \u00a0\u00a0\u00a0 S=Some-State\\n    \u00a0\u00a0\u00a0 C=AU\\n    \u00a0 Name Hash(sha1): d398f76c7ba0bbf79b1cac0620cdf4b42e505195\\n    \u00a0 Name Hash(md5): 4a963519b4950845a8d76668d4d7dd29\\n    \u00a0\\n    Cert Hash(sha256): 918fb8af4998393f5195bafaead7c9ba28d8f9fb0853d5c2d75f10e35be8015a\\n    \\n\\nCensys data shows that this certificate, with the exact Serial number, is present on at least 141 hosts, all either located in China or Hong Kong. On Virus Total, many of the IPs identified hosting this certificate are associated with other malware typically associated with China-nexus of threat actors such as SuperShell, GobRAT, Cobalt Strike, etc.\\n\\n## Coverage\\n\\nThe following ClamAV signatures detect and block this threat:\\n\\n  * Unix.Dropper.Agent\\n  * Unix.Malware.Agent\\n  * Unix.Packed.Agent\\n\\n\\n\\nThe following Snort Rule (SIDs) detects and blocks this threat: 65124\\n\\n## IOCs\\n\\n723c1e59accbb781856a8407f1e64f36038e324d3f0bdb606d35c359ade08200\\n\\n59568d0e2da98bad46f0e3165bcf8adadbf724d617ccebcfdaeafbb097b81596\\n\\n961ac6942c41c959be471bd7eea6e708f3222a8a607b51d59063d5c58c54a38d&#8221;,&#8221;published&#8221;:&#8221;2026-01-08T11:00:03&#8243;,&#8221;modified&#8221;:&#8221;2026-01-08T11:00:03&#8243;,&#8221;type&#8221;:&#8221;talosblog&#8221;,&#8221;title&#8221;:&#8221;UAT-7290 targets high value telecommunications infrastructure in South Asia&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;TALOSBLOG:A642C929C260AF997B30D170C7E45436&#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:\/\/blog.talosintelligence.com\/uat-7290\/&#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-08T14:05:10&#8243;,&#8221;description&#8221;:&#8221;* Cisco Talos is disclosing a sophisticated threat actor we track as UAT-7290, who has been active since at least 2022.\\n * UAT-7290 is tasked&#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,13,33,7,69,11,5],"class_list":["post-34630","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-security","tag-talosblog","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>UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - 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=34630\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-01-08T14:05:10&#8243;,&#8221;description&#8221;:&#8221;* Cisco Talos is disclosing a sophisticated threat actor we track as UAT-7290, who has been active since at least 2022.n * UAT-7290 is tasked...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=34630\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T08:50:20+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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436\",\"datePublished\":\"2026-01-08T08:50:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630\"},\"wordCount\":1796,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"Security\",\"talosblog\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=34630#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630\",\"name\":\"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-01-08T08:50:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=34630\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=34630#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436\"}]},{\"@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":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - 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=34630","og_locale":"en_US","og_type":"article","og_title":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-01-08T14:05:10&#8243;,&#8221;description&#8221;:&#8221;* Cisco Talos is disclosing a sophisticated threat actor we track as UAT-7290, who has been active since at least 2022.n * UAT-7290 is tasked...","og_url":"https:\/\/zero.redgem.net\/?p=34630","og_site_name":"zero redgem","article_published_time":"2026-01-08T08:50:20+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=34630#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=34630"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436","datePublished":"2026-01-08T08:50:20+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=34630"},"wordCount":1796,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","Security","talosblog","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=34630#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=34630","url":"https:\/\/zero.redgem.net\/?p=34630","name":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-01-08T08:50:20+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=34630#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=34630"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=34630#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"UAT-7290 targets high value telecommunications infrastructure in South Asia_TALOSBLOG:A642C929C260AF997B30D170C7E45436"}]},{"@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\/34630","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=34630"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/34630\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=34630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=34630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=34630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}