Earlier quoted context omitted.
Assuming you could read signals to/from a key-fob/HID-card, isn't there some encryption involved that would prevent merely repeating the signal to "clone" a key-fob?
You can't clone it as many do challenge response but you can relay it - check out NFCgate for example. This would allow you to say, hold one device to the reader and one against someone's pocket to open a door. Or to share an NFC transit pass between multiple people over the internet.
Intro to SDR and RF Signal Analysis
31–40 of 43 posts
Re: Intro to SDR and RF Signal Analysis
#32If you want to dabble for _cheap_ with SDR, the RTL-SDR [1] is a It allows to listen to FM radio, decode most 433MHz devices (weather stations), car keys signals, and even NOAA weather satellites [2] with a DIY antenna [3]. [1] https://osmocom.org/projects/sdr/wiki/rtl-sdr [2] http://www.rtl-sdr.com/rtl-sdr-tutorial-receiving-noaa-weath... [3] http://tinhatranch.com/how-to-build-a-qfh-quadrifilar-helix-...
EDIT: Added links I found helpful, for the curious:
Re: Intro to SDR and RF Signal Analysis
#33Re: Intro to SDR and RF Signal Analysis
#34Re: Intro to SDR and RF Signal Analysis
#35Earlier quoted context omitted.
You can't clone it as many do challenge response but you can relay it - check out NFCgate for example. This would allow you to say, hold one device to the reader and one against someone's pocket to open a door. Or to share an NFC transit pass between multiple people over the internet.
Search for "distance bound protocol" if you want to read about current crypto research to prevent relaying.
No one has a proven system for doing this in today's smartcards to my knowledge. Though there is some research which promises this may be possible in the future.
Even those proximity car locks do a horrible job of distance bounding - many of them do it off RF level which means an attacker merely needs an amplifier to steal your car - and that offers an almost optimal situation for the application. So I think we'll probably see it there before smart cards. Maybe the timers necessary make this cost prohibitive though. I'm not in a position to say one way or the other.
Re: Intro to SDR and RF Signal Analysis
#36If you want to dabble for _cheap_ with SDR, the RTL-SDR [1] is a It allows to listen to FM radio, decode most 433MHz devices (weather stations), car keys signals, and even NOAA weather satellites [2] with a DIY antenna [3]. [1] https://osmocom.org/projects/sdr/wiki/rtl-sdr [2] http://www.rtl-sdr.com/rtl-sdr-tutorial-receiving-noaa-weath... [3] http://tinhatranch.com/how-to-build-a-qfh-quadrifilar-helix-...
Re: Intro to SDR and RF Signal Analysis
#37Beside HackRF One, I've been looking at LimeSDR. Are there any other comparable options?
Re: Intro to SDR and RF Signal Analysis
#38Earlier quoted context omitted.
There is also meetup groups in San Francisco [1] and Melbourne (Australia) [2]. [1] https://www.meetup.com/en-US/Cyberspectrum/ [2] https://www.meetup.com/en-US/Cyberspectrum-Melbourne/
Thanks for posting links to the videos and the meetup group, would've joined it years ago if I'd known about it. Quick question, anything radar related in the videos?
I can't find the link here right now, but there's some more recent work that's doing that without needing the two clock synced receivers too...
Re: Intro to SDR and RF Signal Analysis
#39Earlier quoted context omitted.
You can also track your neighbors' energy usage by decoding their smart meter transmissions (around here, they transmit about every minute). https://github.com/bemasher/rtlamr I can read about 40 smart meters from inside my home using the antenna that comes with it.
Is there an easy way to confirm which one's yours? Serial number visible from the exterior of the meter e.g.?
Re: Intro to SDR and RF Signal Analysis
#40Earlier quoted context omitted.
Not all RFID cards are created the same. Most RFID cards that are some kind of "smart" (i.e. contactless bank cards, subway tickets) conform to ISO/IEC 14443 standard that mandates the use of ~13.5MHz carrier to communicate between the reader and the card. This is "the NFC" as your phone understands it. Proximity cards used for door access usually have the 125kHz carrier compatible with the EM-Marin EM4100. No cell p…
Assuming you could read signals to/from a key-fob/HID-card, isn't there some encryption involved that would prevent merely repeating the signal to "clone" a key-fob?
Better (and more expensive) RFID tags may have an encrypted communication protocol.