TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Security Incident – DNS Breach

35 pointsby ponytechover 7 years ago

9 comments

graystevensover 7 years ago
A great example of folks either re-using passwords, or simply not being aware that their credentials have been included in a previous leak&#x2F;breach.<p>For an idea of a timeline, and a useful reminder to check your own personal accounts (and those dreaded shared accounts internally):<p><pre><code> - Feb 15 2014 - Kickstarter breach occurred - Oct 08 2017 - HaveIBeenPwned import the dump, suggesting it is publicly available, or at least being shared around. - Oct 24 2017 - Coinhive suffer their DNS breach. </code></pre> Services such as Troy&#x27;s HaveIBeenPwned are an excellent resource, and I can whole heartedly recommend signing up for the &#x27;Notify Me&#x27; function: <a href="https:&#x2F;&#x2F;haveibeenpwned.com" rel="nofollow">https:&#x2F;&#x2F;haveibeenpwned.com</a><p>I recently released something similar for corporate environments, allowing businesses to produce pseudo-users to insert into their user base. These &#x27;canaries&#x27; are unique to them &amp; come with real email addresses and phone numbers, so should they ever be contacted you can be pretty sure you&#x27;ve suffered a breach of some kind. We of course also check the usual suspects (Pastebin, Tor) for any similar evidence of a breach. Can see some more details here: <a href="https:&#x2F;&#x2F;breachinsider.com" rel="nofollow">https:&#x2F;&#x2F;breachinsider.com</a>
Artemis2over 7 years ago
Cloudflare will not let you have individual users without the (unspecified) “Enterprise” pricing plan. Even on the Business plan, we get to copy&#x2F;paste one password around the team. Great for security.<p>Every other service (especially that critical!) we use gives it away with the actual service. I really dislike this about Cloudflare.
评论 #15544831 未加载
评论 #15545099 未加载
评论 #15544937 未加载
dumbfounderover 7 years ago
Anyone that hosts javascript for 3rd parties is a target for this type of breach. That Coinhive miner script could easily be embedded into any other javascript file.
评论 #15545209 未加载
0x0over 7 years ago
Can you imagine the damage done to a CDN if the attacker would supply extremely long Expire&#x2F;Caching&#x2F;key-pinning headers? All clients visiting the malicious server would be cache poisoned for a loooong time.
评论 #15545124 未加载
评论 #15544843 未加载
joshstrangeover 7 years ago
&gt; This third party server hosted a modified version of the JavaScript file with a hardcoded site key.<p>A site key for a user on coinhive or pointed at a different website all together? If it&#x27;s just a site key it should be dead-simple to close that account:<p><pre><code> &lt;script src=&quot;https:&#x2F;&#x2F;coinhive.com&#x2F;lib&#x2F;coinhive.min.js&quot;&gt;&lt;&#x2F;script&gt; &lt;script&gt; var miner = new CoinHive.User(&#x27;&lt;site-key&gt;&#x27;, &#x27;john-doe&#x27;); miner.start(); &lt;&#x2F;script&gt;</code></pre>
评论 #15545336 未加载
avitzurelover 7 years ago
We use Okta internally.<p>As much as I hated it at first, we don&#x27;t choose any provider that doesn&#x27;t support single sign on and multiple users.<p>You can choose a password policy that is different (stricter) than the downstream services.<p>One more good thing about it is that you have all of your services in one place and you know when you need to change password on one of them or all of them. You can do it with a nice dashboard.<p>This made managing access a much nicer experience for us and I can imagine will minimize things like that from happening.
评论 #15544893 未加载
评论 #15544755 未加载
ceejayozover 7 years ago
I&#x27;d say the internet was better off for a bit, but it looks like the hack just temporarily made Coinhive&#x27;s malware make money for a separate set of bad actors for a while.<p><i>edit:</i> For the downvoters, if you&#x27;ve noticed your CPU fans running while visiting a variety of sites lately, chances are Coinhive&#x27;s the reason. Non-consensual altcoin mining as a service!
评论 #15544980 未加载
user5994461over 7 years ago
&quot;uBlock Origin has prevented the following page from loading: coinhive.com&quot;<p>I can&#x27;t read what it&#x27;s about but it looks like it&#x27;s already blocked.<p>Anyone would mind to give a summary?
评论 #15545224 未加载
fortythirteenover 7 years ago
How is blowing out your visitor&#x27;s CPU for profit, without an opt-in notification, not malware itself?<p>Thieves stealing from thieves, IMHO.<p>Edit: from the downvotes to any comment that&#x27;s critical of Coinhive I see the Coinhivemind is not fond of simple ethical quandaries.
评论 #15545122 未加载
评论 #15544964 未加载