"state sponsored actor". I wonder how they decided that. did the hackers plant a flag inside yahoo's data center? or is any attack originating from outside US now considered state sponsored? of course, we will never see any proof of this. also, did it take them 2 years to discover this breach? that's bad. or, do they just announce it now? that's worse.
I think it has to do with the sophistication of the attack. If they used multiple zero-days, multiple pieces of custom coded software, and a team of operators working full time for long periods of time then it can be assumed it's a multi-million dollar effort involving a large team of engineers. In such a case the list of potential adversaries can be reduced to corporate or state actors.
An Important Message About Yahoo User Security
221–230 of 356 posts
Re: An Important Message About Yahoo User Security
#222You'd think this would affect the stock price, but currently YHOO only trading down 8 cents (-0.18%). I honestly see this all the time. What sounds like really horrible news for a company, does not affect the price. Howerver, some random analyst or reporter who works at the Mercury Star Sun Inquirer writes a negative article or downgrade and the stock tanks. Doesn't make much sense.
Re: An Important Message About Yahoo User Security
#223Earlier quoted context omitted.
Try protonmail
Why not Tutanota?
* The folks behind Protonmail are also heavily involved in the OpenPGP.js project. Interop with plain PGP from non-Protonmail accounts is on their roadmap and a feasible future feature. AFAIK that's not on tutanota's roadmap and they use a different customized crypto library, so all you'll ever get is e2e encryption with other tutanota users.
* Proton's mobile app is a top-rated android mail app, and pretty good even compared to iOS's Mail app.
* IMAP support is also on Protonmail's roadmap, but not something I miss due to the good mobile app.
* The tutanota.com and tuta.io domains are dorky and hard for other people to remember.
Re: An Important Message About Yahoo User Security
#224"The data stolen may have included names, email addresses, telephone numbers, dates of birth and hashed passwords but may not have included unprotected passwords, payment card data or bank account information, the company said." What's the difference between "may have" and "may not have" in this context? It seems like they're saying anything could have been stolen.
If they are opting more toward informing users quickly, then their language can't be definitive yet.
IMO this is a good thing--much better to warn people soon, than sit on the news for another month until they've completed the forensics.
If they haven't detected any sign of intrusion on their payment servers, then it would seem those did not get hit. On the other hand, it took them until now to detect the 2014 account intrusion! So it's still possible that they will discover some problem on the payment servers as they dig deeper. Hence the use of "may not" vs. "did not."
> It seems like they're saying anything could have been stolen.
Well yes, once you know the bad guys were inside the perimeter, it's hard to rule anything out. It's possible to construct a network with internal defenses as strong as the external defenses, but most networks are not built that way. Most are still soft on the inside--get root on one server and there are pathways to others.
Re: An Important Message About Yahoo User Security
#225"state sponsored actor". I wonder how they decided that. did the hackers plant a flag inside yahoo's data center? or is any attack originating from outside US now considered state sponsored? of course, we will never see any proof of this. also, did it take them 2 years to discover this breach? that's bad. or, do they just announce it now? that's worse.
I think it has to do with the sophistication of the attack. If they used multiple zero-days, multiple pieces of custom coded software, and a team of operators working full time for long periods of time then it can be assumed it's a multi-million dollar effort involving a large team of engineers. In such a case the list of potential adversaries can be reduced to corporate or state actors.
Don't black-hat hacker groups exist?
Re: An Important Message About Yahoo User Security
#226You'd think this would affect the stock price, but currently YHOO only trading down 8 cents (-0.18%). I honestly see this all the time. What sounds like really horrible news for a company, does not affect the price. Howerver, some random analyst or reporter who works at the Mercury Star Sun Inquirer writes a negative article or downgrade and the stock tanks. Doesn't make much sense.
YHOO mostly tracks BABA. BABA is up over 3% today. If YHOO is flat, then it's actually down about 3%.
This is correct. For reference, $YHOO, $BABA, and $SPY all one one graph:
https://www.google.com/finance?chdnp=1&chdd=1&chds=1&chdv=1&...
Re: An Important Message About Yahoo User Security
#227You can verify if your credentials have been compromised at https://heroic.com
Here is a script for the command line enthusiasts. #!/bin/bash EADDRESS=$([[ "$1" == "" ]] && echo "noreply@example.com" || echo "$1") EADDRESS=$(echo "$EADDRESS" | sed 's;@;%40;') RESPONSE=$( curl "https://heroic.com/wp-admin/admin-ajax.php" \ -H "accept-language: en-US,en;q=0.8" \ -H "accept-encoding: gzip, deflate, br" \ -H "user-agent: Mozilla/5.0 (KHTML, like Gecko) Safari/537.36" \ -H "content-type: application…
EADDRESS=$([[ "$1" == "" ]] && echo "noreply@example.com" || echo "$1")
could be replaced with: EADDRESS={$1:-noreply@example.com}
From the man page: ${parameter:-word}
Use Default Values. If parameter is unset or null, the expansion of word is substituted. Otherwise, the value of parameter is substituted.
For: EADDRESS=$(echo "$EADDRESS" | sed 's;@;%40;')
you could use: EADDRESS=${EADDRESS/@/%40}Re: An Important Message About Yahoo User Security
#228Earlier quoted context omitted.
didn't a cache of supposedly state-sponsored tools just get auctioned off by a group who (supposedly) compromised a machine which was under the ownership of one of the three-letter groups?[0] Seems to give more credence to the viewpoint that the tool doesn't indicate the perpetrator too easily. [0]: https://www.wired.com/2016/08/hackers-claim-auction-data-sto...
If I hand you an F-16 and you use it to do damage that would indicate possible US air force involvement. If the F-16 that attacked me was preceded by advanced ECM, suppression of air defenses using stand-off munitions, and was performed in a particular precision attack pattern then US air force involvement would be much more likely. These signatures are not just about the tools, but the opsec and procedures that the…
Re: An Important Message About Yahoo User Security
#229Earlier quoted context omitted.
didn't a cache of supposedly state-sponsored tools just get auctioned off by a group who (supposedly) compromised a machine which was under the ownership of one of the three-letter groups?[0] Seems to give more credence to the viewpoint that the tool doesn't indicate the perpetrator too easily. [0]: https://www.wired.com/2016/08/hackers-claim-auction-data-sto...
If I hand you an F-16 and you use it to do damage that would indicate possible US air force involvement. If the F-16 that attacked me was preceded by advanced ECM, suppression of air defenses using stand-off munitions, and was performed in a particular precision attack pattern then US air force involvement would be much more likely. These signatures are not just about the tools, but the opsec and procedures that the…
Some of the nations that use the F-16 are also capable of the things you say prove US air force involvement. Even then, that's a bit of an extreme analogy.
How about we pull down the analogies to be more in line with what more likely happened? Like, someone used a truck to rob a bank and people think a manufacturer of trucks is somehow responsible?
Re: An Important Message About Yahoo User Security
#230Earlier quoted context omitted.
a) Big US enterprises are under attack from state-sponsored actors on a daily basis, so it's not that weird. It's not like the NSA weren't caught with their hands in the cookie jar either. b) If you name the state you think is behind it, you better be ready for the diplomatic repercussions between the US government and the rogue state, as well as potentially stopping doing business in that state (see Google and China…
a) Can you point to an article were I can learn more about examples of big US corps being attacked by US sponsored actors? It's a quite interesting topic indeed.
Buy a beer for someone who has worked security for a big firm and they can tell you all about it.