惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
V
Visual Studio Blog
雷峰网
雷峰网
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
C
Check Point Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
D
Docker
IT之家
IT之家
博客园 - 聂微东
腾讯CDC
U
Unit 42
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Chinese hackers went undetected in North American researc...
Sinisa Markovic · 2026-06-16 · via Help Net Security

A China-linked cyber espionage operation targeted North American medical research institutions through compromised REDCap servers, using custom malware to gain persistent access and collect sensitive information, Google’s Threat Intelligence Group (GTIG) researchers found.

UNC6508 exploits vulnerable REDCap servers

GTIG attributed the campaign to UNC6508, a threat actor linked to the People’s Republic of China that remained undetected in victim environments for more than a year. According to the researchers, the activity began in September 2023 and continued through at least November 2025.

REDCap is a web-based platform for building and managing online databases and surveys in compliance with regulations for medical and scientific research. The platform is widely used in the North American medical research community.

Google said it was unable to determine how UNC6508 initially gained access to the REDCap servers, though the group was observed probing vulnerable legacy versions of the platform on several target systems.

“Upon establishing a foothold on the REDCap server, UNC6508 performed internal reconnaissance and credential discovery to obtain database and service account credentials. The threat actor also deployed a web shell named ‘help.php’, which maintained persistence and functioned as an uploader in the REDCap application,” GTIG wrote.

Custom malware enables long-term access

Three months after the initial compromise, UNC6508 deployed a custom malware payload tracked as INFINITERED. The malware implemented its functionality through three distinct modular components by trojanizing legitimate REDCap system files.

The components consist of a dropper that intercepts REDCap software upgrades, a credential harvester that captures usernames and passwords entered into the application, and a backdoor that provides command-and-control functionality.

chinese hackers REDCap servers

INFINITERED diagram (Source: Google)

The upgrade interception component monitors for REDCap upgrades and injects malicious code into future versions of REDCap.

The credential harvester captures usernames and passwords submitted through REDCap login pages and stores them in the REDCap sessions table for later retrieval.

The backdoor receives commands through HTTP cookies and allows UNC6508 to execute shell commands, upload and download files, run arbitrary SQL queries, retrieve stolen credentials, delete harvested credential records, and collect system and database information.

Email monitoring targets sensitive information

More than a year after the initial compromise, UNC6508 used harvested credentials to access an administrator account. The threat actor subsequently created a content compliance rule named “Patroit” that monitored emails for selected keywords and forwarded matching messages to an attacker-controlled Gmail account.

“The patterns used in the ‘Patroit’ compliance rule suggest strategic intelligence collection targeting geo-strategic policy, military strategy, advanced technology, and medical research,” the analysts noted.

“The patterns also include professional email addresses and phone numbers for members of organizations in these spaces. Several of the terms applied have spelling errors, suggesting the list was manually maintained.”

The findings suggest UNC6508 may have been pursuing a broader set of targets than the medical research organizations identified during the investigation. GTIG said the group’s intelligence collection priorities align with the strategic interests of the People’s Republic of China.

Google notifies victims, disrupts infrastructure

Google identified multiple organizations in the United States and Canada compromised with INFINITERED, notified affected organizations of the intrusions, and offered assistance with remediation. The researchers stated that malicious infrastructure associated with UNC6508 was disrupted.

REDCap administrators are advised to upgrade to the latest available version of the platform and remove legacy versions to reduce exposure to known vulnerabilities.

Google also recommends that users and customers follow security best practices for third-party identity providers (IdPs) and ensure 2-step verification (2SV) is enabled on all accounts.

YARA rules and indicators of compromise (IoCs) published with the report can help organizations scan their environments for signs of INFINITERED malware.