>Computer security experts have long warned that no computer should be considered secure if an attacker takes physical control of it. I think the lack of physical security is more surprising than the lack of electronic security. A three-inch hole is pretty big, all things considered. I have to imagine that ATMs are designed to resist drilling three inch holes through to the money or the dispenser mechanism. Why isn't…
>Why isn't the computer protected to similar degree? It was cheaper not to.
Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
51–60 of 82 posts
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#52I am currently designing food machines, which have security concerns equal to financial machines in some senses (you don't want people to get poisoned through environmental contaminants, malicious reprogramming, etc.). The article claims there is essentially no authentication between disparate modules, only simple XOR encryption. That seems a clear fail. In my experience, ATM control boards (I was literally at a fact…
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#53Earlier quoted context omitted.
I could see a more effective solution being embedded chassis intrusion meshes. Disrupt the meshes in any way (EG drilling) would result in three actions. 1) Electronic erase MOST programmable memory in the machine. (Brick it) 2) Engage something akin to an EMO (Emergency Machine Off) 3) If an uplink of some sort exists, broadcast repeatedly on it that such an event occurred and the current uptime.
Easier than fitting a mesh would be an internal vibration sensor/microphone tuned to detect drilling/sawing.
The drilling idea I could see someone just walking by with a very loud powertools song... watch the ATM brick in the face of their first amendment freedom of expression.
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#54To be fair, drilling a 3 inch hole in a modern ATM is no easy task. We are talking about high-grade steel, a layer of fiberglass, etc. Hence "portable power drill" is a bit misleading.
Hard to tell what's actually inside them, but these sorts of ATMs don't look very intimidating: http://www.edmontonatm.com/images/rl1600.jpg
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#55How much cash is in a fully stocked ATM? 10k, 25k, 50k, 100K?
In Japan, an ATM inside a bank might hold up to 40 million yen (≅ USD 350k) while an external one might have up to 30 million (≅ USD 270k).
Japan's a fairly safe country but there have been many cases of ATMs getting stolen too. Power shovel seems to be the method of choice.
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#56Earlier quoted context omitted.
I think you may underestimate the capabilities of a portable drill. https://www.youtube.com/watch?v=Xyq7xBUhsAo Hell, depending on the gauge you could probably carve out a 3" hole with a dremel tool and a diamond bit in a reasonable amount of time.
Enthusiast safe tech here. You cannot casually drill a safe. Not talking about your hardware store variety of safe, or a 'fireproof safe'. But a legit safe like you'd find in an ATM has a number of countermeasures to ensure that its not possible to drill the safe in a short amount of time. Mixed into the steel is usually a number of drill-bit-breaking things like hardened ceramic/steel ball bearings, odd shaped chunk…
If not, why bother going through the front door? Isn't that door mostly for show? Aren't the other five sides mostly concrete and rebar? Isn't that easier to go through? Or do big safes really have thick steel on all six sides?
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#57To be fair, drilling a 3 inch hole in a modern ATM is no easy task. We are talking about high-grade steel, a layer of fiberglass, etc. Hence "portable power drill" is a bit misleading.
Hard to tell what's actually inside them, but these sorts of ATMs don't look very intimidating: http://www.edmontonatm.com/images/rl1600.jpg
I wouldn't leave that thing at an outside location with enough money in it to hurt me, unless the robberies were insured or so seldom as to be considered a cost of doing business.
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#58Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#59> They found that the machine’s only encryption was a weak XOR cipher they were able to easily break, and that there was no real authentication between the machine’s modules. This reminds me of many many years ago some guy in a bimmer forum figured out BMW's iDriver music file formats (BR3/BR4/BR5) were simply DRM'd via XOR.[1] I was able to verify it via a simple script. Kudos to the reverse engineering masters! [1]…
Re: Hackers Are Emptying ATMs with a Single Drilled Hole and $15 Worth of Gear
#60Earlier quoted context omitted.
Well, they're provably secure for some (mind-bogingly massive) search space. Security by obscurity tends to refer to measures which can be broken once, and thereafter opened trivially. It sounds like the article is about one of these trivial openings. Everything can be broken; the goal is to move it or arrest them before they can get in, physically or virtually. It just so happens that, virtually, the time required t…
Obtaining most keys doesn't require mind-bogglingly massive searches.
Input rate limiting + known key size should provide a concrete search space.