Researchers in the UK claim to have translated the sound of laptop keystrokes into their corresponding letters with 95 percent accuracy in some cases.

That 95 percent figure was achieved with nothing but a nearby iPhone. Remote methods are just as dangerous: over Zoom, the accuracy of recorded keystrokes only dropped to 93 percent, while Skype calls were still 91.7 percent accurate.

In other words, this is a side channel attack with considerable accuracy, minimal technical requirements, and a ubiquitous data exfiltration point: Microphones, which are everywhere from our laptops, to our wrists, to the very rooms we work in.

  • helenslunch@feddit.nl
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Someone explain how this works? Doesn’t make much sense to me how that’s even possible.

    • Pons_Aelius@kbin.social
      link
      fedilink
      arrow-up
      8
      ·
      7 months ago

      Because of different placement on the keyboard and different finger pressure, each key press has a slightly different sound.

      The telling thing in this story is this

      with 95 percent accuracy in some cases.

      For some people (those with a very consistent typing style on a known keyboard) they were right 95% of the time.

      In the real world this type of thing is basically useless as you would need a decent sample of the person typing on a known keyboard for it to work.

      To go from keystroke sounds to actual letters, the eggheads recorded a person typing on a 16-inch 2021 MacBook Pro using a phone placed 17cm away and processed the sounds to get signatures of the keystrokes.

      So to do this you need to have physical access to the person (to place a microphone nearby) and know what type of device they are typing on and for it to be a device that you have already analysed the sound profile of.

      • ILikeBoobies@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        You don’t need physical access, just some malware that has access to the microphone

        We would hope researchers “discovering” this wouldn’t have a production ready product as their proof of concept. So there is room from improvement but military contractors would love to invest in this

        • Pons_Aelius@kbin.social
          link
          fedilink
          arrow-up
          4
          ·
          7 months ago

          You don’t need physical access, just some malware

          Which you still need to have previously installed…

          If the person has allowed malware to be installed just install a keylogger (which gives you 100% accuracy every time) rather than jump through more hoops with this.

      • agent_flounder@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        The article says

        The researchers note that skilled users able to rely on touch typing are harder to detect accurately, with single-key recognition dropping from 64 to 40 percent at the higher speeds enabled by the technique.

        Hm. Sounds like “some cases” are hunt and peck typists or very slow touch typists.

        I don’t know if training for each victim’s typing is really needed. I get the impression they were identifying unique sounds and converting that to the correct letters. I only skimmed and I didn’t quite understand the description of the mechanisms. Something about deep learning and convolution or…? I think they also said they didn’t use a language model so I could be wrong.

        • Pons_Aelius@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 months ago

          The problems is that even with up to 95% accuracy that still means the with a password length of 10 there is a 50/50 chance that one character is wrong.

          A password with one character wrong is just as useless as randomly typing.

          Which character is wrong and what should it be? You only have 2 or 3 more guess till most systems will lock the account.

          This is an interesting academic exercise but there are much better and easier ways to gain access to passwords and systems.

          The world is not a bond movie.

          Deploying social engineering is much easier than this sort of attack.

    • catch22@startrek.website
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 months ago

      They’ll have modelled the acoustic signals to differentiate between different keys. Individual acoustic waves eminating from pressing a key will have features extracted from them to identify them. Opimal featues are then choose to maximise accuracy, such as features that still work when the signal is captured at different distances or angles. With all these types of singsl processing inference models, you never get 100 percent. The claim of 95 percent is actually very high.

    • TootSweet@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      This is just me kindof guessing off the top of my head, but:

      • Depending where the mic is in relation to the keyboard, it can tell to some extent the relative distance from the key to the mic by volume of the keypress.
      • The casing of the keyboard has a particular shape with particular acoustic properties which would make certain keys sound different than others. (Maybe the ones toward the middle have a more bass sound to them as opposed to more treble in the keys closer to the edges of the keyboard.)
      • The surface on which the keyboard sits may also resonate differently with different keys.
      • There may be some extent to which the objects in the room (including the typist and monitor, etc) could have reflected or absorbed soundwaves in ways that would differ depending on the angle at which the soundwaves hit them, which would be affected by the location of the key.
      • Some keys like the spacebar and left shift almost always have a stabilizer bar which significantly affects the sound of the key for most keyboards.
      • For human typists, there are patterns in the timing of key presses. It’s quicker to type two keys in succession if those two keys are pressed by different fingers or different hands, for instance. Imaging typing the word “jungle”, for instance. “J”, “u”, and “n” are all pressed with the right index finger (for touch typists). So the first three letters would be slower to type than the rest of the letters.
      • I’d imagine this method also allowed the program to take into account various aspects of human language. (Probably English in this case, but it could just as well have been another language.) Certain strings of consonants just never appear consecutively. Certain letters are less frequently used. Things like that. Probably the accuracy would have been lower if the subjects were asked to type specific strings of random letters.
      • It may also be that this particular experiment involved fairly controlled circumstances. They always placed the mic 12cm from the keyboard, for instance. Maybe they also used the exact same keyboard on the exact same desk with the exact same typist for all tests and training. And it sounds like they trained it on known text for a good while before testing the AI by asking the AI to actually discern what was typed. That’s pretty perfect conditions that probably wouldn’t be realistic for an actual attack. Not to minimize the potential privacy imacts of this, though. I’d fully expect methods like this to be more accurate for a more generalized set of cases.

      Now, the researchers didn’t sit down and list out all of these (or any other) ways in which software could determine what was typed from audio and compose an algorithm that accounted for all/most/some of these. They just kindof threw a bunch of audio with accompanying “right answers” at a machine learning algorithm and let the algorithm figure out whatever clues it could discern and combine those in whatever way it found most beneficial to come up with an (increasingly-more-accurate-with-every-training-set) answer. It’s likely the algorithm came up with different things than I did that helped it determine which key(s) were being pressed.

    • 9point6@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 months ago

      Every key is unique and at a different distance to the microphone and therefore makes tiny differences in noise.

      Knowing this, and knowing the frequency distribution of letters in language (e.g. we know “e” is the most common letter) and some clever analysis over a large enough sample of typing, we can figure out what each key sounds like with a statically high level of probability. Once that’s happened it’s just like any other speech recognition software, except it’s the language of your keyboard.