HACKER Q&A
📣 swk-phil

Who Has This Pain?


has to open media files from untrusted sources in sensitive environments as part of their daily workflow + fear that a zero-day exploit could be in one of those media files + cyber attack would have huge impact on the business


  👤 Bender Accepted Answer ✓
I never had that workflow but if I did I would wrap all media players with bubblewrap and that would be inside a highly restricted VM that could only access the domains in questions. The account used to do this on the VM would be single purpose with no sudo/doas permissions and detailed auditd with immutable configuration. No DNS, only /etc/hosts. Only outbound TCP port 443 permitted to the specific IP's in question. Everything else rejected and logged. No sensitive files on the hypervisor.

👤 anigbrowl
If the downside risks are big and probable enough, use a USB drive and open them on a computer with no internet connection.