The reason the FCC is only allowing the sale of state approved routers in the US?

    • fleck@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 小时前

      I think the main advantage with the wifi-based approaches is that they are usually used in a relatively static/calm indoor environment with a stable channel response and your motions are disturbing that, compared to a quickly changing outdoor environment (e.g. a city) where it would be much harder to distinguish individuals. Also, you are typically closer to the access points, making the power/SNR higher. Regarding mobile communication though, the trend is towards higher frequencies and smaller cell sizes which also give greater spatial resolution (and higher power) and some funky near-field effects can be used to get beam forming on crack: https://arxiv.org/abs/2407.10147 So perhaps it could work even better, wouldn’t be surprised

  • BeUnique@lemmy.zip
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 小时前

    That’s cool and all but if true, why use an animated photo instead of a real life example?

    • skisnow@lemmy.ca
      link
      fedilink
      English
      arrow-up
      21
      ·
      2 小时前

      I’m not sure what you think an “example” would look like. It’s not taking a photo of you, it’s measuring what’s distinctive about the way you personally mess up radio signals and how it differs from how other people mess them up. Internally it’s just a ton of numbers.

  • TankovayaDiviziya@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    3 小时前

    Pretty sure this is old news? It’s basically sonar, which The Dark Knight predicted in the film.

    Edit: a word

    • monkeyslikebananas2@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      32 分钟前

      My understanding is that this catches disruptions between devices and router. I don’t think this would work. I would say you should instead sell a “bracelet” with “ancient Himalayan Salt” embedded into the silicone to absorb and cancel the tracking. It would probably sell a ton! Obviously wouldn’t work but $!

  • amateurcrastinator@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 小时前

    There is a project I can’t find now which uses an esp32 to create a presence detection system that integrates with home assistant and it uses wifi.

  • Lovable Sidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    31
    ·
    edit-2
    10 小时前

    Very interesting concept. I was curious about how in the hell this could be done. This article explains the general method.

    When an inert object like a person moves around between the router and stationary connected devices like computers and printers, it interferes with the signal. The pattern of interference plus math can be used to plot the movement of the object - and even measure subtle changes like hand gestures. Home security software from companies like Xfinity can already use this tech to send you an alert when something is moving around in your house, without needing additional hardware. Imagine an informercial where a guy holds up a handful of “clumsy motion sensors” with wires sticking out of them, and “confusing instructions”. Not if you just let your router do it!

    As far as being a new and sinister means of surveillance, evil companies could already theoretically tap into anybody’s motion sensors or security cams. The difference with WiFi tracking is that you wouldn’t necessarily know it’s there.

    • fleck@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 小时前

      That’s using CSI though. The article said the researches specifically did not utilize CSI.

      But regarding CSI: I evaluated that as a small part of my Master’s thesis and it worked pretty OK for motion detection but not for classifying other activities, at least not on a SISO link. For more complex stuff you would need both a MIMO access point (router) and device (e.g. phone). Also, you need to constantly transmit messages to get up-to-date CSI, which is not great for power consumption as well as cluttering the communication channel. There are some other constraints, especially regarding noise. E.g. I managed to completely destroy the CSI spectrogram by turning on a microwave oven. There is 802.11bf in development, which is supposed to standardize this, because currently using CSI is pretty much a “hack”, as it is not intended for sensing. Once this is widely adopted, I would start being worried, but not right now.

      This is from my thesis:

  • Track_Shovel@slrpnk.net
    link
    fedilink
    English
    arrow-up
    13
    ·
    8 小时前

    How do they identify a particular person though? I get you could see people as present or not or moving around the room, but it’s insane that they would be able to tell facial features etc.

    • phutatorius@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 小时前

      The wavelength of a 5 Ghz wifi signal (the highest frequency in common use for wifi) is a little under 6 cm. So as a crude measure, it’s not going to resolve spatial features much smaller than that with much reliability.

    • rnkn@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 小时前

      I think as a person moves about the waves would get a clearer picture.

    • BussyCat@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      7 小时前

      A paper from around a decade ago talked about using WiFi to identify key strokes so with large data models we have today I would assume they could get pretty good fidelity on a person. Maybe not enough for “beyond a reasonable doubt” but probably enough where your WiFi company is selling your data on what you do at home

  • TropicalDingdong@lemmy.world
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    1
    ·
    12 小时前

    It would be great if there were some open source tool kits for this. If the technology is going to exist it should be in the hands of the people.

    • grue@lemmy.world
      link
      fedilink
      English
      arrow-up
      21
      ·
      8 小时前

      Yeah, if this shit hast to exist, at least let me use it for presence detection in Home Assistant without having to buy separate sensors or something!

      • village604@adultswim.fan
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 小时前

        It would be amazing to not have to deploy a network of esp32s to do it with Bluetooth.

        Although I’m already putting one in each room.

      • partofthevoice@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 小时前

        Probably just need a protocol to work with the data, however it can be interfaced with. Is it just measuring signal strength via speed over time?

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 小时前

      Opensource tech to do the same thing has been in the hands of the people for a long time. This is just a different way of doing it without motion sensors.

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      10 小时前

      If you’re technical you might like enjoy this article that explains how the tracking works. Basically the router can perform math on the interference created by objects moving around the room. It seems like this would have to be part of the router firmware, which doesn’t sound like a standard feature. But if it is, the fix would be to install modified firmware with that function disabled. The smoking gun will be if somebody gets into DMCA trouble for doing this.

    • Tetsuo@jlai.lu
      link
      fedilink
      English
      arrow-up
      5
      ·
      11 小时前

      Or an open source hardware device that changes your “wifi signature” randomly.

  • TrackinDaKraken@lemmy.world
    link
    fedilink
    English
    arrow-up
    38
    ·
    edit-2
    11 小时前

    From what I’ve read this is built into the required wifi router for Xfinity. I discovered this when I signed up for Xfinity fiber, had the fiber installed and setup and then cancelled it the same day, because of this and not being able to buy and run my own hardware, and needing to install an app on my phone to manage the router, and apparently not being able to choose my DNS. They required that I rent their hardware for an additional $15/mo. Oh well, at least fiber is in the house now, if anyone wants it in the future. I sure won’t be paying them to spy on me.

    Fuck Comcast, still.

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 小时前

        Wrap it in aluminum foil.

        Whilst this sounds a lot like a foil hat joke, that’s literally the easiest way to wrap something in a conductive material cage (i.e. a faraday cage).

        If you don’t want it to look ridiculous, put it inside a box whose inside has been lined with aluminum foil.

        Mind you, personally I too would just cancel that shit, but the option is there to carry on using it whilst blocking its radio emissions.

    • FEIN@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      4 小时前

      app to manage router

      This shit was a pain in the ass and now learning about this makes me feel even more pissed off as a customer

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 小时前

      That’s because Xfinity offers motion sensing as a feature, which requires this tech in the router. Presumably it’s configurable and costs extra to turn on.

      • TrackinDaKraken@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        8 小时前

        This was fiber, if that makes a difference. I asked the install guy, he called his boss, because no one had asked him that before. He told me “no, it’s not allowed”. Also, I tried plugging the patch cable directly into my own wifi router and nothing.

        • Null User Object@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 小时前

          Also, I tried plugging the patch cable directly into my own wifi router and nothing.

          The router would need to be explicitly configured to connect to your account on the network, which would require certain information provided by the ISP, which it sounds like they weren’t going to provide.

  • RegularJoe@lemmy.world
    link
    fedilink
    English
    arrow-up
    93
    ·
    13 小时前

    “This technology turns every router into a potential means for surveillance,” warns Julian Todt from KASTEL. “If you regularly pass by a café that operates a WiFi network, you could be identified there without noticing it and be recognized later – for example by public authorities or companies.”

    Later…

    Inexpensive or older routers either don’t store history at all or keep it for a short time.

    Newer models can store more information for more extended periods.

    https://www.thetechwire.com/how-long-does-a-router-store-history/

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      4 小时前

      That’s connection history. CSI motion detection software storing information it collects would be entirely independent of that. How much it saves and for how long would depend on the size of the router’s memory.

    • morto@piefed.social
      link
      fedilink
      English
      arrow-up
      48
      ·
      9 小时前

      We used to recommend people to run the newest stuff possible, but we came to a point that maybe it’s better for us to keep with older tech for a good while

      • mecen@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 小时前

        Or go to more civilized countries for vacation to get not backdoored hardware.

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      23
      ·
      edit-2
      10 小时前

      From what I’ve just read, the tech doesn’t seem ready to identify people yet. It can supposedly detect hand gestures, but facial recognition I seriously doubt. But that’s probably just a matter of improving the tech. See this article for more info.

      • Null User Object@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 小时前

        From OPs linked article…

        In tests involving 197 participants, the researchers said the system identified individuals with nearly 100% accuracy. The recognition remained effective regardless of viewing angle or how the participants walked.

      • obviouspornalt@fedinsfw.app
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        8 小时前

        that’s a trivial problem to solve. combine this with a camera for facial recognition in a public space. then you’ve got wifi signature combined with the photo/video for facial recognition. then presumably you can use the WiFi signature anywhere else, even without the camera and be able to identify people.

  • CosmoNova@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 小时前

    It‘s like the phone sonar tech from the Dark Knight everyone said was total BS but totally real…

    • Melobol@lemmy.ml
      link
      fedilink
      English
      arrow-up
      20
      ·
      12 小时前

      That means “yesterday’s spy tech” that now they will leak to public, because they have a way better way.
      I’m not sure of the current state of my tinfoil hat.

    • skibidi@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      12 小时前

      That would prevent cell signals from inside, making it harder to (e.g.) call the fire department, or an ambulance.

        • 4am@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 小时前

          WiFi calling will make a direct beacon to follow, as any other WiFi use would. Faraday cages would block WiFi calling, as with any other signal.

          I think these techniques can use the reflection of the signal from the AP’s own transmissions, no additional devices needed.

          • cmnybo@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            4
            ·
            8 小时前

            The Faraday cage will keep the WiFi signals inside the building. Nobody will be able to track you from outside and your own trusted devices will work fine inside. Just don’t bring any untrusted WiFi devices inside the Faraday cage.

            • ChexMax@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 小时前

              Wouldn’t that mean no one can visit your home, though? Or if they did, that they’d have to leave their cells/ tablets outside?

    • wonderingwanderer@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 小时前

      I’m wondering if some types of crystal can absorb or distort the signals enough to make you harder to identify. I mean I guess you’d be “that guy with the crystals in his pocket” and would be easy to correlate to CCTV flock, but if everyone does it it could create a layer of obscuration.

      Especially things with piezoelectric and/or electromagnetic effects. I’m thinking mainly along the lines of quartz, tourmaline, pyrite, tiger’s eye (hematite/jasper), shungite, etc.

      It would be worth experimenting with if anyone tries that open source software another commenter linked…