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.

Prosecutors allege Micfo obtained 800k IPv4 addresses illegally

77 pointsby ammaristotleover 5 years ago

10 comments

masayoshis_sonover 5 years ago
The writing is quite confusing in trying to explain things but the gist of it appears to be that the person in question (1) applied for IP addresses through numerous companies created just for this purpose in order to bypass ARIN&#x27;s restriction on the number of addresses it was willing to allocate to a single entity, and (2) made the obtained IP address ranges available to serve as VPN endpoints, so that &quot;huge amount of traffic—some of it illicit or criminal—passed through its computer servers but wasn&#x27;t traceable to the true originators.&quot;<p>He did keep track though of which VPN operator used which range at any given time, so perhaps the &quot;true originators&quot; could be traceable after all, assuming the VPN owners were willing to co-operate. In any case, he is only being prosecuted for (1), and the immediate reason for this is that a couple of US politicians were hacked with attacks originating from these addresses.
评论 #22354893 未加载
nmcover 5 years ago
<a href="https:&#x2F;&#x2F;archive.is&#x2F;2f9pz" rel="nofollow">https:&#x2F;&#x2F;archive.is&#x2F;2f9pz</a>
krebsonsecurityover 5 years ago
This story looks familiar. Oh wait: <a href="https:&#x2F;&#x2F;krebsonsecurity.com&#x2F;2019&#x2F;05&#x2F;a-tough-week-for-ip-address-scammers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;krebsonsecurity.com&#x2F;2019&#x2F;05&#x2F;a-tough-week-for-ip-addr...</a>
bitxbitxbitcoinover 5 years ago
Relevant post by a former Mifco employee: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22360642" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22360642</a>
neonateover 5 years ago
<a href="https:&#x2F;&#x2F;archive.md&#x2F;2f9pz" rel="nofollow">https:&#x2F;&#x2F;archive.md&#x2F;2f9pz</a>
checkyoursudoover 5 years ago
I can come up with at least 3 distinct meanings for “amassed VPN clients” and I’m still not 100% sure which is correct in this context. I take it that clients here refers to “paying customers”?
评论 #22354845 未加载
dangover 5 years ago
A related thread is <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22360642" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22360642</a>.
lmilcinover 5 years ago
If anybody is interested I have a database of roughly 4B IPv4 addresses for sale:)
评论 #22355278 未加载
评论 #22355284 未加载
评论 #22355242 未加载
johnklosover 5 years ago
I wish HN had a filter which would block all posts which link to sites which require subscriptions.
评论 #22360366 未加载
_-___________-_over 5 years ago
Hmm.<p>I &quot;obtained&quot; 2^32 IPv4 addresses pretty easily; not sure if it&#x27;s legitimate or not:<p><pre><code> for addr in range(2**32): print(&#x27;.&#x27;.join([str(addr &gt;&gt; (i &lt;&lt; 3) &amp; 0xFF) for i in range(4)[::-1]])) </code></pre> Edit: Well, this was unpopular. In case it&#x27;s too subtle, my point is that the title is terrible.
评论 #22354940 未加载
评论 #22355670 未加载