0% found this document useful (0 votes)
74 views12 pages

Ransomware Trends: Lynx Dominates Week

Lynx was the most active ransomware group last week, accounting for 18.4% of incidents, followed closely by Qilin at 16.8%. The newly emerged Vect ransomware family operates as a Ransomware-as-a-Service platform, utilizing advanced encryption and a double-extortion model, targeting multiple platforms and employing sophisticated tactics. The United States remains the primary target for ransomware attacks, with significant activity also observed in Germany and Canada.

Uploaded by

CypherCoda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views12 pages

Ransomware Trends: Lynx Dominates Week

Lynx was the most active ransomware group last week, accounting for 18.4% of incidents, followed closely by Qilin at 16.8%. The newly emerged Vect ransomware family operates as a Ransomware-as-a-Service platform, utilizing advanced encryption and a double-extortion model, targeting multiple platforms and employing sophisticated tactics. The United States remains the primary target for ransomware attacks, with significant activity also observed in Germany and Canada.

Uploaded by

CypherCoda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Ransomware Hits Last Week

Lynx led this week’s activity, responsible for 18.4% of all reported incidents.
This made it the single most dominant operator in the ecosystem, indicating
a focused campaign window or a concentrated burst of victim disclosures
that pushed Lynx ahead of every other active group.
Qilin followed closely with 16.8% of incidents, forming a powerful upper tier
alongside Akira (12%) and Sinobi (12%). Together, this cluster
represented a large share of all observed ransomware pressure, reflecting
sustained, multi-victim operations and consistent leak-site publishing across
multiple regions.

A solid mid-tier band included Direwolf (7.2%), Everest (4%), and a trio of
groups — Inc Ransom, Interlock, and The Gentlemen (each 3.2%) -
supported by Handala, Play, and RansomHouse (each 2.4%). These
actors did not individually rival Lynx or Qilin, but collectively they contributed
a significant portion of global activity through ongoing double-extortion and
data-theft campaigns.
Smaller but still active operators — Nova, Vect, Tengu, and Black
Shrantac (each 1.6%) -maintained a low- to mid-volume presence, adding
persistent background noise to the ecosystem.

At the long tail, a wide set of brands — Chaos, Sicari, Brotherhood,


Toufan, Rhysida, Medusa, Black Nevas, and Anubis (each 0.8%) -
appeared in low numbers. Individually minor yet collectively meaningful, this
long-tail activity underscores the fragmentation, churn, and resilience of the
broader ransomware landscape, even in weeks where a handful of families
dominate the totals.

Vect Ransomware

Description
Vect is a newly emerged ransomware family operating as a Ransomware-as-
a-Service (RaaS) platform that first appeared in early January 2026. The
group claims to have developed custom malware entirely from scratch in C+
+ without relying on leaked ransomware code, distinguishing it from many
contemporary operations that repurpose builders from LockBit 3.0 or Conti.
Vect employs the modern ChaCha20-Poly1305 AEAD (Authenticated
Encryption with Associated Data) encryption algorithm, which is
approximately 2.5 times faster than AES-256-GCM on systems without
hardware acceleration, making it highly effective for rapid file encryption
across enterprise networks.
The operation demonstrates technical sophistication with multi-platform
targeting capabilities spanning Windows, Linux, and VMware ESXi
virtualization environments. Vect's malware includes advanced features such
as Windows Safe Mode boot manipulation to bypass security products, built-
in LAN scanning for network reconnaissance via DFS and SMB protocols, and
automated lateral movement through both SMB-based propagation and
Windows Remote Management (WinRM) exploitation. The ransomware also
handles Virtual Hard Disk (VHD) files specifically for virtual infrastructure
targeting, and terminates security, database, and backup processes to
ensure successful encryption.
Vect follows a strict double-extortion model where data is exfiltrated before
encryption occurs. The group operates a professional TOR-based
infrastructure including an affiliate recruitment portal requiring a $250 USD
entry fee paid in Monero cryptocurrency, a victim negotiation interface
branded as "Vect Secure Chat," and a public data leak site titled "VECT
RANSOMWARE // DATA ARCHIVE" where victim information is posted when
ransom demands are not met. The affiliate program provides members with
tiered commission structures, dedicated negotiator support, multilingual
capabilities, and comprehensive management tools. Victims receive unique
UUID-format Chat IDs in ransom notes which authenticate them to the TOR-
based negotiation portal.
The group's operational security is notable, utilizing Monero for payments to
maintain financial anonymity, TOX protocol for encrypted peer-to-peer
affiliate communications, and exclusively TOR hidden services for
infrastructure with no clearnet presence. This combination of custom-built
malware, modern encryption, multi-platform capabilities, and strong OPSEC
measures suggests Vect is operated by experienced threat actors who may
represent a rebrand or new venture by established ransomware affiliates.
Initial victims in January 2026 included organizations in Brazil and South
Africa spanning education and manufacturing sectors, with data theft claims
ranging from 150GB to complete network compromise including personally
identifiable information and employee records.

Detailed TTPs (Tactics, Techniques, and Procedures)


1) Initial Access (Affiliate-driven RaaS)
 Enters via exposed RDP/VPN or stolen credentials.
 Phishing
 Possible vulnerable external endpoint.

2) Privilege Setup
 Attack requires admin rights to:
o change boot settings (Safe Mode)
o stop services/processes
o push encryption across systems
 Likely achieved through:
o credential dumping / harvested creds
o existing admin access from initial compromise

3) Recon + Targeting
 Identifies:
o file servers, shares, backups
o virtualization storage (VHD/VMDK)
o critical services to kill (DB/backup/security)
 Goal: know what to steal and what to encrypt first.

4) Lateral Movement (Enterprise spread)


 Moves across network using:
o SMB admin shares (ADMIN$, C$)
o remote execution
o WinRM / PowerShell remoting
 Uses valid creds → mass deployment.

5) Data Theft (Double-extortion phase)


 Steals sensitive data before encryption:
o victim records, PII, internal docs
o confirmed “large volume theft” claims (ex: 150GB)
 Data staged → exfiltrated.

6) Defense Evasion (Vect’s standout behavior)


 Forces infected system into Safe Mode before encryption to weaken
EDR.
Typical boot modification:

 bcdedit /set {default} safeboot network


 bcdedit /set {current} safeboot minimal

Why: Safe Mode often prevents security drivers from loading → encryption
happens “blind”.

7) Process/Service Termination (Unlock + weaken recovery)

Vect kills anything that blocks file access or enables recovery:


 databases: SQL/MySQL/Oracle
 backup tools: Veeam/Commvault/Acronis
 security tooling / monitoring agents
This is done right before encryption.

8) Recovery Kill (Prevent rollback)


Runs commands like:

 vssadmin delete shadows /all /quiet


 wbadmin delete catalog -quiet

Purpose: ensure no easy restore path.

9) Encryption (Impact)
 Encrypts using ChaCha20-Poly1305 (reported)
 Likely multi-threaded → fast network-wide impact
 File extension + ransom note name: not publicly confirmed yet

10) C2 / Negotiation / Leak


 Victim pushed to negotiation portal:
o Tor onion infrastructure
o also observed clearnet negotiation server: [Link]:8000
 If no payment, stolen data published on leak site with countdown
timers.

MITRE ATT&CK TTP Matrix


The table below summarizes Vect's tactics and techniques mapped to the MITRE ATT&CK framework:

Tactic Technique ATT&CK ID


Initial Access Valid Accounts: Stolen/weak credentials T1078
Initial Access External Remote Services: RDP/VPN T1133
Initial Access Phishing T1566
Execution Command and Scripting Interpreter T1059
Persistence Scheduled Task/Job (inferred) T1053
Privilege Escalation Access Token Manipulation (inferred) T1134
Defense Evasion Safe Mode Boot T1562.009
Defense Evasion Impair Defenses: Disable Tools T1562.001
Credential Access OS Credential Dumping (inferred) T1003
Discovery Network Service Discovery: DFS/SMB T1046
Discovery System Information Discovery T1082
Discovery File and Directory Discovery T1083
Lateral Movement Remote Services: SMB/Admin Shares T1021.002
Lateral Movement Remote Services: WinRM T1021.006
Collection Data from Local System T1005
Collection Data from Network Shared Drive T1039
Command and Control Application Layer Protocol: Web T1071.001
Command and Control Encrypted Channel: TOR T1573
Exfiltration Exfiltration Over C2 Channel T1041
Impact Data Encrypted for Impact T1486
Impact Inhibit System Recovery T1490
Impact Service Stop T1489

Indicators of Compromise (IOCs)


Infrastructure / C2:

Hosted IP: [Link]:8000

TOR Onion Domain (Primary Infrastructure):

bu7zr6fotni3qxxoxlcmpikwtp5mjzy7jkxt7akflnm2kwkbdtgtjuid[.]onion

- Hosts: Affiliate recruitment panel (/invite, /register, /login)


- Hosts: Victim negotiation portal (/chat)
- Hosts: Public data leak site (/) titled "VECT RANSOMWARE // DATA
ARCHIVE"
Cryptocurrency Wallets:

Monero (XMR) Wallet:


876yVkL4S7p5rWKbTxHs6e7gbTeqqas4AcC6WwMZ1d8r0B31jYBzqJFHJ88E33
cYcc3jfKjQcBp3oqN8bLEan2JTzYkyq8RdVAkTv

Purpose: Affiliate invite code purchase ($250 USD equivalent)

Actor Communications:

TOX Protocol Contacts:

TOX Contact #1:


EEF8221F7D94C8CF0EBHF623B494C03D608EEC9649D83A9433E75314DFB8
28A01DD57C8A9E4AF2
TOX Contact #2:
1A51DCB233FB86038D802E23F599C6D64543E031FC87dFFEA32D8064CE9D
04f70C1F041988B8

Victim Communication System:


Chat Portal Branding: "Vect Secure Chat"

Crystal Eye 5.5 Mitigation Strategies

 Perimeter Control: Block TOR nodes, onion DNS indicators, and


restrict internet RDP; enforce VPN + MFA for remote access.
 Segmentation: Separate workstations, servers, and ESXi networks;
block SMB/WinRM east-west traffic to stop lateral movement.
 Safe Mode Detection: Alert on bcdedit safeboot changes and
SafeBoot registry modifications; treat as ransomware precursor
activity.
 Endpoint Hardening: Enable EDR tamper protection; prevent
process/service termination; application allowlisting to stop
unauthorized binaries.
 Access Governance: Enforce MFA everywhere, strong passwords,
least privilege, PAWs for admins, and remove stale/excessive
privileged accounts.
 Backup Resilience: Use 3-2-1 backups with offline/immutable
storage; isolate backup networks; test restore quarterly with runbooks.
 SIEM Correlation: Alert on vssadmin/wbadmin deletions, mass
encryption behavior, service stops, abnormal logons, and TOR traffic
patterns.

Worldwide Ransomware Victims

The United States once again dominated the ransomware landscape,


accounting for 50.4% of all identified victims this period. That means
roughly one in every two known cases hit U.S.-based organizations, keeping
the country far ahead of any other single geography in terms of observable
exposure.

A clear second tier consisted of Germany (6.4%) and Canada (6.4%),


followed by Spain (4.8%) and France and Australia (each 4%). Together,
these major economies form the bulk of non-U.S. activity, reflecting large
digital footprints, regular breach disclosure, and victim profiles that attackers
see as financially attractive.

A mid-band of countries included Malaysia and Italy (each 2.4%), along


with Israel, Turkey, the United Kingdom, and India (each 1.6%). This
group shows that ransomware pressure is not limited to North America and
Western Europe; it is firmly entrenched across key markets in the Middle
East and Asia-Pacific as well.

Below that sits a long tail of single-incident geographies — Serbia,


Argentina, New Zealand, Singapore, Colombia, South Africa, Mexico,
Romania, Poland, Czech Republic, China, South Korea, Saudi Arabia,
Brazil, United Arab Emirates, and others (each 0.8%). Individually they
contribute only a small fraction of total volume, but collectively they
reinforce the same pattern seen week after week: ransomware is a global
problem, touching dozens of countries rather than being confined to a
handful of headline markets.
Industry-wide Ransomware Victims
Manufacturing and Business Services were the most heavily targeted sectors this
week, each accounting for 16% of all identified ransomware victims. That puts
production environments and service-heavy organizations jointly at the top of the
risk ladder, where operational disruption and client-facing impact give attackers
strong leverage during extortion.

A strong second tier consisted of Construction (14.4%) and Retail (14.4%), both
of which rely on time-sensitive operations, complex supply chains, and high
transaction volumes. For ransomware actors, these conditions create ideal pressure
points — project delays, stock outages, and customer impact — that can rapidly
translate into payment pressure.

A substantial mid-band followed with Education (5.6%), Hospitality and


Electronics (each 4%), and Finance (3.2%), supported by Minerals & Mining,
Consumer Services, Healthcare, Energy, and Law Firms (each 2.4%). This
layer shows that both critical services (finance, healthcare, energy) and data-rich,
customer-facing verticals are now routine fixtures in victim disclosures rather than
edge cases.

Lower volume but still active categories included Organizations, Media &
Internet, Federal entities, Insurance, Transportation (each 1.6%), as well as
Telecommunications, IT, and Real Estate (each 0.8%) forming the long tail.
While individually smaller in share, this spread confirms that ransomware pressure
cuts across almost every major industry with digitized operations and monetizable
data — not just the classic “high value” targets.

Common questions

Powered by AI

Vect's operational model incorporates double-extortion techniques by first exfiltrating sensitive data before encryption, which increases the pressure on victims to pay ransom . By publishing stolen data on their public leak site if payment isn't made, Vect escalates the threat to include potential reputational damage and further financial loss from data breaches . This strategy amplifies the victim's risk, leveraging both encryption and data exposure for coercion. The repercussions for victims include potential legal liabilities, loss of customer trust, and damage to brand reputation, making this an effective yet ethically reprehensible criminal tactic.

Safe mode booting benefits Vect's deployment by disabling most security tools, which do not load in Safe Mode, allowing encryption processes to occur without interference . This technique helps bypass EDR (Endpoint Detection and Response) systems, facilitating undetected ransomware execution. Meanwhile, process termination strategies, such as stopping critical services associated with databases, backups, and security monitoring, prevent systems from recovering from attacks and ensure high encryption success rates . These tactics collectively increase the ransomware's efficacy and impact on targeted systems, making recovery more challenging and costly.

Vect distinguishes itself with its advanced technical capabilities, including the use of the ChaCha20-Poly1305 AEAD encryption algorithm, which is substantially faster than traditional AES on systems without hardware acceleration . Its multi-platform targeting capabilities across Windows, Linux, and VMware ESXi further delineate its technical depth. Vect's operational sophistication is evident through features like Windows Safe Mode manipulation, LAN scanning for reconnaissance, and automated lateral movement . This sophisticated blend of technology and methodology reflects experienced threat actors likely rebranding or engaging anew in the ransomware domain .

Vect's affiliate recruitment strategies are crucial for sustaining its operations as they enable scalability and distribution of attack efforts without directly engaging in each breach . By offering a tiered commission structure and dedicated support, Vect attracts skilled affiliates who are incentivized to perform successful attacks. The recruitment portal, which requires an upfront fee paid in Monero for operational security, also reflects a selective criteria that likely ensures only determined partners participate, thus maintaining high operational standards and protecting the group's interests. This approach expands their reach and impact in a decentralized manner, making them formidable in the ransomware ecosystem.

Vect's operational security is enhanced through several measures, including the use of Monero cryptocurrency for payments, which ensures financial anonymity for affiliates, and the use of TOR hidden services with no clearnet presence to protect the identity and infrastructure of the group . Additionally, peer-to-peer affiliate communications are encrypted using the TOX protocol, making them difficult to intercept or disrupt . These measures are significant as they demonstrate a high level of security awareness typically associated with mature cybercriminal operations, minimizing the group's exposure and law enforcement tracking capabilities.

Lynx, Qilin, Akira, and Sinobi dominate the ransomware landscape due to their significant operational pressures, reflecting sustained, multi-victim operations and consistent use of leak-sites across multiple regions . These groups likely have well-coordinated campaign strategies that include sophisticated methods for obtaining and exploiting vulnerabilities, extensive infrastructure for data exfiltration, and skilled negotiations to maximize ransom returns. Their ability to sustain operations and adapt quickly to defensive measures likely contributes to their prominence in the ecosystem.

Vect demonstrates operational sophistication through its approach to victim negotiation and payment by utilizing a TOR-based negotiation interface called "Vect Secure Chat," which ensures secure communication and anonymity . It also employs unique UUID-format Chat IDs to authenticate victims, enhancing user-specific interactions. The use of Monero cryptocurrency for payments further secures transactions against financial tracing . The group's strategic management of negotiation processes and financial transactions indicates a high level of planning and execution, likely aimed at minimizing operational risks while maximizing ransom outcomes.

Ransomware victims are globally distributed, with the United States accounting for 50.4% of all identified victims, driven by its large digital footprint and economic attractiveness . Other significant regions include Germany and Canada, each with 6.4%, followed by Spain, France, and Australia . This pattern is influenced by the advanced technological infrastructure of these regions, regular breach disclosures, and targets perceived as financially lucrative. Furthermore, the spread to other countries, such as Malaysia, Italy, and Israel, indicates expanding ransomware campaigns exploiting digitization trends worldwide, reflecting the globalized nature of cyber threats.

The economic impact of ransomware on industries like manufacturing and business services is profound due to several factors. These sectors are critical as they enable operational continuity and offer customer-facing services, where downtime can lead to massive revenue losses . For instance, in manufacturing, operational disruptions can halt production lines, delay shipping, and lead to contractual penalties. Similarly, business services often rely on uninterrupted service delivery, and ransomware can damage client trust, increase operational costs, and lead to loss of business. These elements make rapid recovery paramount, often forcing victims to comply with ransom demands to avoid prolonged financial damage.

Vect's tactics, techniques, and procedures align with the MITRE ATT&CK framework in several ways. For initial access, Vect uses valid accounts through stolen or weak credentials (T1078) and external remote services like RDP/VPN (T1133). Execution is achieved through command and scripting interpreter usage (T1059). Defense evasion involves Safe Mode booting (T1562.009) and disabling tools (T1562.001). It employs OS credential dumping (T1003) for credential access, and network service discovery through DFS/SMB (T1046) for discovery. Lateral movement is executed using SMB/Admin Shares (T1021.002) and WinRM (T1021.006). These TTPs reflect an extensive knowledge of cybersecurity principles and effectively facilitate Vect's malicious activities across targeted systems.

You might also like