Earlier 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.
I was seven words away from being spear-phished
151–160 of 187 posts
Re: I was seven words away from being spear-phished
#152Earlier quoted context omitted.
A few days ago, I also received the same message from a friend with a link to a fake youtube page, but unlike you, I actually clicked it despite intuitively knowing that it was malicious. Seemed like a "regular" phishing attempt but I now wonder if it is more than that, having read this article.
Probably not a good idea to click a link you know is malicious, you never know what 0-Day they might have
Re: I was seven words away from being spear-phished
#153Earlier quoted context omitted.
Exactly, they’re not stupid. So you’d expect them to use a spell checker if they intended for the attack to have a high success rate on English speakers. There may have been a second step for the attackers goals after the zero day, e.g. ransomware or some other social engineering
A spell checker still doesn't detect faulty grammar.
Re: I was seven words away from being spear-phished
#154Earlier quoted context omitted.
Probably not a good idea to click a link you know is malicious, you never know what 0-Day they might have
That's what I keep my old Blackberry Z10 for. If I get something weird or want to go to dangerous places on internet (for research obviously) I use that thing. I'm pretty sure know one writes a 0-day for a 0.0% market share device.
Be aware that an attacker could be automatically looking for exploitable devices just like z10 that and using that as a jump box into your network.
Re: I was seven words away from being spear-phished
#155Earlier quoted context omitted.
That's what Java applets were supposed to be originally, they were supposed to run in a sandbox....
Not all sandboxes are created equal. Modern browsers have much better sandboxes than Java ever has had. OS level virtualization is even better.
[1] http://www.securingjava.com/chapter-two/chapter-two-2.html
Re: I was seven words away from being spear-phished
#156A case of "flattery will get you everywhere": > I received a very flattering email from the University of Cambridge, asking me to judge the Adam Smith Prize for Economics ... > I wouldn’t say I’m an “expert” in economics exactly, but the university’s request wasn’t that surprising. I do have a subscription to The Economist ... > I’ve read a few books by Paul Krugman, but aside from that have never studied or practice…
Re: I was seven words away from being spear-phished
#157I thought myself fairly well informed about macOS, having run it since the 10.1 days, administering it over the years, etc. But TIL that the quarantine bit and gatekeeper which normally prevent unauthorized executables from running is trivially bypassed, as was the case in this attack. My paranoia level has increased. https://objective-see.com/blog/blog_0x43.html https://speakerd.s3.amazonaws.com/presentations/9e724e…
Re: I was seven words away from being spear-phished
#158Earlier quoted context omitted.
Okay but let's be clear. Clicking a link won't steal your information. Going to a bad link and giving your details is how you are phished.
Couple of years ago a significant news site here in .no had their ad network hacked. The result was that if you were browsing that site that morning, and was a customer of the largest bank in .no, you'd silently got served some software which would do a MITM attack against the online account page of said bank, redirecting any payments you did without your knowledge. All you had to do was to visit that site with Java…
Re: I was seven words away from being spear-phished
#159This is a fascinating story. It's funny though how, with compromised accounts at a highly reputable university and a 0-day exploit in one of the most-used pieces of software out there, they still managed to make basic grammatical errors in their phishing email. I mean, these people were clearly not messing around. Their attack(s) were highly targeted. And yet they still didn't check their written english! If it hasn'…
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…
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 has implemented a jail for processes in recent versions of windows. Running browsers in a VM can be cumbersome.
Re: I was seven words away from being spear-phished
#160The specifics of this - the request to judge a prize one is clearly unqualified for - are we as software engineers particularly vulnerable to? Most people would, I think, conclude "this is fake, because why would I be asked to do this?". But I often think that as software engineers we fancy ourselves to have more insight into other fields than we really do. Does this ring true to anyone else?
So I could have fallen for this. Not because I have an overinflated sense of my own importance. But because I have a healthy respect for the erroneous conclusions that can be reached by automated incompetence.