VAC reads and sends your browser history

The place to say hello & chat.

Moderator: Emmz

Post Reply
User avatar
Direkneed
Helpful Spud
Helpful Spud
Posts: 469
Joined: Sat Apr 23, 2011 11:24 pm
Location: England
Contact:

VAC reads and sends your browser history

Post by Direkneed »

Quote from ROCK-KNIGHT on Reddit.
http://www.reddit.com/r/gaming/comments ... user_from/
tl;dr when you connect to a VAC secured game server, all recent domain queries you have made (essentially what servers/websites you have connected to) are sent to a VAC server.
Courtesy of http://www.reddit.com/r/GlobalOffensive ... e_visited/
Decompiled module: http://i.imgur.com/z9dppCk.png What it does:
Goes through all your DNS Cache entries (ipconfig /displaydns)
Hashes each one with md5
Reports back to VAC Servers
So the domain reddit.com would be 1fd7de7da0fce4963f775a5fdb894db5 or organner.pl would be 107cad71e7442611aa633818de5f2930 (Although this might not be fully correct because it seems to be doing something to characters between A-Z, possible making them lowercase)
Hashing with md5 is not full proof, they can be reversed easily nowadays using rainbowtables. So they are relying on a weak hashing function
You dont have to visit the site, any query to the site (an image, a redirect link, a file on the server) will be added to the dns cache. And only the domain will be in your cache, no full urls. Entries in the cache remains till they expire or at most 1 day (might not be 100% accurate), but they dont last forever.
We don't know how long this information is kept on their servers, maybe forever, maybe a few days. It's probably done everytime you join a vac server. It seems they are moving from detecting the cheats themselves to computer forensics. Relying on leftover data from using the cheats. This has been done by other anticheats, like punkbuster and resulted in false bans. Although im not saying they will ban people from simply visiting the site, just that it can be easily exploited
Original thread removed, reposted as self text (eNzyy: Hey, please could you present the information in a self post rather than linking to a hacking site. Thanks)
EDIT1: To replicate this yourself, you will have to dump the vac modules from the game. Vac modules are streamed from vac servers and attach themselves to either steamservice.exe or steam.exe (not sure which one). Once you dump it, you can load the dll into ida and decompile it yourself, then reverse it to find the winapi calls it is using and come to the conclusion yourself. There might be software/code out there to dump vac modules. But its not an easy task. And on a final note, you shouldn't trust anyone with your data, even if its valve. At the very least they should have a clear privacy policy for vac.
End of copy/paste from /r/globaloffensive
...I expect this post wont go anywhere, though. The Valve defense force will show up any minute now... Just imagine that EA did this.
Add me:
Steam
Battle.net: TheFlash#22834

I'm no good with birthdays, tell me when it's your birthday!
User avatar
Siege
CiC Member
CiC Member
Posts: 725
Joined: Sat Sep 13, 2008 3:19 pm

Re: VAC reads and sends your browser history

Post by Siege »

EA did do that , and more remember the original origin tos/eula ? :D
Did read up on this more though and it seems with most dns they self purge after 5 mins or so but still no excuse it may seem.
It seems fit for purpose in that if you are running a hack that makes use of internet actions it will be listed in your current dns list and thus will be flagged. And that we agreed to is in the tos/eula (much like the origin launch, just less sleezy as there are the no third party sales etc) it is above board.
Still would be nice to have a press release to explain it (not that they ever comment on vac..)
Image
User avatar
Direkneed
Helpful Spud
Helpful Spud
Posts: 469
Joined: Sat Apr 23, 2011 11:24 pm
Location: England
Contact:

Re: VAC reads and sends your browser history

Post by Direkneed »

http://www.reddit.com/r/gaming/comments ... and_trust/
Trust is a critical part of a multiplayer game community - trust in the developer, trust in the system, and trust in the other players. Cheats are a negative sum game, where a minority benefits less than the majority is harmed.

There are a bunch of different ways to attack a trust-based system including writing a bunch of code (hacks), or through social engineering (for example convincing people that the system isn't as trustworthy as they thought it was).

For a game like Counter-Strike, there will be thousands of cheats created, several hundred of which will be actively in use at any given time. There will be around ten to twenty groups trying to make money selling cheats.

We don't usually talk about VAC (our counter-hacking hacks), because it creates more opportunities for cheaters to attack the system (through writing code or social engineering).

This time is going to be an exception.

There are a number of kernel-level paid cheats that relate to this Reddit thread. Cheat developers have a problem in getting cheaters to actually pay them for all the obvious reasons, so they start creating DRM and anti-cheat code for their cheats. These cheats phone home to a DRM server that confirms that a cheater has actually paid to use the cheat.

VAC checked for the presence of these cheats. If they were detected VAC then checked to see which cheat DRM server was being contacted. This second check was done by looking for a partial match to those (non-web) cheat DRM servers in the DNS cache. If found, then hashes of the matching DNS entries were sent to the VAC servers. The match was double checked on our servers and then that client was marked for a future ban. Less than a tenth of one percent of clients triggered the second check. 570 cheaters are being banned as a result.

Cheat versus trust is an ongoing cat-and-mouse game. New cheats are created all the time, detected, banned, and tweaked. This specific VAC test for this specific round of cheats was effective for 13 days, which is fairly typical. It is now no longer active as the cheat providers have worked around it by manipulating the DNS cache of their customers' client machines.

Kernel-level cheats are expensive to create, and they are expensive to detect. Our goal is to make them more expensive for cheaters and cheat creators than the economic benefits they can reasonably expect to gain.

There is also a social engineering side to cheating, which is to attack people's trust in the system. If "Valve is evil - look they are tracking all of the websites you visit" is an idea that gets traction, then that is to the benefit of cheaters and cheat creators. VAC is inherently a scary looking piece of software, because it is trying to be obscure, it is going after code that is trying to attack it, and it is sneaky. For most cheat developers, social engineering might be a cheaper way to attack the system than continuing the code arms race, which means that there will be more Reddit posts trying to cast VAC in a sinister light.

Our response is to make it clear what we were actually doing and why with enough transparency that people can make their own judgements as to whether or not we are trustworthy.

Q&A

1) Do we send your browsing history to Valve? No.

2) Do we care what porn sites you visit? Oh, dear god, no. My brain just melted.

3) Is Valve using its market success to go evil? I don't think so, but you have to make the call if we are trustworthy. We try really hard to earn and keep your trust.
Add me:
Steam
Battle.net: TheFlash#22834

I'm no good with birthdays, tell me when it's your birthday!
User avatar
Direkneed
Helpful Spud
Helpful Spud
Posts: 469
Joined: Sat Apr 23, 2011 11:24 pm
Location: England
Contact:

Re: VAC reads and sends your browser history

Post by Direkneed »

Siege wrote:EA did do that , and more remember the original origin tos/eula ? :D
Did read up on this more though and it seems with most dns they self purge after 5 mins or so but still no excuse it may seem.
It seems fit for purpose in that if you are running a hack that makes use of internet actions it will be listed in your current dns list and thus will be flagged. And that we agreed to is in the tos/eula (much like the origin launch, just less sleezy as there are the no third party sales etc) it is above board.
Still would be nice to have a press release to explain it (not that they ever comment on vac..)
The point where EA did that was entirely different, they were infact SPYWARE as it scanned you entire PC, not just your DNS and browsing history data.

I remember going over some security expert posts showing data that origin was scanning applications being ran in the memory and sending all data back to origins servers. (This was still when they would delete in-active accounts, before they changed and updated everything once they were found out and people argued)
Add me:
Steam
Battle.net: TheFlash#22834

I'm no good with birthdays, tell me when it's your birthday!
User avatar
red_ned
CiC-GoD
CiC-GoD
Posts: 4757
Joined: Sat Nov 24, 2007 2:23 am
DayZ Name: Hobn0b
Contact:

Re: VAC reads and sends your browser history

Post by red_ned »

i trust valve and support the hashing thing they used to try and track cheats down as it spoiled loads of games all the way back to early tfc/cs/css and even CiC had someone cheat once and be removed from the clan so we have to support a trusted company with no prior evil deeds that what they did was limited and targeted to remove the cheating bastards from my game play.
Image
May we all fight to live another day.
Post Reply