Hacker News new | ask | show | jobs
by the_rectifier 1784 days ago
Dumping VM memory contents is pretty trivial.
1 comments

AMD's SEV and Intel's SGX should protect from this. Of course, you still have to take the VPS provider's word that they've enabled them on their CPUs.
...which is approximately zero VPS providers. I haven't seen them advertised outside of specialty azure/aws instance types.
> you still have to take the VPS provider's word that they've enabled them

No, you don't. Both of those implementations provide hardware attestation via vendor keys securely embedded in the CPU. I have no idea if any providers currently make such features available though.

That is for applications specifically written to compute on the secure element, no?
The parent poster probably got his terminology confused. AFAIK SGX runs on the secure element, SEV is for isolating the VM from the host.