Normal view

There are new articles available, click to refresh the page.
Yesterday — 22 July 2026Main stream

Pentesting: A Look at ATM Security

22 July 2026 at 09:05

Welcome back, aspiring cyberwarriors!

Part of our work involves supporting red team engagements. We review completed tests, size up the risk tied to each vulnerability and build out recommendations for shoring up the infrastructure. This time around, we wanted to pull back the curtain on something special. It’s ATM security. 

This article is written to help with security assessments on ATMs, showing possible vulnerabilities you may find. It covers many things, from running malware bought off a forum, to an insider on the bank’s payroll, to a service technician who understands the machine’s internals and has been handed broad access to the equipment. We also look at whether a hacker could get into the bank’s broader network simply because the perimeter wasn’t locked down well enough.

Nothing here is meant as a tutorial. We’re documenting weaknesses hackers could exploit so that defenders know what to fix, not handing anyone a blueprint. We take no responsibility for how this information is used.

With that out of the way, let’s start with where ATMs came from.

The History of ATMs

London got the world’s first working ATM on June 27, 1967. It was primitive by today’s standards, incapable of checking a balance, which is exactly why withdrawals topped out at 10 pounds, and it dispensed cash only against special vouchers rather than reading a card. 

first atm from barclays
Source: Barclays Bank

Nearly six decades later, ATMs look nothing like those early cash dispensers. Now they are multifunctional devices, but the hackers never stopped circling. Part of the appeal is obvious. An ATM sits on a pile of cash and offers quick access to it, and there are simply too many machines scattered across too many places to guard them all closely. A lot of them sit in isolated, low traffic spots that run unattended around the clock, think gas stations. That has shaped decades of security investment, most of it aimed at physical hardening. Today’s units can weigh over half a ton and come loaded with sensors tracking position, internal temperature, and whether a compartment has been pried open.

Here’s the catch, though. The safe holding the cash is genuinely hard to crack, but the compartment housing the control electronics is a different story, and in our assessment, it remains poorly defended. That gap opens the door to logical attacks, ones that skip the crowbar entirely and go after the software instead, and that category has been gaining ground fast.

cisco talos atm malware samples

Cisco Talos has tracked a steady climb in new ATM malware variants since 2009. The raw sample count still looks small next to other malware families, but don’t let that fool you. Europe alone saw logical attacks on ATMs jump 269% in 2020 versus the year prior, and the average payout per incident ballooned nearly a thousandfold across that same window, climbing from roughly a thousand euros to well over a million.

What changed the game was availability. ATM malware used to be a rare, closely guarded tool. Once it started circulating more freely on underground markets, prices fell and so did the skill required to use it. Cutlet Maker, which surfaced in 2017, is a good illustration. It came bundled with a Russian language manual complete with troubleshooting notes for running it against different ATM models.

atm manuals
Screenshot of the troubleshooting guide for Cutlet Maker. The author describes the ATM’s USB port location, along with advice on how to devise a stick for attaching the USB cable and accessing the internal USB port. Source: TrendMicro

Fast forward to 2024, and vendors on those same markets were offering ATM malware through subscription pricing, monthly plans included.

dark web informer

Logical attacks have always had one real weakness. They take skill and patience to pull off. That’s why cheap, well documented malware kits have had such an outsized impact on the trend. Their upside for hackers is just as real. They’re far quieter than smashing a machine open, and they often let the same person come back to a compromised ATM again and again. Manufacturers have started fighting back on the hardware side too, with tamper protected cassettes that flood the cash inside with indelible ink the moment someone tries to force them open, ruining the bills instantly.

Brief Attack Statistics

The numbers tell their own story. ATM related crime climbed 600% between 2019 and 2022, with 165% of that increase packed into 2021 and 2022 alone. Physical break ins, which have always driven the bulk of ATM crime, contributed alongside the rise in logical attacks. Germany had 496 ATM explosions recorded in 2022, a record for the country. Zoom out globally, and incidents of that kind blew past 18,000 in 2023.

Losses have kept pace. Banks worldwide absorbed $2.4 billion in direct losses from ATM fraud by the close of 2023. Europe’s share came to 173 million euros, with 67 million of that tied specifically to skimming. The United States handles just 25.29% of global transaction volume yet accounts for 42.32% of global losses. Skimming remains a big part of why, showing up in 45% of all ATM fraud cases in 2023 and costing North America over $900 million, with more than 315,000 cards compromised across at least 3,000 financial institutions.

None of this is happening in a vacuum. The market for ATM protection has grown right alongside the threat. Still, priorities inside most banks remain lopsided. Physical security tends to get the lion’s share of attention, while the operating system, drivers, and control software logic running underneath often get treated as an afterthought. That imbalance carries real consequences. A 2022 RTM Group study found that hackers could breach an ATM’s housing without setting off an alarm in one out of every two attempts, giving them free rein to tamper with the equipment inside.

How an ATM Is Built

Making sense of how these attacks work starts with understanding what happens inside the machine during an ordinary transaction. We’ll walk through that process using one representative configuration, illustrated in the diagram below.

how an atm is built

The diagram reflects one specific setup we’re using for illustration, not a universal default, since real world configurations vary by device.

1. User Layer

From where the customer stands, using an ATM is simple. They need to present a card and pick a transaction. That wasn’t always the whole story. Inserting a physical card into a reader used to be the only entry point, and that reliance on the magnetic stripe made skimming and shimming, techniques aimed at stealing card data to produce counterfeit copies, a persistent problem for years.

Contactless cards changed the entry point itself. NFC readers now sit alongside traditional card slots on most machines. 

A PIN code layers on additional protection against someone using a stolen card. Entry happens through an encrypting PIN pad, a combination of physical keypad and cryptographic module that ensures the PIN never travels or gets stored anywhere in plain text. Verification of the resulting encrypted PIN block happens back at the processing center. 

Once identity checks clear, you can withdraw cash, check your balance, transfer funds, and so forth. There’s a full computer running inside the housing, but customers never get anywhere near it directly. Every interaction they have flows through a single banking application running in kiosk mode, locked to full screen.

2. OS Layer

That computer we just mentioned lives inside what’s called the service zone, and this section covers what happens there, setting the cash handling hardware aside for the moment. Physically, the service zone is protected by a thin door and a basic lock. Machines from the same product line frequently share an identical key too, one that’s often available for purchase online with minimal effort.

Beyond the system unit itself, the service zone also houses the ATM’s networking equipment and its wired connections to the card reader, contactless reader, PIN pad, and dispenser, typically running over USB, Ethernet, PCI, or COM interfaces depending on the device.

Windows powers most of these systems, historically through Windows Embedded and increasingly through Windows IoT, a Windows 10 variant built for embedded use.

atm

The kiosk application isn’t the only thing running on that OS. Alongside it sits the ATM’s control software plus a handful of security tools. That can be antivirus protection, Windows AppLocker that keeps unauthorized programs from executing, and a VPN client that maintains a secure tunnel back to the bank’s internal network.

Control software is arguably the most important piece at this layer. Core responsibilities for the control software boil down to managing peripherals and communicating with the processing center, though specific implementations often add more on top of that. Some bundle in software for a monitoring server, letting technicians manage an entire network of self service machines remotely. Others are built in a supervisor mode meant purely for technical staff, offering quick access to diagnostic tools through a hidden menu to simplify physical maintenance visits.

3. Network Layer

Selecting a transaction sets off a verification process handled entirely by the processing center, a server living on the bank’s internal network. That server confirms the card data is legitimate, checks the PIN again before letting the transaction through, rules out any restrictions on the account, and verifies there’s enough balance to cover the request.

Everything exchanged between the ATM and the processing center travels encrypted, usually through a VPN tunnel, protecting against interception or tampering along the way. NDC and DDC are the most common messaging protocols in this exchange, functioning as something of an informal industry standard even before multi-vendor control software became widespread. ISO 8583 and its various offshoots see heavy use as well. 

The processing center isn’t the only thing an ATM talks to. Many machines also maintain a connection to a monitoring server used for remote management, health checks, and pushing updates, and unlike the processing center link, this channel frequently runs without any encryption at all.

4. Firmware Layer

Once the processing center signs off, the control software hands things over to the dispenser for a withdrawal, or the deposit module if cash is going in. These components typically sit inside the most fortified section of the ATM, the safe zone, built from tougher materials and secured with its own dedicated key separate from the service zone. 

inside the atm

The dispenser counts out the required banknotes from the ATM’s cassettes, moves them into position at the dispensing tray, then opens the shutter, the physical flap that blocks access to the cash until it’s ready. Data moving between the control software and the dispenser can be encrypted, and both sides authenticate one another before any exchange begins, a safeguard against device spoofing. All of that encryption and authentication logic lives directly in the dispenser’s own firmware. 

Deposits work differently. Incoming banknotes pass through a validator that checks their authenticity.

ATM Attacks

With the mechanics of an ATM covered, we can turn to the threats themselves. Every attack against these machines falls into one of two broad camps, physical or logical, depending on what the hacker is going after and how they approach it.

Physical attacks go straight after the machine or its components, aiming to extract cash or knock the device out of normal operation without touching a line of code. These predate targeted malware by decades and don’t require much specialized skill. Some don’t even target the machine itself, focusing instead on the people standing in front of it.

physical attacks on atms

Logical attacks operate on a different level entirely. They demand genuine technical skill and preparation, built around exploiting weaknesses in the ATM’s software and network layers. They draw less public attention than physical attacks despite posing a bigger threat to banks, largely because they’re quieter and let a hacker return to the same compromised machine to cash in more than once.

System attacks go after functionality or logic running at the ATM’s OS layer, typically aiming to extract cash or sidestep security controls outright. Black box attacks deserve special attention, where a hacker skips gaining OS access altogether and instead wires their own device directly into the dispenser to control it externally. The same technique can target other peripherals, like the banknote validator.

system attacks on atms

Network attacks aim at the ATM’s networking components instead, with hackers looking to intercept, forge, or otherwise abuse data in transit, or to seize remote control of the machine. With weak enough safeguards in place, a hacker can forge the responses coming back to the ATM and push through a cash withdrawal even after the processing center rejected it.

network attacks on atms

Not every attack in this framework ends with cash in hand. A hacker might, say, work to gain remote network access first, then pivot into an OS layer attack from there. 

We have seen cases where compromising a single ATM meant compromising the entire bank because there was no network segmentation in place. Conversely, gaining access to the bank’s internal network could provide a path to ATMs and other critical systems connected to it. Credential reuse and a lack of understanding of Active Directory security can lead to devastating consequences in environments like these.

Summary

ATMs have evolved from simple cash dispensers into complex and networked systems. Their security has evolved unevenly alongside them. Physical hardening has made the cash safe itself genuinely difficult to crack, but the service zone housing the control electronics remains comparatively exposed, and that gap has fueled a steady rise in logical attacks. These attacks demand more skill than a physical break-in, but they’re increasingly accessible because of well-documented malware kits.

Cybersecurity is a vast field, and we offer courses covering a wide range of topics, including Active Directory Hacking, Wi-Fi Hacking, Web Application Hacking, SCADA Security, and much more. Our course library is constantly growing as we continue to add new training, all of which is available through our Member Gold plan. If you want unlimited access to our entire training library, including our most advanced courses, consider upgrading to Subscriber Pro.

The post Pentesting: A Look at ATM Security first appeared on Hackers Arise.

Before yesterdayMain stream

SecurityWeek Launches Critical Impact Awards to Recognize Excellence in Industrial Cybersecurity

21 July 2026 at 08:30

Independently judged and sponsor-neutral, the new awards program honors the people, organizations, and technologies delivering proven impact in industrial cybersecurity; winners to be announced live at the 2026 ICS Cybersecurity Conference in Nashville

The post SecurityWeek Launches Critical Impact Awards to Recognize Excellence in Industrial Cybersecurity appeared first on SecurityWeek.

UK data center startup Nscale bets big on Bellevue for U.S. engineering hub amid AI boom

By: John Cook
20 July 2026 at 12:37
Nscale’s Nidhi Chappell. Photo via Nscale.

Fresh off a $2 billion fundraising and $900 million line of credit, London-based data center startup Nscale is planning a big expansion at a new engineering office in Bellevue, Wash.

Nscale, one of the fastest-growing companies building AI computing infrastructure, recently inked a deal for nearly 24,000 square feet of space at The Eight office tower in downtown Bellevue.

The office is slated to open in January 2027. It will serve as Nscale’s primary engineering hub in the United States, a company spokesperson said. The company currently employs about 50 people in the Seattle area, and the new office will be able to accommodate up to 250 people.

The company earlier this year hired Nidhi Chappell, the former Microsoft corporate vice president who led Azure AI and high-performance computing infrastructure, including the supercomputers that power ChatGPT. As Nscale’s new president of AI infrastructure, based in the Seattle area, Chappell will oversee the company’s global engineering and data center operations.

“I’ve had a front-row seat to some of the biggest moments in AI over the past several years, but one thing has always stood out: the world remembers the breakthroughs, but it’s the people building the infrastructure behind the scenes who make them possible,” Chappell wrote in a LinkedIn post last week announcing the company’s first “onboarding” event in Seattle.

Nscale, which is also preparing to open an office in New York, said it selected Bellevue because of the Seattle region’s concentration of AI infrastructure talent and its proximity to major customers.

Microsoft is one example. Earlier this year, the companies announced an expanded collaboration to deploy Microsoft’s next-generation AI infrastructure across Europe, including large-scale installations of NVIDIA Vera Rubin GPUs in Norway, Portugal and other locations. Nscale said it would be among the first providers outside of Microsoft to deploy the Vera Rubin platform, supporting Microsoft’s growing AI cloud infrastructure.

The new office is the latest sign of Bellevue’s growing role in the AI economy. The Eastside has become a magnet for companies building AI applications and infrastructure, with xAI, OpenAI, Databricks, CoreWeave, Armada, Anduril and others establishing and expanding offices.

AI companies have been giving a boost to the regional office market overall. Claude maker Anthropic, for example, recently announced an expansion of its offices in Dexter Yard in Seattle.

Nscale was founded in 2024. Its $2 billion funding round earlier this year valued the company at $14.6 billion, believed to be the largest Series C financing ever raised by a European technology company. The capital is being used to expand Nscale’s AI cloud platform, GPU infrastructure and data center footprint across North America and Europe.

Its backers include Astra Capital Management, Citadel, Dell, Jane Street, Lenovo, Linden Advisors, Nokia, NVIDIA and Point72.

News of the Nscale office in Bellevue was first reported by the Puget Sound Business Journal.

Edge Devices Are Your Cyber Underbelly. Here’s Why.

20 July 2026 at 07:00

In this episode of the podcast, host Paul Roberts interviews Nishawn Smagh of the firm GreyNoise Intelligence about the findings of their State of the Edge report, an analysis of GreyNoise data on risks stemming from compromised edge devices such as broadband routers, VPN gateways, smart home devices and more. Shawn and Paul talk about how attackers are turning edge devices into their favorite entry point, and strategies for organizations to counter the growing risk of compromised edge devices.

The post Edge Devices Are Your Cyber Underbelly. Here’s Why. appeared first on The Security Ledger with Paul F. Roberts.

💾

Chainlink Tests Support As CCIP Moves From Hype To Usage

17 July 2026 at 21:50

Chainlink is testing support as traders look beyond the CCIP narrative and ask a more practical question: how much of the cross-chain story is turning into real usage?

That is the right question for LINK. Chainlink has one of the strongest infrastructure brands in crypto, and its role in oracles, data feeds, proof-of-reserve, automation, and cross-chain messaging gives it a clearer utility profile than many altcoins. But the market is not only buying the idea of infrastructure anymore. It wants measurable adoption.

CCIP is central to that debate.

If Chainlink’s cross-chain messaging protocol becomes a standard for institutions, DeFi protocols, tokenized assets, and multi-chain applications, the long-term case strengthens. If the story remains mostly announcements and integrations without visible usage, traders may become more cautious.

TL;DR

  • Chainlink is testing support as traders watch LINK’s next move.
  • CCIP remains the centre of the long-term adoption story.
  • The market wants to see whether cross-chain integrations are becoming recurring usage, not just headlines.

Chainlink’s Infrastructure Role Remains Strong

Chainlink has spent years building itself into one of crypto’s core infrastructure projects.

Its oracle networks help bring external data into blockchains. Its services support DeFi, market data, proof-of-reserve, automation, and cross-chain communication. That gives Chainlink a role that is broader than any single token cycle.

The challenge is that infrastructure value can be difficult to price.

A project can be widely used and still have a token that moves with the broader altcoin market. Traders may respect the technology while waiting for clearer evidence that adoption translates into LINK demand. That tension has followed Chainlink for years.

The current support test brings it back into focus.

If LINK holds while CCIP activity grows, the market may begin treating the pullback as an opportunity. If LINK loses support despite continued integrations, traders may question whether the token is capturing enough of the protocol’s importance.

CCIP Needs To Prove Itself In Production

Cross-chain messaging is one of the most important infrastructure problems in crypto.

The market is spread across many blockchains. Liquidity is fragmented. Applications want users from different ecosystems. Institutions exploring tokenization need secure ways to move assets and data across networks. Bridges have historically been risky, and that risk has made cross-chain infrastructure a serious area of focus.

CCIP is Chainlink’s answer to that problem.

The narrative is strong because the need is obvious. But crypto infrastructure stories become more valuable when they move from pilots and integrations into sustained production usage.

That means traders will watch transaction volume, value transferred, institutional adoption, supported networks, and whether developers choose CCIP for applications that actually matter. Announcements help, but usage is the stronger signal.

CCIP activity in the first half of July keeps Chainlink’s adoption story in focus. That is where the market’s attention should stay.

LINK Still Trades Inside The Altcoin Cycle

Even with a strong infrastructure role, LINK is not immune to broader market pressure.

When Bitcoin weakens and altcoin liquidity becomes selective, infrastructure tokens can still fall. That does not necessarily mean the thesis is broken. It means the market is reducing risk and demanding more proof before paying higher prices.

For Chainlink, the support test is therefore a blend of technical and fundamental questions.

The technical question is whether buyers defend the current range. The fundamental question is whether CCIP and other Chainlink services continue showing growth that justifies long-term confidence.

If both answers are positive, LINK could regain attention as one of the cleaner infrastructure plays in crypto. If support fails and usage data remains unclear, traders may stay cautious.

The good news for Chainlink is that it has a real role in the market. The harder part is turning that role into a token story that consistently attracts capital.

That is why this moment matters. CCIP is no longer just a future-facing idea. The market is starting to ask what it is doing now.

For LINK, that shift from hype to usage is the real test.

This article is based on information from Chainlink.

This article was written by the News Desk and edited by Samuel Rae.

Chainlink Holds Support As CCIP Adoption Becomes A Longer-Term Test

17 July 2026 at 14:20

Chainlink is holding near a key support area while the market continues to judge whether its cross-chain infrastructure story can turn into durable demand for LINK.

The token has been trading around levels that matter to short-term traders, but the larger Chainlink conversation is not only about price. It is about whether CCIP, data feeds, and institutional integrations can keep moving from announcements into real usage.

That distinction matters. Chainlink has one of the clearest infrastructure narratives in crypto, especially around oracles, tokenization, and cross-chain communication. But infrastructure narratives take time to prove themselves. The market wants adoption, volume, and recurring demand — not just another list of integrations.

For LINK holders, the current support test is therefore about more than the chart.

TL;DR

  • Chainlink is holding near a key support zone as traders watch LINK’s next move.
  • CCIP adoption remains central to the longer-term Chainlink story.
  • The market wants evidence that integrations are translating into sustained usage and demand.

Chainlink’s Story Is Bigger Than One Price Level

Chainlink is not a typical altcoin story.

The project sits underneath a large part of the crypto infrastructure stack through oracle services, data feeds, automation, proof-of-reserve tools, and cross-chain messaging. That makes it important even when LINK price action is quiet.

The problem for traders is that infrastructure value does not always translate cleanly into token momentum. A new integration can be useful. A major institution can test Chainlink tools. CCIP can expand across ecosystems. But the market still has to decide how much of that activity should be reflected in LINK’s price.

That is why support levels matter in the short term, but they do not tell the whole story.

If LINK holds support while adoption keeps growing, bulls can argue that the market is gradually pricing in Chainlink’s role as cross-chain infrastructure. If support fails despite continued announcements, traders may question whether the token is capturing enough of the network’s relevance.

The current setup sits between those two readings.

CCIP Is The Part Traders Keep Coming Back To

Chainlink’s Cross-Chain Interoperability Protocol has become one of the most important parts of its market narrative.

CCIP is designed to help move data and value across blockchains in a more secure and standardised way. That matters because crypto remains fragmented. Liquidity, assets, applications, and users are spread across many networks, and institutions are unlikely to tolerate messy bridging risk at scale.

If CCIP becomes a widely used standard, Chainlink’s position in the market strengthens.

CCIP activity and integrations are the key areas to watch in the current Chainlink setup. That is the right area to watch. The market does not need another vague infrastructure claim. It needs evidence that real projects, institutions, or networks are using Chainlink tools in ways that create recurring demand.

That evidence can come through transaction volume, value transferred, integrations moving into production, and institutional use cases that go beyond pilot programmes.

Until then, CCIP remains a strong narrative with a live adoption test.

LINK Needs Usage To Beat The Altcoin Cycle

Like other major altcoins, LINK still trades inside the broader crypto liquidity cycle.

When risk appetite is strong, infrastructure tokens can rally as investors look for high-quality altcoin exposure. When the market weakens, even strong projects can fall if capital rotates back to Bitcoin, stablecoins, or cash.

That is why Chainlink’s support area matters now. It shows whether buyers are willing to defend LINK during a less forgiving market.

The stronger case for LINK is that Chainlink has a clearer utility story than many altcoins. Its tools are used across DeFi, data, and cross-chain environments. It is also one of the few crypto projects that regularly appears in conversations about institutional infrastructure.

The weaker case is that token demand remains hard to model. Traders may believe Chainlink is important while still questioning whether LINK captures enough of that importance during quieter market periods.

That tension is not new, but it is becoming more important as the market matures.

If CCIP usage continues expanding and LINK holds support, the token could regain attention as an infrastructure play rather than a short-term altcoin trade. If usage data remains unclear and support breaks, traders may wait for a better entry or stronger confirmation.

For now, Chainlink’s story remains intact, but the market wants more proof. The next phase depends on whether adoption becomes visible enough to support the price narrative.

This article is based on information from Chainlink.

This article was written by the News Desk and edited by Samuel Rae.

White Rails are the Infrastructure Hack We Didn’t Know We Needed

16 July 2026 at 22:00
A rail sprayer somewhere on Union Pacific tracks

Railroads might be a nineteenth century technology, but they’re still the backbone of cargo transportation in the 21st century. They’ve also far from run out of innovation, including this one which really just sounds like a hack: painting the rails white to beat the heat.

In the old days, when rails were short and riveted together, this might have been unecesssary; all those joints allowed for a lot of flex. But when you have kilometers of continously welded rail, the thermal expansion starts to matter. A lot. Even if the rails haven’t bent and buckled from excess heat, their capacity goes down. Trains must therefore slow way, way down in hot weather, reducing the overall amount of freight the system can handle.

So, how do you cool the million miles of metal that holds a country together? Paint. Simple white paint sprayed on the side of the rails can bring down temperatures 11 °C (20 °F), according to the Union Pacific Railroad, the first to try this in North America. It might not surprise you that this technique is also being rolled out on the other side of the pond during this summer’s European heat waves. Indeed, it was invented there; the Italians have been doing it for many years now.

If you think reducing solar heat with white paint is good, you can do better than that with special formulations that end up cooler than ambient. It passive cooling also comes in fibre form.

Samsung’s Floating Data Center Concept Finds a Fit in New Zealand

16 July 2026 at 14:46

New Zealand's AI infrastructure ambitions are running into growing local opposition over land, power, and water use, giving Samsung's planned floating data centers bigger relevance.

The post Samsung’s Floating Data Center Concept Finds a Fit in New Zealand appeared first on TechRepublic.

Samsung’s Floating Data Center Concept Finds a Fit in New Zealand

16 July 2026 at 14:46

New Zealand's AI infrastructure ambitions are running into growing local opposition over land, power, and water use, giving Samsung's planned floating data centers bigger relevance.

The post Samsung’s Floating Data Center Concept Finds a Fit in New Zealand appeared first on TechRepublic.

Cyber agencies warn critical industries about Russia-linked hackers

The hackers have spent years quietly extracting configuration data from poorly configured routers across critical infrastructure.

© Getty Images/iStockphoto/marchmeena29

Businessman working on laptop. Protection network security computer and safe your data concept. Digital crime by an anonymous hacker
❌
❌