I’ve read an article which describes how to simulate the close ports as open in Linux by eBPF. That is, an outside port scanner, malicious actor, will get tricked to observe that some ports, or all of them, are open, whereas in reality they’ll be closed.

How could this be useful for the owner of a server? Wouldn’t it be better to pretend otherwise: open port -> closed?

  • sapporo@sopuli.xyzOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    21 days ago

    You can’t pretend-close it and still have that service work.

    indeed, a service on a port would no longer properly work. However, pretending that an open port is closed is possible the same way when pretending that’s open

    • dnick@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      21 days ago

      Maybe what you’re referring to is along the lines of a port being open but the software on the other side of it not sending acknowledging responses?