This Week In Security: Geopolitical Hacktivism, Antivirus Mining, And Linux Malware

The CIA Hacktivists have launched a sort of ransomware campaign against the Belarusian rail system, but instead of cryptocurrency, they want the release of political prisoners and removal of Russian soldiers. This could be called an example of cyber-terrorism, though there is a reasonable theory that this is a state-sponsored hack, masquerading as hacktivism. What does seem certain is that something has interrupted rail transit, and a group on Twitter has produced convincing proof of a breach.

Your Antivirus Now Includes a CryptoMiner

Don’t look now, but your latest update of Norton 360 or Avira may have installed a cryptocurrency mining module. The silver lining is that some sanity has been retained, and you have to opt-in to the crypto scheme before your machine starts spending its spare cycles on mining. For users who do, they’re put into a mining pool, making for small payouts for most hardware. Norton, naturally, takes a 15% fee off the top for their trouble.

The State of Linux Malware

There used to be an adage that Linux machines don’t get malware. That’s never really been quite true, but the continued conquest of the server landscape has had the side effect of making Linux malware an even greater danger. Crowdstrike has seen a 35% increase in Linux malware in 2021, with three distinct categories leading the charge: XorDDoS, Mozi, and Mirai. Continue reading “This Week In Security: Geopolitical Hacktivism, Antivirus Mining, And Linux Malware”

Evaluating Raspberry Pi As A Programmable Logic Controller

It should be no surprise to many that one can use a Raspbery Pi SBC as an industrial controller, but is it any good at that? That was the question which [Dough Reneker] and [William Shaffer] built a test rig to see how a Raspberry Pi performs in head to head tests. They compared a Python-based control loop on a Raspberry Pi 3B against an C0-12DD1E-2-D AutomationDirect CLICK Programmable Logic Controller (PLC) using a simple water heating example.

A major snag with using the Raspberry Pi as a PLC is the lack of industrial I/O capacity. This requires additional hardware, in this case adding a four-channel ADC board as well as a custom board to condition the signals. The Raspberry Pi looks for 0-3 V inputs where industrial control applications are usually in the -10 to 10 V range and often use a 4-20 mA current loop.

Using a PLC leverages so-called ladder logic, where each action depends on conditions. With each update scan, the PLC ensures that all input conditions are translated into the appropriate output conditions in real-time. It’s only job is to monitor the process at hand and it does this very well.

Here the flexibility and generic nature of the Raspberry Pi running Linux was a disadvantage. Unlike the PLC, the lack of a hard real-time OS means you can’t guarantee the Pi will be as responsive to changing inputs.

The behavior of the two systems showed that while both did the task they were programmed for, the Raspberry Pi was decidedly more erratic. Although one could program around a lot of these issues (presumably using Linux in stripped-down, soft real-time configuration with interrupt-driven native code), the effort needed to make a Raspberry Pi system suitable for an industrial environment shows why single-board computers haven’t seen adoption as replacements for PLCs.

Continue reading “Evaluating Raspberry Pi As A Programmable Logic Controller”

The 3D Printers, Scanners, And Art Robots Of Maker Faire Rome

How is it possible that a robot can sketch both better and worse than I can at the same time, and yet turn out an incredible work of art? Has 3D-scanning really come so far that a simple camera and motorized jig can have insane resolution? These are the kinds of questions that were running through my mind, and being answered by the creators of these brilliant machines, at Maker Faire Rome.

There was a high concentration of robots creating art and 3D printing on display and the Faire, so I saved the best examples just for this article. But you’ll also find hacks from a few groups of clever students, and hardware that made me realize industrial controllers can be anything but boring. Let’s take a look!

Continue reading “The 3D Printers, Scanners, And Art Robots Of Maker Faire Rome”

We’re Making It Rain Achievements This Year

We just dished out the first round of achievements to a bunch of hardware projects and there’s a lot more to come.

You may have missed it in all the fanfare last week, so today we take a closer look. Achievements are the newest edition to the Hackaday Prize and we’re really excited about them! With so much creativity in the projects we see entered, these achievements recognize a range of different aspects from serious to lighthearted, and even the downright absurd. There can be only 20 finalists in each challenge of the Prize, but there can be dozens of projects that unlock each achievement.

Today we’re taking a look at three of the achievements: Voltron, Pickle Rick, and the League of Extraordinary Cyborgs. You can also pursue the current list of achievements for an idea of what they’re all about.

Voltron Achievement

The five projects that have unlocked the Voltron Achievement aren’t about defending the universe (but if that’s what you’re doing, cool!). What we’re looking for is many things coming together to be greater than the whole. Two great examples are the Hexabitz project which is an edge-soldered modular PCB system, and a project that envisions swarm robotics for construction, inspection, and maintenance.

Pickle Rick Achievement

Does this need explaining? If your brain skips a cycle and your lips utter a halting “What?!” then you’ve unlocked the Pickle Rick Achievement. These are the out-of-the-ordinary hacks borne of the because-I-can mentality and we love them. The first two projects in this group are a neon 7-segment display (complete with bulky toggle switches and mechanical relays) and a robot snake that transforms into a robot car. What?!

League of Extraordinary Cyborgs Achievement

It’s dangerous to go alone. OK, maybe it’s not, but you can get a lot more done as a close-knit team! We’re looking for team entries, which is how you unlock the League of Extraordinary Cyborgs Achievement.

Unlocks and the Achievements We Forgot

These achievements are easy to unlock. Your project needs to be a Hackaday Prize entry, and meet the achievement criteria. They don’t come with a cash prize (and don’t affect your chances of winning one). Achievements are a tip of the hat to the hackers who are passionate about the hardware they’re building.

We’ll be digging through entries, awarding these as we go, but of course we would love your help. When you see projects perfect for an achievement, leave a comment on that page with your support. You can also send a Hackaday.io message to Stephen Tranovich, Technical Community Leader at Hackaday.io and the person most on the lookout for awarding achievements, requesting an achievement unlock.

The currently displayed list doesn’t include all of the achievements. Some of them are secret (we’ll tell you when we start awarding those). We will be adding more along the way. If an idea for an interesting achievement pops into your mind, let us know in the comments below and we might add it!

DIY Thermal Camera That’s Better And Cheaper Than A FLIR

A few years ago, FLIR unleashed a new line of handheld thermal imagers upon the world. In a manufacturing triumph, the cheapest of these thermal imaging cameras contained the same circuitry as the one that cost six times as much. Much hacking ensued. Once FLIR figured out the people who would be most likely to own a thermal imaging camera can figure out how to upload firmware, the party was over. That doesn’t mean we’re stuck with crippled thermal imaging cameras, though: we can build our own, with better specs than what the big boys are selling.

[Max] has been working on his DIY thermal imager for a while now. We first saw it about a year ago, and the results were impressive. This thermal camera is built around the FLIR Lepton sensor, providing thermal images with a resolution of 60 by 80 pixels. These thermal images were combined with a VGA resolution camera to produce the very cool enhanced imagery the commercial unit will get you. There’s also a 1/4-20 threaded insert on the bottom of [Max]’s version, making it far more useful in any experimental setup.

Now [Max] has unleashed his DIY Thermocam on the world of Open Hardware, and anyone can build their own for about €400 (about $425). The components required for this build include a FLIR Lepton sensor easily sourced from the Digikey or GroupGets, an Arducam Mini, a Teensy 3.6, and a mishmash of components that are probably kicking around your parts drawers.

If you want an overview of this project before digging in, [Max] has a project overview (PDF warning) going over the build. This is one of the better DIY projects we’ve seen recently, and the documentation is fantastic. If you’re thinking about buying one of those fancy thermal imaging cameras, here you go — this one is just as good and half off.

Tearing Into Delta Sigma ADCs Part 2

In part one, I compared the different Analog to Digital Converters (ADC) and the roles and properties of Delta Sigma ADC’s. I covered a lot of the theory behind these devices, so in this installment, I set out to find a design or two that would help me demonstrate the important points like oversampling, noise shaping and the relationship between the signal-to-noise ratio and resolution.

Modulator Implementation

modulatorCheck out part one to see the block diagrams of what what got us to here. The schematics shown below are of a couple of implementations that I played with depicting a single-order and a dual-order Delta Sigma modulators.

schematicBasically I used a clock enabled, high speed comparator, with two polarities in case I got it the logic backwards in my current state of burn out to grey matter ratio. The video includes the actual schematic used.

Since I wasn’t designing for production I accepted the need for three voltages since my bench supply was capable of providing them and this widget is destined for the drawer with the other widgets made for just a few minutes of video time anyway. Continue reading “Tearing Into Delta Sigma ADCs Part 2”

Hackaday Links Column Banner

Hackaday Links: March 29, 2015

Every once in a while, the Hackaday Overlords have a Hardware Developers Didactic Galactic in San Francisco. Last week was #06 featuring [Mike Estee] from Othermill and Hackaday writer [Joshua Vasquez] talking about synthesizing an SPI slave in an FPGA. Video here.

It’s no secret that [Fran] is building a DSKY – the part of the Apollo guidance computer that was on-screen in Apollo 13. It’s time for a project update, and here’s where she stands: if anyone has a source of JAN-spec Teledyne 420 or 422-series magnetic latching relays (they’re in a TO-5 package), contact [Fran]. The backplane connector has been identified; it’s a Teradyne I/O 100 series connector with a 120mil spacing. Contact [Fran] if you know where to get them.

Let’s say you want a carbon fiber quadcopter frame. What’s the most reasonable thing you can do? 3D print a CNC machine, obviously. That’s a 200mm FPV racer cut from 1mm and 3mm carbon fiber sheets, but the real story here is the CNC machine. It’s a PortalCyclone, and even the cable chains are 3D printed.

What does an AMOLED display look like up close? Pretty cool, actually. That’s 20x magnification, and it’s not a Bayer filter. Can anyone fill us in on the reason for that?

Laser cutters are tricky if you want to do grayscale or half tones. [oni305] made an Inkscape extension to generate better GCode for engraving with a laser cutter.

19″ racks have no dimensions that are actually 19″. Also 2x4s aren’t 2 inches by four inches. Somehow, a 2×4 server rack works.