• The Doctor
    link
    fedilink
    411 months ago

    The drive wasn’t encrypted, a not-encrypted database dump was on the laptop when the raid happened. It might have had to do with gearing up for the Mastodon update that caused us a lot of grief across Fedi a couple of weeks back. Or it could have been database server debugging; the timing was incredibly bad.

    • @[email protected]
      link
      fedilink
      2
      edit-2
      11 months ago

      But if the drive wasn’t encrypted, how is it “would be encrypted material”?

      I’m surprised that people are hosting Mastodon servers without full disk encryption given the overhead isn’t significant plus the fact that people have private messages in the DB.

      • @[email protected]
        link
        fedilink
        411 months ago

        Just FYI, when your drive is encrypted, and the system is up and running, the keys for the encryption are in memory and thus recoverable. And even if they were magically protected by something like SGX or a some secure enclave, you can still interact with the machine and the filesystem while it is running.

        So full disk encryption is NOT a silver bullet to data protection when being raided.

        • @[email protected]
          link
          fedilink
          311 months ago

          Right, and then these comments about “encrypted database” the server application needs to be able to access that data, so it will have the key in its config somewhere right?

          • The Doctor
            link
            fedilink
            211 months ago

            Yep. And homomorphic encryption is still very far away from being usable. Efficiency aside, the technology is patent encumbered, which is slowing down research into making it usable.

        • @[email protected]
          link
          fedilink
          211 months ago

          Yeah I didn’t realise they’d capture the memory. I though they just unplug the server and take it.

          You could potentially have something that recognizes that the server is being tampered with and automatically shuts it down.

          • The Doctor
            link
            fedilink
            111 months ago

            Folks have been working on that for a while. I don’t know if there are any usable tricks for that, though, been away from the game too long.

        • The Doctor
          link
          fedilink
          211 months ago

          Additionally, hardware-based solutions for attackers have been known for about fifteen years now. Wiebetech, for example, sells a nifty gadget that you plug into a UPS and then carefully slide over the power connector of a running machine. Then you pull the plug from the wall and the machine stays powered up. Net result: Contents of RAM are intact, encrypted drives are still accessible because the OS is still up.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          11 months ago

          AFAIK it’s not that easy to access data on the machine while it’s running unless they can bypass the lock screen. People pick stupid passwords for their user accounts so it’s totally possible to get in in those cases, but otherwise dont you need really sophisticated side channel attacks to get data out of memory on locked system? It’s not like there is some port on the MOBO you can just plug into to get access to RAM

          • @[email protected]
            link
            fedilink
            111 months ago

            I did some work on this a decade or so ago in college. Data stays in memory a lot longer than you’d think at room temp, like minutes, not seconds. If you spray the modules down with an upside down compressed air can, you have plenty of time to remove it, and plug it into some that can dump it to persistent storage.

          • The Doctor
            link
            fedilink
            111 months ago

            It’s also possible to keep the lockscreen from coming up. The mouse cursor jigglers that folks buy as pranks these days started off as another device LEOs use during raids. I think Wiebetech invented that one, too.

            As for dumping the contents of RAM from a running machine, look up “memory forensics.” It’s a thing that LEOs have done for quite a few years as well.

      • Em Adespoton
        link
        fedilink
        111 months ago

        The DB itself is encrypted (usually).

        And FDE wouldn’t have helped if the disk was currently mounted and the admin logged in; LEO attempts to preserve things as they are, they don’t just unplug the hardware and walk away with it.

        • @[email protected]
          link
          fedilink
          311 months ago

          The DB itself is encrypted (usually).

          Which DBs support encryption? Genuinely curious, since I usually use full-disk encryption and so often don’t have a need to configure encryption in individual services.

          they don’t just unplug the hardware and walk away with it.

          Huh, I thought that’s exactly what they do during a raid. TIL.