GithubHelp home page GithubHelp logo

astaruf / badarduino Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 51.18 MB

Using Arduino to spread malicious code via BadUSB attack. This project involves the setup and construction of a potentially harmful fake external storage device, designed to execute arbitrary code and compromise target devices. For educational and Red Teaming purpose only.

arduino arduino-leonardo arduino-nano arduino-sketch badusb cyber-security cybersecurity hacking mr-robot red-team

badarduino's Introduction

Table of contents

  1. Intro to BadArduino Project
  2. Requirements
  3. Configuration
  4. Case Setup
  5. Use Case
  6. Mitigations

Intro to BadArduino Project

This project aims to transform an Arduino board into a BadUSB to demonstrate how cyber criminals use this hardware to conduct Social Engineering attacks to compromise victims' devices. The result of this work can be useful as instrumentation for Red Team operations to test a company's security.

Please note that this project is strictly meant for educational purposes. The developers cannot be held accountable for any improper use of the code or the information provided in this repository by third parties.

Requirements

This project requires:

  • an Arduino - any board that mounts the ATmega32u4 chip, which supports the use of the Keyboard library, can be used.
  • a case - it is possible to use the case of a portable external hard drive, such as the one used below, inside which to hide Arduino.
  • a USB-C/A cable - useful for configuring Arduino by uploading skatches
  • Arduino IDE - for writing code and uploading skatches to Arduino

Why Arduino Leonardo?

Arduino Leonardo Nano, for example, is well suited for this project because of the following features:

  • is a Human Interface Device (HID) which supports Keyboard Library
  • is extremely small, can be hidden easily in a SSD or NVMe case (for fake external hard drive)
  • is also available in USB Type-C version, which is more common on next-generation mass storage devices
  • is really inexpensive, can be found for a few euros on online stores

Any board that mounts the ATmega32u4 chip, which supports the use of the Keyboard library, can be used.

Configuration

As is well known, the types of actions that Arduino can perform when connected to a host are innumerable. For demonstration purposes only, we are going to load the example.ino skatch that performs the following actions:

  1. runs PowerShell in Windows (with or without UAC bypass).
  2. captures the SSIDs and passwords of known Wi-Fi networks saved in Windows
  3. exfiltrates the data to a server controlled by the attacker

Case Setup

Arduino Leonardo Nano can be easily hidden into an external hard disk case. For example, SanDisk made a great job in terms of design and the semplicity of teardown makes the game easier:

Once the internal components are removed, it is necessary to house the Arduino inside the case and secure it so that the USB-C port aligns properly with the slot in the case.

The result is great, Arduino fits like a glove in the chosen hard drive shell.

Use Case

Baiting: Social Engineering and BadUSB Attack

Baiting is a Social Engineering cyber attack that exploits people's natural curiosity to lure them into digital traps. In a BadUSB attack, cybercriminals use compromised or fake memory devices, such as USB flash drives, that are left in strategic locations to lure victims. Once a hapless person finds and inserts the infected flash drive into their device, the malicious code contained within is activated, allowing them to gain full control of the device itself and its data.

1: Cast The Bait

Many of you will remember Darlene Alderson, Elliot's younger sister in the famous Mr. Robot series, a malware coder and member of the hacker group fsociety. Although it is only a series, it still gives us a glimpse of how such an attack might be conducted.

The technique is quite simple. The malicious device, suitably disguised by the cybercriminal, is left unattended in a strategic location near or within the target company, where it is likely to be noticed by one or more employees, piquing their interest and prompting them to explore its contents on the private or corporate computer.

Step 2: Hooking The Fish

An unsuspecting user finds the USB flash drive and, believing he has found a lost item, decides to insert it into his computer to try to trace it back to its owner. The USB flash drive contains malicious code that is automatically executed as soon as the device is plugged in.

Generally, attackers tend to use the malicious code as an initial access or dropper of other code doing so silently, bypassing any antivirus, trying to scale privileges or gain persistence within the system. The actions that a BadUSB can perform are innumerable, the only limits are imagination and coding skills.

Mitigations

Never Rely on Appearances

In 2023, it might be surprising that some people still fall for connecting a sketchy USB drive to their computer. However, the truth is, despite fancy tech, people still make mistakes. But there's more to it. The danger gets sneakier with the ability to hide stuff like Arduino, making it seem cooler than a regular USB drive.

Imagine this: you find an outside hard drive cover, maybe a slick SanDisk one, looking all innocent and tempting. In a world where looks and size can trick you, who wouldn't want to take such a cool "tech treasure" home? Here's the catch: there's an Arduino inside that seems harmless. Once at home, the appeal could get too much, and the urge to plug it into your device could be stronger than thinking twice.

I dare anyone not to feel curious about this. It's tough to say no, even when it seems like tech has gotten super smart. The lesson is that, even with smarts and being careful, human curiosity can still beat everything. It's a reminder that the digital world, while getting better fast, can't escape human mistakes and how things look.

bInterfaceClass, IdProduct, IdVendor

https://lukasharris.com/2021/02/05/blocking-usb-rubber-ducky-attacks/ https://github.com/pmsosa/duckhunt

badarduino's People

Contributors

astaruf avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.