Experimental app for detecting and displaying spoofed/redirect servers on Steam.
Calculates a trust score based on multiple criteria to determine a rolling average that indicates which servers are trustworthy i.e. real servers vs. fake severs with low trust score that often have spoofed information such as player counts.
Trust score evaluation currently supported on the following games:
The backend core is implemented as multiple Celery jobs and a PostgreSQL+TimescaleDB cluster that perform the following actions:
Data model defined in detail for Timescale here and for SQLAlchemy here.
Check this example and adapt it for setting kernel options as root before running the actual app as non-root: https://community.fly.io/t/cant-change-permissions-on-run-directory/1154/2
Import _version.py
to make it available in releases.
Run jobs more frequently for low score servers. Fewer jobs can be ran for servers with a history of high trust score.
Copyright (C) 2023-2024 Tuomo Kriikkula
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.