Nova and APT73 Ransomware Groups Target New Victims as Dark Web Recent Claims Raise Fresh Cybersecurity Concerns + Video

Listen to this Post

Featured ImageIntroduction: A New Wave of Ransomware Pressure Emerges Across the Digital Underground

The ransomware ecosystem continues to evolve rapidly as threat actors expand their operations, target organizations worldwide, and use underground platforms to pressure victims into responding to their demands. Recent threat intelligence monitoring has identified two separate ransomware-related claims involving the groups Nova and APT73, with Lockers IT and KLIKNKLIK.COM reportedly added to their victim lists.

According to threat monitoring activity shared by the ThreatMon Threat Intelligence Team, the incidents were detected through dark web ransomware tracking channels. At this stage, these reports represent claims made by ransomware actors or intelligence monitoring sources, and the full impact, data exposure, or compromise details have not been independently confirmed.

The appearance of new victims highlights a continuing trend in the cybercrime landscape: ransomware groups are becoming more organized, more aggressive, and increasingly focused on public pressure campaigns designed to force organizations into negotiation.

Threat Intelligence Report: Nova Ransomware Group Claims Lockers IT Victim

The ransomware actor identified as Nova has reportedly added Lockers IT to its victim list. The activity was detected on June 23, 2026, at approximately 15:16 UTC+3, according to information attributed to ThreatMon monitoring.

The claim suggests that Nova may have gained unauthorized access to the organization’s infrastructure and is attempting to use the victim listing as leverage. However, there is currently no public confirmation regarding the exact attack method, stolen data volume, encryption activity, or whether sensitive information was actually extracted.

Modern ransomware operations frequently follow a double-extortion strategy. Attackers first attempt to steal valuable information before encrypting systems, allowing them to threaten publication if payment demands are ignored.

APT73 Claims KLIKNKLIK.COM as Another Potential Ransomware Target

A second ransomware-related event involves the threat actor known as APT73, which reportedly listed KLIKNKLIK.COM as a victim on June 23, 2026, at approximately 19:38 UTC+3.

The claim was also identified through ransomware activity monitoring connected to ThreatMon intelligence tracking. Similar to the Nova incident, available information does not yet confirm whether the organization suffered encryption, data theft, or operational disruption.

Threat groups often publish victim names before releasing evidence samples. These posts are designed to create reputational pressure, attract media attention, and increase the likelihood of ransom negotiations.

Why Ransomware Groups Publicize Victim Names

Publishing victim names has become a central tactic in modern cyber extortion. Instead of silently encrypting systems, ransomware operators now operate like criminal marketing organizations, maintaining leak websites and public victim directories.

The goal is psychological pressure. A company listed on a ransomware site may immediately face concerns from customers, partners, regulators, and investors, even before technical details of the incident become available.

This strategy has transformed ransomware from a simple malware problem into a broader business risk involving reputation, compliance, financial losses, and long-term trust.

The Growing Role of Threat Intelligence Platforms

Threat intelligence services play an increasingly important role in identifying ransomware activity before official disclosures appear.

Platforms monitoring underground forums, leak sites, malware infrastructure, and indicators of compromise can provide early warnings that help organizations investigate potential exposure.

However, intelligence reports must always be interpreted carefully. A ransomware group’s claim does not automatically prove a successful breach. Some threat actors exaggerate or publish false claims to increase their reputation within criminal communities.

Deep Analysis: Linux Commands for Investigating Possible Ransomware Activity

Security teams investigating ransomware indicators can use Linux-based tools to examine systems, monitor suspicious activity, and identify possible compromise signs.

Checking Active Processes

ps aux --sort=-%cpu | head

This command helps identify unusual processes consuming significant CPU resources, which may indicate encryption tools, miners, or malicious scripts.

Searching for Recently Modified Files

find / -type f -mtime -2 2>/dev/null

This helps locate files changed within the last two days, which can reveal suspicious encryption activity.

Reviewing System Logs

journalctl -xe

System logs can reveal unauthorized services, failed authentication attempts, and abnormal system behavior.

Checking Network Connections

ss -tunap

This command displays active network connections and associated processes that may reveal command-and-control communication.

Finding Suspicious Startup Services

systemctl list-unit-files --state=enabled

Attackers often create persistence mechanisms through startup services.

Searching for Known Suspicious Files

find /tmp /var/tmp /home -type f -executable

Temporary directories are commonly abused by malware operators.

Checking User Activity

last -a

This provides information about recent login activity and possible unauthorized access.

Monitoring File Changes

inotifywait -m /important_directory

Security teams can use this for real-time monitoring of critical folders.

Investigating Large File Changes

du -ah / | sort -rh | head -50

A sudden increase in large files may indicate encryption or data staging.

Reviewing Firewall Activity

iptables -L -v

Firewall rules may reveal unexpected modifications made by attackers.

What Undercode Say:

The latest ransomware claims involving Nova and APT73 demonstrate how the cybercrime economy continues moving toward aggressive public exposure tactics.

The most important detail is not only the victim names but the changing behavior of ransomware groups. Attackers increasingly understand that reputation damage can sometimes be more effective than encryption itself.

A company can recover encrypted systems through backups, but recovering customer trust after a public leak can become a much harder challenge.

The ransomware industry has matured into a structured ecosystem where different groups specialize in access brokerage, malware development, negotiation services, and data publication.

Initial access remains one of the most valuable resources in underground markets. Attackers frequently purchase stolen credentials, exploit vulnerable remote services, or use phishing campaigns to enter corporate networks.

Organizations should assume that ransomware preparation begins long before encryption happens. The earliest warning signs are often unusual authentication events, suspicious remote access, and unexpected privilege escalation.

Nova and APT73 activity also highlights the importance of continuous monitoring. Traditional security methods that only react after an attack are no longer enough.

Threat intelligence, endpoint detection, network monitoring, and strong identity controls must work together.

Another major concern is the uncertainty surrounding ransomware claims. Criminal groups sometimes publish inaccurate information to create fear or increase their underground credibility.

Because of this, organizations should verify incidents through forensic investigation rather than relying only on attacker announcements.

The modern ransomware battlefield is not only technical. It is psychological, economic, and reputational.

Businesses that prepare before an attack have a significantly better chance of limiting damage.

The future of ransomware defense will depend heavily on proactive detection, rapid incident response, and reducing the attacker’s ability to move freely inside networks.

✅ Confirmed: Threat intelligence monitoring identified ransomware-related claims involving Nova and APT73.
The information originates from ransomware activity tracking reports attributed to ThreatMon monitoring channels. These reports indicate claimed victim listings.

❌ Not confirmed: Successful compromise, stolen data, or encryption impact against the listed organizations.
A ransomware group listing a victim does not independently prove that an intrusion occurred or that sensitive information was obtained.

✅ Confirmed: Public victim listings are a common ransomware pressure tactic.
Modern ransomware groups frequently use leak sites and public claims to increase negotiation pressure and damage victim reputation.

Prediction

(+1) Ransomware monitoring will continue improving as organizations adopt stronger threat intelligence platforms and automated detection systems.

(+1) More companies will invest in identity security, backup protection, and proactive incident response after seeing continued ransomware activity.

(+1) Threat intelligence sharing between cybersecurity communities will help reduce the effectiveness of emerging ransomware campaigns.

(-1) Ransomware groups will likely continue increasing public pressure tactics through leak websites and victim announcements.

(-1) Organizations with weak security controls, exposed services, or poor credential management will remain attractive targets.

(-1) False ransomware claims may become more common as criminal groups attempt to gain attention and reputation within underground communities.

▶️ Related Video (74% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: x.com
Extra Source Hub (Possible Sources for article):
https://www.twitter.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube