This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mission:log:2014:11:05:hacking-rf-controlled-power-switches-with-hackrf-and-gnuradio [2014-11-05 12:26] – created chrono | mission:log:2014:11:05:hacking-rf-controlled-power-switches-with-hackrf-and-gnuradio [2014-12-09 18:34] (current) – [Identification] chrono | ||
---|---|---|---|
Line 39: | Line 39: | ||
These bands therefore have a much higher probability of carrying our signal candidate than the rest of the available RF spectrum, so let's target the usual ISM suspects first. In Europe 433 and 868 MHz are commonly used for remote controls (even cranes), data/sensor telemetry (weather stations and the like) and much more. | These bands therefore have a much higher probability of carrying our signal candidate than the rest of the available RF spectrum, so let's target the usual ISM suspects first. In Europe 433 and 868 MHz are commonly used for remote controls (even cranes), data/sensor telemetry (weather stations and the like) and much more. | ||
- | Let's pick 433 MHz, fire up osmocom_fft, | + | Let's pick 433 MHz first, fire up osmocom_fft, |
< | < | ||
Line 61: | Line 61: | ||
{{: | {{: | ||
- | <WRAP round info>**Firdes | + | <WRAP round tip>**FIR Filter |
firdes.low_pass(1, | firdes.low_pass(1, | ||
</ | </ | ||
Line 92: | Line 92: | ||
| 111111111111111100000000011101010 | | 111111111111111100000000011101010 | ||
- | The whole process took a little less than an hour, just using GNU Radio and a HackRF (could have been done with an RTL-SDR device as well. The next steps will be covered in Episode II, where we can try to reproduce this pattern with a transmitter we'll build with GNU Radio. This will also serve as a chance to try something I'd like to call **Full Band Replay Attack**. | + | The whole process took a little less than an hour, just using GNU Radio and a HackRF (could have been done with an RTL-SDR device as well. The next steps will be covered in Episode II, where we can try to reproduce this pattern with a transmitter we'll build with GNU Radio. This will also serve as a chance to try something I'd like to call: |
- | Instead of trying to find the specific frequency and modulation and to build a transmitter for it, it should be equally feasible to just capture the whole ISM band and try to send it as it was received (replay). This would be a very crude approach requiring almost no knowledge but could be disastrously fast and effective when applied successfully, | + | **Full Band IQ Replay Attack**. |
- | {{tag> | + | Instead of trying to find specific frequencies and modulations in order to build a narrow target transmitter, |
- | {{keywords> | + | <WRAP round tip> |
+ | **Related Mission-Logs: | ||
+ | |||
+ | * [[mission: | ||
+ | * [[mission: | ||
+ | * [[mission: | ||
+ | </ | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | {{keywords> | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ |