Edit: The post was probably heavily AI written and contains mistakes to that effect, which is unfortunate. The data in general is still interesting though.

  • Fair Fairy@thelemmy.club
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    13 hours ago

    Honeypot as a Python script in a docker container?
    Isn’t that not really a true isolation?

    • baller_w@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 hours ago

      Please say more.

      I use both on a daily basis and from what I understand, there’s no implicit access from within a container. If you set it up right, there’s no access outside the container of any sort unless you explicitly say so.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          Yeah the system isn’t protecting you (like it does preventing a normal user accessing another user), “only” the docker code does.

          Or so I have understood it.