Qilin Ransomware Claims AFSARD Attack in North Macedonia as Fresh Data-Theft Claims Surround Manchester Airports Group + Video

Listen to this Post

Featured ImageA New Wave of Extortion Claims Raises Fresh Cybersecurity Concerns

The ransomware landscape is once again highlighting how quickly cybercriminal operations can move from an intrusion to public pressure. On August 30, 2026, cybersecurity monitoring accounts reported that the Qilin ransomware operation had listed AFSARD in North Macedonia, alleging that the organization had been hit with ransomware, suffered file encryption, and experienced operational disruption.

At almost the same time, another cybercrime-related claim emerged in the United Kingdom. The group known as FulcrumSec reportedly claimed responsibility for the Manchester Airports Group (MAG) breach and alleged that approximately 86 GB of data had been stolen. That claim is particularly significant because MAG had already confirmed a cyber incident affecting customer information across Manchester, London Stansted, and East Midlands airports.

These two developments illustrate two different but increasingly connected sides of modern cyber extortion: ransomware designed to disrupt systems and pressure organizations into paying, and data theft designed to create leverage even when operational systems remain functional.

The important distinction is that a criminal

Qilin Claims AFSARD as Its Latest Victim

Qilin has reportedly added AFSARD to its victim list on August 30, 2026. A ransomware-tracking database independently records AFSARD as a Qilin victim disclosed on that date, although the disclosure date does not necessarily indicate when the underlying compromise occurred.

Ransomfeed

+1

The original report claims that Qilin encrypted files belonging to AFSARD and disrupted its operations as part of an extortion attempt. Those details are consistent with the general behavior associated with modern ransomware operations, but the specific technical impact on AFSARD should still be treated cautiously until confirmed by the organization or another authoritative source.

Who Is Qilin?

Qilin is one of the more prominent ransomware operations active in the current threat landscape. The group has been associated with a double-extortion model in which attackers seek leverage through both encryption and data theft.

The first layer is straightforward: systems and files become inaccessible. The second layer is potentially more damaging: attackers threaten to publish stolen information if their demands are not met.

That model changes the economics of ransomware. Even organizations with reliable backups can face serious pressure because restoring systems does not necessarily prevent stolen information from being exposed.

AFSARD Claim Shows Why Victim Listings Matter

A ransomware leak-site listing should not be interpreted as a complete forensic report. Threat actors have a financial incentive to exaggerate successful compromises, inflate stolen-data figures, or pressure victims by publicly naming them.

Nevertheless, the appearance of an organization on a ransomware group’s infrastructure is itself an important threat-intelligence signal. It can trigger defensive investigation, incident-response procedures, credential reviews, network monitoring, and contingency planning.

For defenders, the correct response is neither to dismiss the claim nor immediately accept every allegation as fact. The appropriate approach is to treat the claim as a potential indicator requiring verification.

The Manchester Airports Group Story Is Different

The Manchester Airports Group incident is considerably more established because MAG itself confirmed that an unauthorized third party obtained customer information.

MAG operates Manchester Airport, London Stansted Airport, and East Midlands Airport. The company disclosed on August 27 that customer information connected to car-park, lounge, Fast Track bookings, and in-airport Wi-Fi registrations had been accessed.

Manchester Airport

+1

MAG said the affected information included email addresses, telephone numbers, vehicle registration numbers, and postcodes. It also stated that neither MAG nor the affected system held customers’ bank or payment information.

Manchester Airport

8.7 Million Customers Were Reportedly Affected

The scale of the MAG incident is what makes it particularly concerning.

Multiple reports have put the number of potentially affected customers at approximately 8.7 million. The majority of the exposed information reportedly consists of email addresses associated with Wi-Fi registrations, while other records involve bookings and related customer information.

RTE

+1

MAG has emphasized that the incident did not compromise passenger safety, aviation security, or airport operations. The company also said upcoming bookings remain valid.

Manchester Airport

That distinction is important. A major airport-related cyberattack does not necessarily mean aircraft systems, air-traffic systems, security checkpoints, or operational technology were compromised.

The 86 GB FulcrumSec Claim Raises New Questions

The latest FulcrumSec allegation adds another layer to the MAG incident.

According to the claim cited in the original report, FulcrumSec says it stole approximately 86 GB of data from Manchester Airports Group and that the information included customer, booking, and upcoming travel records.

This figure should currently be treated as a threat-actor claim, rather than an established measurement of the confirmed breach.

However, the allegation deserves attention because independent security reporting has also highlighted the possibility that the information obtained could be broader than the initial public description.

Security Affairs reported that FulcrumSec claimed it obtained 86 GB of MAG data and alleged that exposed API credentials in client-side JavaScript played a role in the compromise.

Security Affairs

The alleged access mechanism has not been established as a complete forensic explanation, and it should not be presented as confirmed simply because a threat actor says it happened.

Why the Difference Between 86 GB and “A Quantity of Data” Matters

MAG’s official statement deliberately described the compromised information as a “quantity” of customer data rather than publishing a precise volume.

That means the alleged 86 GB figure could potentially represent a larger dataset than the organization initially described—or it could be exaggerated.

This is exactly why breach investigations cannot rely solely on threat-actor screenshots, sample files, or claimed archive sizes.

An archive containing duplicated records, logs, compressed files, database indexes, application files, or irrelevant material could have a very different security significance from 86 GB of unique customer records.

Customer Data Can Become a Weapon Even Without Payment Information

One of the most important lessons from the MAG incident is that attackers do not need credit-card databases to create significant harm.

An email address combined with a booking reference, travel information, vehicle registration, postcode, or telephone number can become extremely valuable for social engineering.

Attackers can construct convincing messages around real journeys.

A victim who receives a message mentioning an actual airport, booking period, parking reservation, or travel destination may be much more likely to trust it.

That creates a secondary threat long after the original intrusion has been contained.

Phishing May Become the Next Phase of the Attack

MAG has already advised customers to remain vigilant for suspicious emails, texts, and phone calls. The company also warns that it will not unexpectedly request payment-card information, banking credentials, or passwords.

Manchester Airport

That warning is particularly relevant if attackers possess enough information to personalize messages.

A generic phishing email might say:

Your airport booking has been cancelled.

A more sophisticated criminal campaign could reference an actual airport, approximate travel date, parking reservation, or customer identifier.

The more authentic the context appears, the more difficult it becomes for ordinary users to distinguish fraud from legitimate communication.

Airport Cybersecurity Is About More Than Aviation Systems

The MAG incident demonstrates a broader cybersecurity problem affecting critical infrastructure.

Modern airports are enormous digital ecosystems.

They depend on booking platforms, parking systems, Wi-Fi networks, customer-management platforms, payment providers, websites, mobile applications, third-party vendors, identity systems, cloud services, APIs, and internal corporate networks.

Not every one of these systems controls aircraft or airport operations.

Yet compromising a seemingly secondary customer-facing system can still expose millions of people.

The Customer-Data Layer Is an Attractive Target

Attackers often look for the path offering the highest return with the lowest operational resistance.

A system containing millions of customer records can be extremely attractive even if it has no connection to aviation control systems.

From the

The victim still faces notification obligations, regulatory scrutiny, reputational damage, customer support costs, forensic expenses, and potential extortion pressure.

Why These Two Incidents Belong in the Same Conversation

AFSARD and MAG represent different forms of cyber extortion, but the underlying strategy is similar.

Attackers are searching for leverage.

Qilin’s model can combine encryption with the threat of data publication.

FulcrumSec’s reported MAG claim focuses heavily on alleged data theft.

Both approaches exploit the same fundamental weakness: organizations depend on the availability and confidentiality of digital information.

Deep Analysis: How Organizations Should Respond

Command 1 — Identify Suspicious Authentication Activity

Security teams investigating a suspected compromise should begin by examining authentication events and unusual account behavior.

For Linux environments, a basic defensive review can start with:

grep -Ei "failed|invalid|accepted" /var/log/auth.log | tail -n 200

This is not an intrusion-detection system by itself, but it can help investigators identify obvious authentication anomalies during an initial review.

Command 2 — Review Recently Modified Files

On Linux systems, defenders can identify files modified recently with:

find /var -type f -mtime -3 -printf '%TY-%Tm-%Td %TH:%TM %p
' 2>/dev/null | head -n 200

Unexpected changes to large numbers of files can warrant further investigation, particularly when they coincide with unusual authentication events or endpoint alerts.

Command 3 — Review Windows Security Events

On Windows systems, defenders can examine recent security events with PowerShell:

Get-WinEvent -FilterHashtable @{LogName='Security'; StartTime=(Get-Date).AddDays(-3)} |
Select-Object TimeCreated, Id, ProviderName, Message |

Select-Object -First 200

Security teams should correlate these events with EDR alerts, identity-provider logs, VPN activity, cloud authentication records, and administrator actions.

Command 4 — Search for Suspicious Processes

Linux administrators can quickly review active processes with:

ps aux --sort=-%cpu | head -n 30

This is useful as a triage step, not proof of malicious activity.

Unexpected processes should be investigated against known software inventories and deployment records.

Command 5 — Examine Network Connections

A basic Linux network review can be performed with:

ss -tulpn

Investigators should look for unexpected listening services, unfamiliar processes bound to network ports, and connections that do not fit the system’s normal role.

Command 6 — Check for Unusual Scheduled Tasks

Attackers frequently attempt to establish persistence.

On Linux, defenders can review scheduled tasks with:

crontab -l
sudo ls -la /etc/cron.d /etc/cron.daily /etc/cron.hourly

On Windows, defenders can review scheduled tasks with:

Get-ScheduledTask | Where-Object {$_.State -ne "Disabled"} |
Select-Object TaskName, TaskPath, State

Any unexpected persistence mechanism should be investigated before being removed, because deleting evidence prematurely can interfere with forensic analysis.

Command 7 — Preserve Evidence Before Cleaning Systems

One of the most common incident-response mistakes is immediately wiping compromised machines.

The instinct is understandable: administrators want to restore normal operations as quickly as possible.

But evidence can reveal how attackers entered, which credentials were compromised, whether lateral movement occurred, and whether data was exfiltrated.

Containment and evidence preservation therefore need to be coordinated.

Command 8 — Validate Backups Before Declaring Victory

Backups are not automatically a ransomware defense.

Organizations should regularly test whether backups can actually be restored.

A backup that exists but cannot be restored quickly, or that was silently encrypted or deleted during an intrusion, may provide little practical protection.

The strongest recovery strategy combines offline or otherwise isolated backups, tested restoration procedures, documented recovery priorities, and clear ownership.

Command 9 — Investigate Identity Before Infrastructure

Modern ransomware incidents frequently involve compromised credentials.

For that reason, security teams should investigate identity systems alongside endpoints and servers.

Look for:

impossible-travel authentication;
unfamiliar MFA activity;
new administrator accounts;
password resets that were not requested;
suspicious OAuth applications;
unusual VPN access;
unexpected privilege changes;

authentication from previously unseen locations.

A compromised identity can allow an attacker to return even after malware has been removed.

Command 10 — Treat APIs as Critical Security Boundaries

The MAG allegations also highlight an increasingly important issue: APIs.

Organizations frequently concentrate security resources on servers and databases while overlooking the interfaces connecting applications to those systems.

An exposed API credential, poorly protected endpoint, excessive permission, or improperly configured client-side application can potentially become a gateway to sensitive information.

API security therefore needs to be treated as part of the organization’s core identity and data-security architecture.

Command 11 — Minimize the Data That Systems Can Reach

The safest database is often the database an attacker cannot access.

Organizations should enforce least privilege across applications, service accounts, APIs, employees, and administrators.

If a customer-facing application does not need access to an entire database, it should not have access to the entire database.

This principle can dramatically reduce the potential impact of an otherwise successful intrusion.

Command 12 — Assume Exposed Data Will Be Weaponized

When personal information is stolen, organizations should not stop at identifying the compromised database.

They should ask how criminals could use the information.

Could the data support phishing?

Could it enable identity impersonation?

Could it reveal travel patterns?

Could attackers target employees?

Could criminals use booking details to create convincing fraud?

This type of analysis is often more useful than simply reporting the number of compromised records.

What Undercode Say:

AFSARD Represents the Continuing Pressure From Ransomware

The AFSARD claim demonstrates that ransomware remains a global problem even outside the largest technology markets. Smaller organizations can still become attractive targets because attackers may perceive them as having weaker security resources or fewer options for rapid recovery.

Qilin’s Public Victim Listings Are Part of the Extortion Strategy

Publishing a

A Ransomware Claim Should Trigger Investigation, Not Panic

Organizations should avoid two extremes. Ignoring a threat-actor claim can allow an intrusion to continue, while accepting every criminal allegation as fact can lead to inaccurate conclusions.

The correct approach is controlled verification.

The MAG Case Shows Why Data Theft Can Be More Persistent Than Encryption

Encrypted systems can eventually be rebuilt.

Stolen information cannot be recalled once it leaves an organization’s control.

That makes data exfiltration one of the most strategically valuable components of modern extortion campaigns.

86 GB Is a Claim, Not Yet a Conclusion

The reported 86 GB figure associated with FulcrumSec should remain clearly labeled as an allegation until MAG or independent forensic evidence establishes the actual volume.

A responsible cybersecurity report should distinguish between confirmed facts and attacker-provided information.

MAG’s Official Statement Provides the Strongest Baseline

MAG has confirmed unauthorized access to customer information and has publicly described the categories of affected data. That information should form the foundation of any assessment of the incident.

Manchester Airport

Aviation Safety Was Not Reported as Compromised

The available evidence indicates that the MAG incident did not affect passenger safety or aviation security. MAG explicitly stated that airport operations remained unaffected.

Manchester Airport

+1

That Does Not Make the Breach Minor

A cyberattack can be operationally contained while remaining strategically serious.

A database containing millions of customer records can have enormous downstream consequences even if planes continue flying normally.

Personal Data Is Increasingly Becoming the Primary Ransomware Currency

Criminal groups do not necessarily need to destroy infrastructure.

Sometimes possessing enough personal information to threaten publication, enable fraud, or damage reputation provides sufficient leverage.

Airport Customer Systems Deserve Critical-Infrastructure Thinking

The MAG incident illustrates that peripheral systems can still create critical consequences.

Customer platforms may not operate aircraft, but they can hold information about millions of travelers.

Third-Party Risk Remains a Major Concern

Large organizations rarely operate in isolation.

Booking platforms, SaaS providers, cloud systems, payment processors, Wi-Fi platforms, marketing systems, and external APIs all expand the attack surface.

Attackers Look for the Weakest Digital Link

A sophisticated attacker does not necessarily attack the most important system first.

They may target the easiest system that provides access to valuable information.

Client-Side Code Deserves Security Attention

The reported allegation involving exposed credentials in client-side JavaScript is particularly notable because secrets placed in browser-accessible code should generally be treated as potentially discoverable.

Organizations need clear rules governing what credentials can safely exist on the client side.

Least Privilege Could Limit the Damage

Even if an application is compromised, properly scoped permissions can prevent it from reaching unrelated datasets.

This is one of the simplest but most powerful ways to limit breach impact.

Encryption Alone Is Not Enough

Organizations often focus heavily on ransomware encryption because it is highly visible.

But defenders also need to detect data staging and exfiltration.

A successful backup strategy may restore systems while doing nothing to prevent data publication.

Detection Needs to Cover the Entire Attack Chain

Security teams should monitor initial access, credential abuse, privilege escalation, lateral movement, persistence, data staging, and exfiltration.

Stopping an attack at any stage can reduce final damage.

Identity Has Become a Security Perimeter

Traditional network boundaries are increasingly insufficient.

If an attacker obtains a legitimate account with excessive privileges, they may appear to security tools as a legitimate user.

Identity monitoring is therefore essential.

Customer Communications Can Become a Second Battlefield

Following a large breach, attackers may impersonate the affected organization.

This is particularly dangerous when victims are expecting legitimate notifications.

Breach Notifications Need to Be Technically Precise

Organizations should clearly separate confirmed information from ongoing investigation.

Overstating certainty can damage credibility later if forensic findings change.

Threat Actors Benefit From Confusion

Criminal groups can use uncertainty as an extortion mechanism.

The longer victims and customers remain unsure about what happened, the more pressure attackers can create.

Fast Containment Is Still Valuable

MAG said it immediately took steps to contain the incident and restricted access to affected systems.

Manchester Airport

Rapid containment can prevent a manageable breach from becoming a catastrophic one.

But Containment Is Only the Beginning

After containment comes investigation.

Organizations must determine how the attacker entered, what they accessed, what they changed, whether credentials were stolen, and whether data left the environment.

The Ransomware Economy Is Becoming More Professional

Modern criminal groups increasingly operate like businesses.

They use dedicated infrastructure, negotiation processes, leak sites, affiliates, stolen credentials, malware developers, and data-brokering channels.

That Professionalization Increases Risk

Attackers do not need to reinvent their techniques for every victim.

They can reuse successful approaches against organizations with similar technology stacks.

Security Teams Should Learn From Every Victim

An incident involving another organization can provide valuable intelligence.

Defenders should ask whether they operate the same software, expose similar APIs, use similar identity providers, or store similar customer information.

Threat Intelligence Is Most Useful When It Changes Decisions

Simply knowing that Qilin or another group is active is not enough.

The intelligence should lead to concrete defensive actions: patching, credential rotation, segmentation, monitoring, or tabletop exercises.

Ransomware Preparedness Must Be Tested

A written incident-response plan is not equivalent to operational readiness.

Teams should periodically simulate ransomware scenarios and determine whether they can actually isolate systems, restore backups, communicate with customers, and coordinate with authorities.

Backup Testing Should Be Treated as a Security Control

An organization that has never tested restoration cannot confidently claim ransomware resilience.

Recovery time and recovery point objectives should be measured rather than assumed.

Data Minimization Reduces Future Breach Costs

If an organization does not need to retain certain information, removing it can reduce future exposure.

Data retention is also an attack-surface decision.

The MAG Incident Is a Warning for Travel Companies Everywhere

Airlines, airports, hotels, booking companies, parking operators, travel agencies, and tourism platforms all collect valuable personal information.

The same attack patterns can be transferred between industries.

Customers Should Expect More Targeted Phishing

The most immediate practical risk for affected individuals may not be another direct attack on airport systems.

It may be highly convincing phishing built around legitimate travel information.

Security Awareness Must Reflect Modern Reality

Telling people simply “don’t click suspicious links” is no longer enough.

People need to understand that attackers may possess real information about their activities.

Organizations Should Prepare for Secondary Abuse

A breach response should include monitoring for phishing domains, impersonation campaigns, credential attacks, fraudulent customer-support communications, and other downstream abuse.

The Biggest Lesson Is About Leverage

Whether attackers encrypt servers or steal databases, the central objective is leverage.

The stronger an

Cyber Resilience Is Ultimately About Reducing Criminal Power

The goal should not be to create an impossible-to-breach environment.

The realistic objective is to make intrusion harder, detection faster, lateral movement more difficult, data access narrower, and recovery more reliable.

✅ Confirmed: Manchester Airports Group publicly confirmed a cyber incident involving unauthorized access to customer information associated with Wi-Fi registrations, car parks, lounges, and Fast Track bookings across Manchester, Stansted, and East Midlands airports. MAG said affected information included email addresses, phone numbers, vehicle registrations, and postcodes.

Manchester Airport

✅ Confirmed: Multiple reputable reports place the number of potentially affected MAG customers at approximately 8.7 million, while MAG stated that bank and payment details were not held by the affected system and that airport operations and aviation security were not compromised.

RTE

+1

❌ Not independently established: The claim that FulcrumSec stole exactly 86 GB of MAG data, and the allegation that specific exposed API credentials were the route into the environment, should remain attributed to the threat actor until confirmed through MAG’s investigation or independent forensic evidence.

Security Affairs

✅ Supported by threat-intelligence records: AFSARD appeared as a Qilin victim on August 30, 2026, with ransomware-monitoring sources recording the disclosure. However, the precise technical impact and original intrusion timeline remain less certain than the existence of the victim listing itself.

Ransomfeed

+1

❌ Not established: The original claim that AFSARD’s files were definitely encrypted and that its operations were definitely disrupted should not be presented as independently confirmed unless AFSARD or reliable forensic reporting verifies those specific effects.

Prediction

(-1) More Criminal Groups Will Target Customer Databases

The next stage of cyber extortion is likely to involve even more aggressive targeting of databases containing customer identities, bookings, communications, and behavioral information. Such datasets can be monetized or weaponized even when an attacker cannot disrupt critical infrastructure.

(-1) Travel Data Will Become Increasingly Valuable

Travel-related information has unusual intelligence value because it can reveal approximate destinations, schedules, vehicles, contact information, and purchasing behavior. Criminals can potentially turn those details into highly personalized phishing and fraud campaigns.

(+1) Organizations Will Increase API Security Controls

High-profile data breaches increasingly demonstrate that APIs are not merely application-development components. They are security boundaries. Organizations are likely to invest more heavily in API inventories, secret management, authentication, authorization, rate limiting, and continuous monitoring.

(+1) Better Segmentation Will Reduce Ransomware Blast Radius

Organizations that separate customer-facing applications, corporate networks, privileged systems, backups, and critical operational environments will generally be better positioned to contain ransomware.

The MAG incident also demonstrates the value of separating customer information systems from aviation and operational technology. Keeping those environments isolated can prevent a customer-data breach from becoming an operational crisis.

(-1) Threat-Actor Claims Will Become Harder to Evaluate

Ransomware groups increasingly publish screenshots, sample files, claimed archive sizes, and technical narratives to strengthen their extortion campaigns.

This means cybersecurity reporting will need to become more disciplined about distinguishing confirmed incidents from criminal allegations.

(+1) Incident Response Will Shift Toward Data-Centric Defense

Organizations will increasingly measure resilience not only by whether systems can be restored, but also by how much sensitive data attackers can access and exfiltrate before detection.

That is a positive evolution because it recognizes that ransomware is no longer simply an availability problem.

(-1) Phishing Could Become the Most Visible Consequence for Customers

Even after MAG or another organization contains an intrusion, criminals may continue exploiting stolen information through impersonation, phishing, and social engineering.

For affected customers, the cyberattack may therefore continue long after the original technical incident has ended.

(+1) The Best Defense Will Remain Preparation

The organizations most capable of resisting ransomware and data extortion will not necessarily be those that spend the most money.

They will be those that know what data they hold, where it resides, who can access it, which systems are exposed, how identities are protected, how quickly suspicious activity can be detected, and whether backups can actually restore operations.

The AFSARD and Manchester Airports Group developments ultimately point to the same conclusion: cybersecurity is no longer just about preventing attackers from getting in. It is about ensuring that, even when they do, they cannot gain enough leverage to control the outcome.

▶️ Related Video (76% 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.pinterest.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