Researchers βseeβ through walls using ambient Wi-Fi signals and a smartphone
(technologyreview.com)(Replying to PARENT post)
While working on one of the buildings with some missile guidance programs, I found a small room in the center of the building that had twelve inch thick concrete walls and a thick steel door. Determined to do my job, I experimented with placing several access points near this room until I found a combination that would force enough signal to connect through those walls. I had the telecom team pull wires, a month later I threw some WAPs in my backpack and installed them.
A week later I got an email marked urgent demanding that my team turn off these access points immediately. I complied, but asked what exactly the concern was. They mentioned that by bouncing WiFi signals, a van parked in the parking lot could monitor the activity in any room they wanted.
At the time I thought they were crazy, and at times I've told this story to demonstrate how paranoid that company was. Looks like there was some real basis to their concern.
(Replying to PARENT post)
(Replying to PARENT post)
By moving a wifi adapter in a 2d scan pattern, you could presumably create a virtual 2d sensor and then treat anything between you and where you are wanting to image as the diffuser.
(Replying to PARENT post)
(There has been previous research published from MIT on the same topic[1], so this was not ovious)
[1] https://www.technologyreview.com/s/415539/wireless-network-m...
(Replying to PARENT post)
- https://developer.android.com/reference/android/net/wifi/Wif...
and
https://developer.android.com/reference/android/net/wifi/Sca...
which seems to give very fine grained information about WiFi strength of any network in the vicinity.
(Replying to PARENT post)
(Replying to PARENT post)
(Replying to PARENT post)
(Replying to PARENT post)
So high frequency motion detection is already used in a wide range of applications.
But I think 'seeing' should be taken with a grain of salt. Yes you can detect motion behind a wall but creating an image is some steps away.
(Replying to PARENT post)
(Replying to PARENT post)
(Replying to PARENT post)
(Replying to PARENT post)
Any RF signal will work, but some work better than others. Wi-Fi is awesome for this for several reasons.
1. Having a source inside the house instead of outside is better because you lose, say, 15dB when you go through the wall; this is comparable to what a two-way mirror does to visible light. If you have to illuminate the house from outside using RF energy, you have to deal with much stronger reflections from things outside the house.
2. RF wavelengths that are too short will be badly attenuated by things like walls and doors. You can already notice this with 5GHz 802.11a Wi-Fi; if you have a few walls between you and the AP, the 2.4GHz signal usually works better. The problem gets worse at higher frequencies. (You may have noticed that many walls attenuate visible light, which is RF in the 500THz band, rather strongly.)
3. RF wavelengths that are too long provide much poorer spatial resolution. Outside the near field, your imaging resolution is limited by diffraction to about the wavelength. So you can see a person who's illuminated by the 99.5MHz emissions from your favorite heavy metal station only if their diameter is on the order of 3 m or more, and you can see their movements when they move on the order of 3 m or more. By contrast, 2.4 GHz gives you 120-mm resolution, and 5 GHz gives you 60-mm resolution. For typical humans, these are more useful.
(However, my friend Florian has done good work on passively detecting airplanes using radio illuminations from TV stations, which could be super helpful the next time the US comes to bomb your country, even if he does use Lagrange interpolation instead of B-splines like any normal person would; check it out: https://ieeexplore.ieee.org/document/8115293.)
Also! Having walls be super transparent, as they are at these longer wavelengths, is not entirely an advantage. It makes it harder to distinguish between signals from things in one building and signals from things in another.
If you want to listen to Wi-Fi signal strength changes in real timeβββincluding when someone moves aroundβββtry https://canonical.org/~kragen/sw/dev3/wifiscan.py. It depends only on Python (3 or recent 2) and PulseAudio. (MacOS hackers, consider upgrading to Linux. Apple's removal of your Esc key shows that they hate you and want you to die.)
(Replying to PARENT post)
It's not much of a stretch to imagine that intelligence agencies have been heavily invested in this area and are far ahead of public research, given signals intelligence has basically been their bread and butter since forever. Moreover, Stuxnet was so advanced for the time that its existence stunned the world.
Keystrokes can be captured indirectly via audio analysis, electromagnetic emissions from wiring, and now RF imaging techniques looking at finger movements. Wouldn't be surprised if they can create multi-modal composite models to attain higher accuracy, or if RF imaging is able to capture lip/jaw movements these days.
The really sexy part is probably what they're able to do with fixed wing airborne platforms, where you can afford to pack ridiculously high-end sensors and local computing power on board.
It still weirds me out to think that a gimmick from 2008's The Dark Knight is more or less a reality now, or will be soon if it already isn't.