Earlier quoted context omitted.
It would mean you need an additional vulnerability to escape the VM sandbox.
Yeah if you check email in a VM. But how would a Docker container help?
I was seven words away from being spear-phished
181–187 of 187 posts
Re: I was seven words away from being spear-phished
#182Earlier quoted context omitted.
I think a process like with unwarranted phone calls is in order. Take the name and contact info provided but Google for the information yourself and contact the official site/email/phone number for information.
A word of warning: go to the actual site and find the contact details there. I've seen an attacker change the contact details listed on Google search results (the ones that appear in the boxes) to their own. I saw it used as part of a Windows help center scam, but I don't see why it wouldn't work here too.
Re: I was seven words away from being spear-phished
#183Earlier quoted context omitted.
Yup, it was a Microsoft Research paper IIRC. That's more applicable to scams that cast a wide net to avoid investing resources on savvier targets in the second, more labor-intensive phase. I don't think it would be too relevant to spear-phishing like this case where the resources are already invested in step 1.
https://www.microsoft.com/en-us/research/publication/why-do-... Here is the paper
Re: I was seven words away from being spear-phished
#184Earlier quoted context omitted.
I doubt it in this case. It sounds like they had a browser zero-day, and could potentially steal cryptocurrencies from people they were targeting. You don't particularly care how gullible someone is; if you get your zero-day to successfully work on them and steal all their Bitcoin, there's nothing they can do about it. I think the default assumption is the correct one here; the attacker(s) are a solo or small group o…
You may be overestimating the writing ability of native English speakers.
Re: I was seven words away from being spear-phished
#185Earlier quoted context omitted.
Yeah if you check email in a VM. But how would a Docker container help?
Maybe I'm using terms interchangeably when I shouldn't be (I haven't jumped on the containerization bandwagon), but a Docker container is still just a "VM light", right? Part of its purpose is to isolate the things running inside of it from anything else running on the system. I'm fairly certain my comment still stands if you just `s/VM/container`.
Docker isolation is for convenience not security isolation.
Re: I was seven words away from being spear-phished
#186Earlier quoted context omitted.
Can any of you recommend a way to create a sandbox that can seal off processes within a computer? One option is to use a VPC on a cloud-hosted machine to access whatever emails, links, websites someone sends you, but this can be time-consuming and costs money. This article claims that Docker would also not be a good solution: https://security.stackexchange.com/questions/107850/docker-a... "...container solutions do n…
I had written a jail for Windows a long long time ago - it was inspired by Unix's jail. For an app you could configure what filesystem and registry access was allowed and you could redirect FS access. Implemented it as a kernel driver that hooked into the relevant system calls. It was easier to do kernel dev back then (we are talking mid 2000's) - i havent touched windows kernel coding in years. I wonder if Microsoft…
https://techcommunity.microsoft.com/t5/Windows-Kernel-Intern...
Re: I was seven words away from being spear-phished
#187So did the attackers get control of a Cambridge e-mail account and web page?
Out of ~20,000 students and ~10,000 staff, they only needed to get lucky once, unfortunately.