Hackers Abuse YouTube Gaming Channels and SEO Poisoning to Deploy RATs and Chrome Hijacker

Hackers Abuse YouTube Gaming Channels and SEO Poisoning to Deploy RATs and Chrome Hijacker

Cybercriminals are increasingly turning trusted online platforms into malware delivery channels. Gaming videos, software tutorials, search results, and file-download pages can all be manipulated to make malicious installers appear legitimate.

According to Cybersecurity News, hackers abused YouTube gaming channels and search-engine optimization poisoning to distribute malware disguised as gaming tools, performance optimizers, drivers, and useful utilities. The campaign delivered multiple threats, including Insomnia RAT, ARKTunnel, and Docro Hijacker, through a pay-per-install operation tracked as CL-CRI-1171. <Cite refs={[“turn0view0”]} />

The campaign demonstrates how attackers can combine social engineering, search manipulation, fake downloads, malware loaders, remote-access tools, and browser hijacking into one scalable criminal infrastructure.

A Pay-Per-Install Operation Behind the Campaign

The activity is connected to CL-CRI-1171, a pay-per-install operation that allows different criminal groups to use the same compromised-machine delivery pipeline.

Under this model, one operator manages the initial infection infrastructure while other threat actors can pay to deliver their own payloads through the same installer.

This approach creates a malware distribution service rather than a single-purpose campaign.

Researchers from Unit 42 identified the activity after investigating two low-priority infections at separate organizations. Their analysis showed that a loader resembling ordinary adware could deliver several different malware families to gaming users as well as corporate and government endpoints. <Cite refs={[“turn0view0”]} />

The scale of the operation is significant:

  • More than 10,000 distinct OfferLoader samples
  • At least 11 connected YouTube channels
  • Large gaming-focused audiences before the channels were removed
  • Multiple malware branches delivered through shared infrastructure
  • Separate domains used for tracking, payload delivery, and command-and-control activity

The campaign’s visible infections may represent only a small portion of the larger distribution network. <Cite refs={[“turn0view0”]} />

YouTube Gaming Videos Become the First Lure

The attackers used gaming-related YouTube channels to build credibility.

The videos reportedly provided real advice about:

  • Improving game frame rates
  • Fixing game crashes
  • Changing graphics settings
  • Optimizing system performance
  • Downloading gaming tools
  • Installing performance-related utilities

Viewers were then encouraged to download an alleged optimization tool or software package through links placed in video descriptions.

Some links redirected users through Blogspot pages before sending them to the final download destination.

This multi-step redirection helped hide the actual infrastructure and made the download appear to be connected to a legitimate gaming tutorial.

The approach is effective because the user is not necessarily searching for malware. The victim is looking for a solution to a familiar problem, such as low FPS, a game crash, or a missing configuration tool.

The attacker simply places a malicious download where the user expects to find a useful fix. <Cite refs={[“turn0view0”]} />

SEO Poisoning Targets Users Searching for Utilities

The campaign also used search-engine optimization poisoning to reach users outside the gaming community.

Attackers manipulated search results for legitimate software and utilities, including:

  • Bluetooth drivers
  • WinDirStat
  • Other common system tools

A user searching for one of these utilities could click a poisoned search result and arrive at a fake file-hosting page.

The page displayed a convincing interface, sometimes including a fake virus-scan animation. After the animation completed, the victim was provided with a trojanized archive or installer.

This technique abuses the trust users place in search rankings.

A result appearing near the top of a search engine does not prove that the software is authentic. Search poisoning can make a malicious download appear more trustworthy simply because it is presented alongside legitimate results. <Cite refs={[“turn0view0”]} />

The Campaign Used a Sophisticated Delivery Gate

The infrastructure did not treat every visitor the same way.

The campaign’s gate inspected several details, including:

  • A fresh click identifier
  • Device information
  • Browser information
  • Search terms
  • Referrer data
  • IP address
  • Visitor behavior

Genuine users were more likely to receive the malicious installer.

Automated scanners, security researchers, and suspicious visitors could instead receive:

  • A harmless WinRAR lookalike
  • A broken download link
  • An apparently empty result
  • A non-malicious file

This selective delivery makes detection more difficult.

It also allows attackers to preserve the campaign for longer because researchers and automated security tools may not receive the same payload as ordinary victims. <Cite refs={[“turn0view0”]} />

OfferLoader Starts the Infection Chain

The campaign used a trojanized Inno Setup installer to initiate the next stages.

After the tracking and delivery checks were completed, OfferLoader launched three child processes for separate malware operations.

This modular structure gave the operators several advantages:

  • Multiple buyers could use the same infection
  • Different payloads could be delivered to different victims
  • Malware components could be swapped without rebuilding the original lure
  • The initial installer could remain relatively consistent
  • One compromised endpoint could potentially generate revenue for several criminal groups

The infection was therefore not limited to one malware family. OfferLoader acted as a distribution mechanism for different payload branches. <Cite refs={[“turn0view0”]} />

Insomnia RAT Disables Defenses and Establishes Persistence

One branch of the campaign delivered Insomnia RAT, a backdoor with both Node.js and Python components.

The malware targeted Windows and macOS environments.

During installation, the malware reportedly:

  • Disabled Microsoft Defender protections
  • Added the entire C:\ drive to the Defender exclusion list
  • Created scheduled tasks for persistence
  • Collected system identifiers
  • Received commands from its controllers
  • Downloaded additional files
  • Returned command results to the attackers

Adding the entire system drive to an antivirus exclusion list is particularly dangerous. It can allow additional payloads to execute without being inspected by the security product.

The scheduled tasks provide persistence, allowing the malware to return after a reboot or user logoff.

Insomnia RAT’s ability to receive commands and download files also gives operators a platform for follow-on activity, including reconnaissance, additional malware deployment, and data theft. <Cite refs={[“turn0view0”]} />

ARKTunnel Hides Its Payload Inside an Image

A second branch delivered ARKTunnel, an undocumented remote-access tool.

ARKTunnel used a bitmap image to conceal its payload.

This technique is a form of steganographic delivery, where malicious data is hidden inside a file that appears to be an ordinary image.

The malware then:

  • Extracted the hidden payload
  • Created a delayed-start Windows service
  • Established remote-access functionality
  • Supported TCP tunneling
  • Supported UDP tunneling
  • Executed files

The use of an image can help the payload avoid quick visual inspection. A bitmap may not immediately appear suspicious to a user or analyst reviewing downloaded files.

The delayed-start service also helps ARKTunnel maintain access while reducing the likelihood that it will be noticed immediately during system startup. <Cite refs={[“turn0view0”]} />

Docro Hijacker Modifies Chrome Behavior

The third branch delivered Docro Hijacker, which targeted Google Chrome.

The malware altered Chrome’s protected preferences while maintaining valid integrity signatures. It also side-loaded a browser extension.

The extension could:

  • Rewrite browser requests
  • Inject content into search-result pages
  • Modify affiliate links
  • Redirect user clicks
  • Change the default search provider
  • Collect information about browsing activity
  • Redirect traffic toward attacker-controlled destinations

This type of browser hijacking can generate advertising or affiliate revenue for criminals. It can also expose users to additional scams, phishing pages, malicious advertisements, and unwanted downloads.

Because the browser may continue to open normally, the victim may not immediately recognize that the system has been compromised.

The user may simply notice that search results look different, links redirect unexpectedly, or the default search engine changes without permission. <Cite refs={[“turn0view0”]} />

The Full Attack Chain

The campaign combines several delivery and execution stages:

YouTube gaming video or poisoned search result → Blogspot or fake file-hosting redirect → tracking and visitor inspection → trojanized archive or Inno Setup installer → OfferLoader → three child processes → RAT, remote-access tool, or Chrome hijacker

The individual components perform different functions.

Initial Access

The victim is attracted through:

  • Gaming optimization content
  • Game performance advice
  • Fake driver downloads
  • Fake WinDirStat downloads
  • Search-engine results
  • YouTube video descriptions

Delivery

The victim is redirected through:

  • Blogspot pages
  • Fake file-hosting websites
  • Tracking domains
  • Download landing pages
  • Tro­janized archives
  • Inno Setup installers

Execution

OfferLoader launches multiple child processes, allowing different payloads to operate independently.

Persistence

The malware uses:

  • Scheduled tasks
  • Delayed-start Windows services
  • Browser extensions
  • Modified browser settings

Defense Evasion

The campaign uses:

  • Selective payload delivery
  • Fake virus-scan animations
  • Harmless files for scanners
  • Defender exclusions
  • Hidden payloads inside bitmap images
  • Browser preference manipulation
  • Multiple redirection layers

Impact

The resulting malware can provide:

  • Remote command execution
  • File downloads
  • Data collection
  • Network tunneling
  • Additional malware delivery
  • Browser traffic manipulation
  • Search-result injection
  • Affiliate fraud
  • Credential and browsing-data exposure

Why This Campaign Is Difficult to Detect

The campaign abuses trusted tools and familiar online services.

YouTube is legitimate.

Blogspot is legitimate.

GitHub and other hosting platforms may be legitimate.

Inno Setup is legitimate.

PowerShell and Windows services are legitimate.

Chrome extensions can be legitimate.

The threat appears when these components are connected through suspicious behavior.

For example, a gaming user downloading a utility may not appear suspicious by itself. But the risk increases if the download is followed by:

  • A new installer spawning several child processes
  • Defender exclusions being modified
  • Scheduled tasks being created
  • A new service being installed
  • An image file being used to extract an executable
  • Chrome preferences being modified
  • Network connections to unfamiliar domains
  • Additional scripts being downloaded
  • Unusual browser extensions appearing

Behavioral correlation is therefore more useful than relying only on file names or individual domains.

Indicators of Compromise

The article lists multiple file hashes, file paths, URLs, domains, and YouTube channels associated with the campaign.

File Names

Relevant file names include:

  • windirstat.exe
  • windirstat.tmp
  • eld0.exe
  • eld0.tmp
  • a.dll
  • t.ps1
  • <guid>.py
  • aa.js
  • eld1.exe
  • procorTrex.zip
  • wscl.exe
  • eld2.exe
  • eld2.tmp
  • Adblock.dll

File Paths

The reported paths include:

C:\Users\Public\procorTrex.zip

%TEMP%\Adblock.dll

C:\ProgramData\DocsHelper\docro\

URLs

The campaign infrastructure included:

hxxps[:]//stryper[.]info/t.ps1

hxxps[:]//stryper[.]info/aa.js

hxxp[:]//aa.amazingshield[.]xyz/33244556546.py

hxxps[:]//drelto[.]info/farlix

Domains

Examples of associated domains include:

  • stryper[.]info
  • aa.amazingshield[.]xyz
  • crowdstri[.]com
  • reg.pcsdkflyer[.]ca
  • vendralo[.]info
  • finersto[.]com
  • mqsearch[.]com
  • extentrack[.]com
  • drelto[.]info
  • webhook[.]site
  • noiseship[.]cfd
  • atthelake[.]info
  • basesfile[.]com
  • filexstorage[.]site
  • filescloud[.]pro
  • zippyfiles[.]net

The original report also identified a large number of additional domains used for gates, landing pages, tracking, payload handoff, and YouTube funnel infrastructure. <Cite refs={[“turn0view0”]} />

YouTube Channels

The campaign was linked to channels including:

  • @VelvoxYT
  • @Venrx
  • @RAVEX-wu1pg
  • @adex915
  • @ripex
  • @hasnzyt
  • @OnTrendd
  • @trendrise
  • @Reknotic
  • @NowFixTutorials
  • @f4fix

These channels were subsequently taken down. <Cite refs={[“turn0view0”]} />

How Organizations Can Reduce the Risk

Download Software Only from Verified Sources

Users should obtain applications from:

  • Official publisher websites
  • Trusted application stores
  • Verified vendor portals
  • Established software repositories

Search-engine placement, gaming-video recommendations, and download-site appearances should not be treated as proof of authenticity.

Avoid Cracks and Unofficial Optimization Tools

Cracked software, game cheats, unofficial performance fixes, and suspicious driver packages are common malware delivery methods.

Organizations should discourage employees from installing software that has not been approved or validated.

Verify Digital Signatures

Before running an installer, users should check:

  • Publisher name
  • Digital signature
  • File origin
  • Download URL
  • File reputation
  • Whether the software matches the expected vendor

Monitor Defender Configuration Changes

Security teams should alert on:

  • Defender being disabled
  • Broad exclusion rules
  • Entire-drive exclusions
  • Exclusions added by unknown processes
  • Security settings changed by installers
  • PowerShell modifying endpoint protections

A new exclusion covering C:\ should receive immediate investigation.

Monitor Scheduled Tasks and Services

Unexpected scheduled tasks and newly created services can indicate persistence.

Security teams should review:

  • Task names
  • Task creation time
  • Parent process
  • Executed commands
  • Trigger frequency
  • Associated files
  • Service start type
  • Service executable path

Inspect Browser Changes

Organizations should monitor for:

  • Unexpected Chrome extensions
  • Changes to protected browser preferences
  • Default search-engine changes
  • Search-result manipulation
  • Browser traffic redirection
  • Unapproved extension installation
  • Browser processes contacting unusual domains

Isolate Suspected Devices

If a user runs a suspicious installer, responders should:

  1. Isolate the endpoint from the network.
  2. Preserve relevant evidence.
  3. Review running processes and scheduled tasks.
  4. Check for new services and browser extensions.
  5. Reset exposed credentials from a clean device.
  6. Review outbound network traffic.
  7. Investigate possible data access.
  8. Reimage the system when necessary.
  9. Confirm that persistence mechanisms have been removed.

How Seceon Helps Defend Against the Campaign

This campaign requires visibility across endpoints, processes, identity, network traffic, browser activity, and external infrastructure.

aiXDR-PMax

Seceon’s aiXDR-PMax can help detect the endpoint behaviors associated with the infection chain.

Relevant detections include:

  • Suspicious installers
  • Inno Setup execution
  • Unexpected child-process creation
  • PowerShell downloads
  • Defender protection changes
  • Broad antivirus exclusions
  • Scheduled-task creation
  • New service installation
  • Hidden payload extraction
  • Suspicious image-to-executable behavior
  • Browser extension installation
  • Chrome preference modification
  • Unusual process and network relationships

For Insomnia RAT, aiXDR-PMax can help identify suspicious Node.js and Python execution, script-based payload delivery, file downloads, and command execution.

For ARKTunnel, it can help investigate delayed-start services, suspicious tunneling tools, and executable content extracted from image files.

For Docro Hijacker, it can help identify browser modifications, unauthorized extensions, and suspicious DLL activity.

aiSIEM / CGuard

aiSIEM / CGuard can correlate activity across the environment.

It can connect:

  • A user visiting a suspicious download page
  • A browser downloading an archive
  • An installer launching child processes
  • Defender exclusions being changed
  • A scheduled task being created
  • A new service being installed
  • Chrome preferences being modified
  • Network connections to suspicious domains
  • Additional scripts being downloaded
  • Unusual user or endpoint behavior

This correlation helps SOC analysts reconstruct the full attack timeline.

Instead of investigating a suspicious scheduled task separately from a browser download, the SOC can connect both events to the same initial installer and determine whether they are part of one compromise.

aiSecurityScore360

aiSecurityScore360 can help organizations assess exposure related to external infrastructure and internet-facing assets.

Relevant areas include:

  • Public-facing download portals
  • External web applications
  • Unapproved domains
  • Exposed services
  • Weakly protected infrastructure
  • Suspicious external dependencies
  • Internet-facing systems associated with malware delivery

Attack-surface visibility can help security teams prioritize assets that could be abused in similar campaigns.

aiBAS360

aiBAS360 can help validate detection and response controls against the attack techniques used in this campaign.

Controlled testing can simulate scenarios involving:

  • Malicious installer execution
  • PowerShell payload delivery
  • Defender exclusion changes
  • Scheduled-task persistence
  • Service creation
  • Browser extension installation
  • Suspicious outbound communication
  • Data staging and exfiltration behavior

This helps organizations determine whether their controls can detect the full sequence instead of only identifying known malware hashes.

Final Thoughts

The CL-CRI-1171 campaign shows how cybercriminals are turning trusted online platforms into a scalable malware distribution system.

YouTube gaming channels provide credibility.

SEO poisoning captures users searching for legitimate utilities.

Blogspot pages and fake file-hosting websites hide the delivery path.

OfferLoader distributes multiple payloads.

Insomnia RAT provides remote access and command execution.

ARKTunnel hides a remote-access tool inside an image.

Docro Hijacker manipulates Chrome to redirect searches and browser traffic.

The campaign’s success depends on making every individual step appear ordinary. The danger becomes visible only when the complete behavior chain is analyzed.

Organizations should therefore treat unexpected installers, suspicious gaming tools, unauthorized browser extensions, new scheduled tasks, unexpected services, and security-setting changes as potential security incidents.

With aiXDR-PMax monitoring endpoint behavior, aiSIEM / CGuard correlating activity across the environment, aiSecurityScore360 assessing exposure, and aiBAS360 validating defenses, security teams can improve their ability to detect and contain malware campaigns that abuse trusted platforms and legitimate system utilities.

Categories

Seceon Inc