D
Deleted User
Guest
Okay so i do own a gaming network called ctOS(R)Network, i made a app that allows players to connect to off site servers securely and keep players safe whioe playijg a game this also is like having a connection speed high on steroids lol....but theurs a big problem even though it using a VPN Protocol to establish a secure connection to over 100 dedicated servers their is still a chance my security firewall can be breach risking everyones personal online profiles to be accessed this includes games like
• Modern Combat: BlackOut 5
• Shadowgun: Legends and more
So i came up with a solution i created a hacker/trojan seeking bot to detect if a breach is happening or being attempted by a remote unauthorized server/computer, this bots job is to detect either if a remote user auth key is in the systems Admin logs and if invalid will ban the ip from ever connecting even if they do succeed connecting the bot releases broken data that cant be used by the remote user trying to use/access the servers
This bot also learns and monitors players behavior and bans players from the network NOT the game itself, if it finds players cheating online in games.
Thier is one flaw in the app users install for free that is useful to know about this bot, even though the bot can still ban the ip, users can fijd someway to bypass the bots locating system and its these permissions
"<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION"
>
</uses-permission>
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION"
>
</uses-permission>
<uses-permission
android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
>
</uses-permission>"
This is a permission that the bot can only access to find your location in case of fraud for law enforcment needams in case of an emergency, but is also used to track where your located so if it can decide exactly where to put you on a dedicated or p2p server depending on what servers are close to that user.
So is thir anything i can do beyond this as a backend in case this method fails?
• Modern Combat: BlackOut 5
• Shadowgun: Legends and more
So i came up with a solution i created a hacker/trojan seeking bot to detect if a breach is happening or being attempted by a remote unauthorized server/computer, this bots job is to detect either if a remote user auth key is in the systems Admin logs and if invalid will ban the ip from ever connecting even if they do succeed connecting the bot releases broken data that cant be used by the remote user trying to use/access the servers
This bot also learns and monitors players behavior and bans players from the network NOT the game itself, if it finds players cheating online in games.
Thier is one flaw in the app users install for free that is useful to know about this bot, even though the bot can still ban the ip, users can fijd someway to bypass the bots locating system and its these permissions
"<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION"
>
</uses-permission>
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION"
>
</uses-permission>
<uses-permission
android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
>
</uses-permission>"
This is a permission that the bot can only access to find your location in case of fraud for law enforcment needams in case of an emergency, but is also used to track where your located so if it can decide exactly where to put you on a dedicated or p2p server depending on what servers are close to that user.
So is thir anything i can do beyond this as a backend in case this method fails?