Raised This Month: $51 Target: $400
 12% 

Master server list pollution


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 09-16-2023 , 00:21   Master server list pollution
Reply With Quote #1

Hey everyone.

Quick question. Does anyone have a way to contact whoever at Valve could help with this insane situation?

The master server list on counter-strike: source is polluted by thousands of fake servers making it impossible to find legit servers, they found a way to fake the player count and even go beyond the limits.

attached is a screenshot of the situation

and all those fake servers originate from these IPs:

Code:
89.111.131.172
91.219.149.6
188.127.241.129
212.57.127.30
Attached Thumbnails
Click image for larger version

Name:	masterserver.jpg
Views:	280
Size:	85.3 KB
ID:	201548   Click image for larger version

Name:	masterserver2.jpg
Views:	130
Size:	87.3 KB
ID:	201549  
__________________

Last edited by nikooo777; 09-28-2023 at 13:41.
nikooo777 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-21-2023 , 03:42   Re: Master server list pollution
Reply With Quote #2

...same happen on csgo
Bacardi is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 09-21-2023 , 10:41   Re: Master server list pollution
Reply With Quote #3

try to find an update to MasterServers.vdf
__________________
mlibre is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 09-28-2023 , 13:18   Re: Master server list pollution
Reply With Quote #4

seems like there's an open github issue for this as well: https://github.com/ValveSoftware/Sou...es/issues/5101

and a thread in the mailing list https://www.mail-archive.com/hlds_li.../msg76807.html
__________________
nikooo777 is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 09-28-2023 , 13:40   Re: Master server list pollution
Reply With Quote #5

I just came up with a simple powershell script to block 99% if those malicious servers making the server list good again:

PHP Code:
# List of IP addresses to block
$IPList = @('89.111.131.172''91.219.149.6''188.127.241.129','212.57.127.30')

# Loop through each IP and block it
foreach ($IP in $IPList) {
    
Write-Host "Blocking IP: $IP"

    
# Block inbound traffic
    
New-NetFirewallRule -DisplayName "Block IP Inbound - $IP-Direction Inbound -RemoteAddress $IP -Action Block

    
# Block outbound traffic
    
New-NetFirewallRule -DisplayName "Block IP Outbound - $IP-Direction Outbound -RemoteAddress $IP -Action Block
}

Write-Host "All IPs have been blocked." 
__________________
nikooo777 is offline
Fraggor
Junior Member
Join Date: Jun 2020
Old 09-28-2023 , 18:12   Re: Master server list pollution
Reply With Quote #6

This might help https://github.com/Ballganda/css-server-blacklist
I'm not the repo's author
Fraggor is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 09-29-2023 , 21:42   Re: Master server list pollution
Reply With Quote #7

Quote:
Originally Posted by Fraggor View Post
This might help https://github.com/Ballganda/css-server-blacklist
I'm not the repo's author
I appreciate the list, but those IPs are almost entirely on the private range.
__________________
nikooo777 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode