Coder Social home page Coder Social logo

adrianamusic / system-bus-radio Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 109 KB

Transmits AM radio on computers without radio transmitting hardware.

Home Page: https://fulldecent.github.io/system-bus-radio/

License: MIT License

Shell 4.65% C++ 42.15% C 47.44% Makefile 5.75%

system-bus-radio's Introduction

System Bus Radio

This program transmits radio on computers / phones without radio transmitting hardware.

Why?

Some computers are intentionally disconnected from the rest of the world. This includes having their internet, wireless, bluetooth, USB, external file storage and audio capabilities removed. This is called "air gapping". Even in such a situation, this program can transmit radio.

Publicly available documents already discuss exfiltration from secured systems using various electromagnetic radiations. This is documented in the TEMPEST guidelines published by the US National Security Agency and the US Department of Defense. This project simply adds to that discussion.

How to use it

NEW: Try it in your browser, click here: http://fulldecent.github.io/system-bus-radio/

Enter the Using _mm_stream_si128 folder and compile using make. (There are also other flavors you can make and try in different folders!)

make

Run this using a 2015 model MacBook Air. Then use a Sony STR-K670P radio receiver with the included antenna and tune it to 1580 kHz on AM.

You should hear the "Mary Had a Little Lamb" tune playing repeatedly. Other equipment and tuning may work as well. On the equipment above, the author has achieved clear transmission over two meters of open air or one meter through drywall. Different results will be achievable with different equipment.

Are you using an antenna? At the beginning, the author placed the antenna directly on top of the number 4 key and that worked best (on any AM frequency). It was a round antenna. Then once they knew it worked they moved the antenna back. Moving it back reduced the number of frequencies that it worked on, and eventually only that one (1580 kHz) worked. Different hardware will certainly have different frequency response. Here are some results that have been sent in by readers. Please mail [email protected] with your results (including makes and models of all equipment involved) or edit this file directly and create a pull request.

NEW: See our [basic RTL SDR guide] to receive system bus signals using another computer with RTL SDR hardware.

Technical Explanation

This program runs instructions on the computer that cause electromagnetic radiation. The emissions are of a broad frequency range. To be accepted by the radio, those frequencies must:

  • Be emitted by the computer processor and other subsystems
  • Escape the computer shielding
  • Pass through the air or other obstructions
  • Be accepted by the antenna
  • Be selected by the receiver

By trial and error, the above frequency was found to be ideal for that equipment.

The actual emissions are caused by the _mm_stream_si128 instruction that writes through to a memory address. Inspiration for using this instruction was provided in:

Guri, M., Kachlon, A., Hasson, O., Kedma, G., Mirsky, Y. and Elovici, Y., 2015. GSMem: data exfiltration from air-gapped computers over GSM frequencies. In 24th USENIX Security Symposium (USENIX Security 15) (pp. 849-864).

https://www.usenix.org/node/190937

Please note that replacing _mm_stream_si128 with a simple x++; will work too. The author's experience has been that _mm_stream_si128 produces a stronger signal. There may be other ideas that work even better, and it would be nice to improve this method to be more portable (not require SSE extensions).

The program uses square wave modulation, which is depicted below:

|<--------------------TIME-------------------->|
|                                              |
|‾|_|‾|_|‾|_____________|‾|_|‾|_|‾|_____________
|                       |   |   |
|<------SIGNAL--------->|   |   |
                            |   |
                            |<->| CARRIER

Notes on high precision time APIs:

Press coverage

🍷 Project tip jar: https://amazon.com/hz/wishlist/ls/EE78A23EEGQB

system-bus-radio's People

Contributors

fulldecent avatar rocketinventor avatar hmage avatar ezoeryou avatar lberezy avatar dependabot[bot] avatar ernesto-xload avatar tomashubelbauer avatar ialexryan avatar habi avatar 0n3-70uch avatar jcps avatar janka102 avatar hanslovsky avatar quanyang avatar ryanfaerman avatar digitalsilicon avatar kcrt avatar tomppasalmi avatar tsums avatar troygiorshev avatar yuvadm avatar archetipo avatar austinseraphin avatar chris-rochford avatar yife avatar

Watchers

James Cloos avatar  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.