Atleast here in sweden, cell phone operators gives same IP to like the whole network (probly some load balancing)
But why arent ppl in sweden, playing on 3G/4G getting IP Banned?
Atleast here in sweden, cell phone operators gives same IP to like the whole network (probly some load balancing)
But why arent ppl in sweden, playing on 3G/4G getting IP Banned?
Maybe cuz of device ID
So, all we'd need is a VPN to Swedish cell phone network and we could be back to running 100 bots on one pc!
Let's go![]()
Carrier-grade NAT - Wikipedia, the free encyclopedia
Here is some more info on the technique i think they are using
But if its Device ID? if some1 bots on the cell phone operators ip adress, it will stop working for every1 in the town? something smells fishy here ?
And if u bot too much on cell phone operators IP, the whole operators IP span will get perma banned? ... nah i dont think so... there is something else to this...
Just a quick spin off question.
If I create 12 VMWare VM's with the same windows OS will they all be seen as the same device ID? does it matter if they where clones or fresh installs?
Yes they are using CGN. So does many ISPs. Bredband2 for example uses CGN in some areas (f.ex. for students). And yes this means there is most likely more to it than banning just the IP-address. But it is not entirely related to the device ID either.
It depends on your bot setup. The device ID is not the machines actual device ID but a spoofed device ID that you can set in the settings for each bot.
~Fadelol
There are plenty of possibilities, but one way to do this is to do an arp -a and resolve the MAC-address of the gateway NIC (LAN) as well as the GW-address(LAN) and do something like; if you receive an IP-address in the RFC1918 space, ban all users connecting with the MAC-address of the GW for that RFC1918 space for x time. They probably do it some other way, I'm just trying to think of possibilities![]()
Last edited by Fadelol; 08-15-2016 at 03:08 AM.
~Fadelol
Really?
(2^16) or 65535 that should be maxnumber of ports connected to a IP?
So in Sweden there are NEVER more than 65535 smartphone users? (If 1 IP)
You do get some IP when connected to the 4G network. Example, using LTE-modem (4G USB modem connected to computer)
IP Block dedicated to Sweden.
Major IP Address Blocks For Sweden
Sweden - IP Addresses by Country
I don't think he meant one single IP-address for all of their clients, more that they use NAT and that multiple users share the same public IP-address. Look at Hi3G (Tre) for example. They have over a million customers in Scandinavia. Most of them being in Sweden, above 900 000. Their blocks actually contain about 900 000 IP-addresses but the number of connected devices are most likely significantly higher. But they most likely also divide these into regions etc. It's obvious some type of NATing is used. You for sure get an IP-address when connected to your carrier, but it is most likely in the RFC 1918 space or similar (i.e. not public). For example, if you receive an address in any of the following ranges:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
Then you are not receiving a public IP-address and is being NAT:ed.
Last edited by Fadelol; 08-15-2016 at 05:10 AM.
~Fadelol