Live data from Hacker News

Ask HN: Who Has This Pain?

news.ycombinator.com

1–10 of 11 posts

Ask HN: Who Has This Pain?

#1
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

Re: Ask HN: Who Has This Pain?

#3
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.

Re: Ask HN: Who Has This Pain?

#7
post #3

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.…

This is the way.^

Re: Ask HN: Who Has This Pain?

#8
What is a 'sensitive environment' in this case?

If it's a sensitive environment like what I'm thinking, you probably have a security officer. What do they say should be the process?

Is the device the sensitive environment? Or is it the network?

Can you have a separate device/network in which to do this?

Post reply on HN