Amazon EC2 Instances on Torrents
#1
Does anyone know anything about all those Amazon EC2 Instances on TPB torrents? They are wasting an incredible amount of bandwidth and seeding nothing. 

I had to block 4 subnets (1.5 million IP Addresses) so far, to get them out of my seeding scope. They look like copyright troll bots to me, but I wanted to verify that.
Reply
#2
You mean this? https://thepiratebay.org/search.php?q=Am...=0&orderby=

There's only 2 torrents returned for search "Amazon EC2" both uploaded by trusted users..
Reply
#3
(Feb 03, 2024, 20:39 pm)maskaw Wrote: You mean this? https://thepiratebay.org/search.php?q=Am...=0&orderby=

There's only 2 torrents returned for search "Amazon EC2" both uploaded by trusted users..

No, I mean cloud servers physically joining my torrents. And wasting 30-50MB/s of bandwidth at a time. There is sometimes as much 5 of them per torrent, all from the same data center.

Just in-case anyone is interested, these are the 4 subnets I dropped to Amazon Cloud Services out of Ireland. There is no legitimate traffic coming from these subnets.

Code:
# Drop some ip ranges for Amazon EC2 instances
iptables -A INPUT -s 34.248.0.0/13 -j DROP
iptables -A INPUT -s 34.240.0.0/13 -j DROP
iptables -A INPUT -s 3.248.0.0/13 -j DROP
iptables -A INPUT -s 18.201.0.0/16 -j DROP

This will free up a lot of bandwidth. There is no overhead here to block 1.5 million IP Addresses. Only 4 rules are applied to incoming packets that are easy to determine.
Reply
#4
I'm going to keep on updating this list for other torrent seeders. I got 2.2 million IP Addresses and counting blocked now to Amazon Cloud Services that are being abused.

Code:
iptables -A INPUT -s 34.248.0.0/13 -j DROP
iptables -A INPUT -s 34.240.0.0/13 -j DROP
iptables -A INPUT -s 3.248.0.0/13 -j DROP
iptables -A INPUT -s 18.201.0.0/16 -j DROP
iptables -A INPUT -s 100.24.0.0/13 -j DROP
iptables -A INPUT -s 54.74.0.0/15 -j DROP

I got more seeders than my upload ratio on torrents now in the first 6 hours. My upload traffic is going to legitimate users that want to seed the torrents.
Reply
#5
It could be someone's DoS-ing you.

A few years ago while checking the logs on my VPS I noticed some bots were actively trying to bruteforce my SSH credentials. I had to change the port and restrict inbound packets to certain IPs.
Reply
#6
I already implemented a hosting wide ban for Contabo for this reason. These Amazon EC2 instances are just wasting bandwidth. They are not DOS-ing currently.

I'm contemplating blocking all 300 subnets for Amazon. I have the CPU power to do it. But this is a last resort due to the overhead. I want to see if I can get Ireland blocked off first. I'm blocking 50k to 500k at a time. They will run out of IP addresses eventually. These /13, /14, /15 and /16 subnets I'm blocking are devastating the amount of IP address options available. This is not a game of cat and mouse they can win.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone know where Amazon Prime downloads the video on your phone? Ladyanne3 14 10,036 Apr 16, 2023, 21:47 pm
Last Post: Ladyanne3
  Is there a way to pirate Amazon Prime videos Ladyanne3 2 8,186 Aug 30, 2022, 05:07 am
Last Post: Slow Mo
  Ripping videos lossessly from Amazon. cthane 0 8,572 Jan 05, 2022, 00:06 am
Last Post: cthane
  Amazon patent to track pirates WW3hasstarted 4 11,731 Nov 22, 2020, 19:09 pm
Last Post: RobertX
  Downloading from Amazon Derps 9 15,816 Jun 13, 2020, 00:15 am
Last Post: soulcity



Users browsing this thread: 1 Guest(s)