Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Up and Running » Security » Security » PunkBuster service try to connnect to verisign.com?
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
kernelfaultcheck - urgent please help »
« Secure Email  

Mats
Here kitty and the chimp. Smash
Premium
join:2002-03-16

Re: PunkBuster service try to connnect to verisign.com?

said by MAT777 See Profile :

Maybe pb always connected to verisign in the past and I didn't notice it because I allowed pb to accces the net. And when it got updated, my firewall detected it.
This is correct..

Your firewall detected the change to punkbuster program..

MAT777

join:2002-02-02
Montreal
·TekSavvy Solutions..
·Videotron

Re: PunkBuster service try to connnect to verisign.com?

said by Mats See Profile :

said by MAT777 See Profile :

Maybe pb always connected to verisign in the past and I didn't notice it because I allowed pb to accces the net. And when it got updated, my firewall detected it.
This is correct..

Your firewall detected the change to punkbuster program..
Ok, and what is verisign and what pb has to do with it? You have an idear?

btw, I sent a ticket to evenbalance to know if this is a normal activity for pb or not.

NetFixer
Freedom is NOT Free
Premium
join:2004-06-24
Murfreesboro, TN

Re: PunkBuster service try to connnect to verisign.com?

Th IP address you posted is one of several crl.verisign.com addresses which are used to check SSL certificate validity.

MAT777

join:2002-02-02
Montreal
·TekSavvy Solutions..
·Videotron

Re: PunkBuster service try to connnect to verisign.com?

said by NetFixer See Profile :

Th IP address you posted is one of several crl.verisign.com addresses which are used to check SSL certificate validity.
Do you know why pb has to check for a ssl certificate validity?

Steve
I'm a PC, so shut up
Consultant
join:2001-03-10
Yorba Linda, CA

Re: PunkBuster service try to connnect to verisign.com?

said by MAT777 See Profile :

Do you know why pb has to check for a ssl certificate validity?
This is almost certainly automatic behavior by the Windows libraries, not volitional activity by punkbuster.

A CRL — Certificate Revocation List — is used to insure that certificates are still valid and have not been revoked.

When a client (which could be a browser or an application) connects to an SSL-protected resource, it verifies that the cert is valid by following the signing chain down from the roots. The result of this process is a yes/no that the cert is in fact valid.

But there is also a list of revoked certs; ones that were in fact signed (and will pass signing verification), but should nevertheless be considered invalid.

Let's say that I get an SSL cert for www.unixwiz.net from Verisign, but I foolishly allow a bad guy to get my private key and passphrase. That means he can use that cert on a fake www.unixwiz.net website. Oh snap!

So I'll revoke my certificate, which gets it put on the list maintained by crl.verisign.com. So when the Win32 secure-socket libraries verify a cert, it checks the root signing chain and to see if that cert is on the revocation list.

So it's unlikely that Punkbuster is doing anything but calling a Win32-provided library to set up a secure connection, and the library is doing all the heavy lifting.

Steve
--
Stephen J. Friedl | Unix Wizard | Microsoft Security MVP | Tustin, California USA | my web site

MAT777

join:2002-02-02
Montreal
·TekSavvy Solutions..
·Videotron


1 edit

Re: PunkBuster service try to connnect to verisign.com?

said by Steve See Profile :

Let's say that I get an SSL cert for www.unixwiz.net from Verisign,

If I want to understand the whole thing, I need to understand:
What the SSL cert is useful for? Why you'd get a cert?

Steve
I'm a PC, so shut up
Consultant
join:2001-03-10
Yorba Linda, CA

Re: PunkBuster service try to connnect to verisign.com?

said by MAT777 See Profile :

What the SSL cert is useful for? Why you'd get a cert?
An SSL cert is an attestation of identity: if I have an SSL cert for my my website, then if the cert passes validity you can be sure that it really is my website.

You care about this when you visit your bank, insuring that they are who the URL claims them to be (I personally can't get an SSL certificate for wellsfargo.com).

Additionally, an application such as punkbuster may well need to phone home to get updates and the like: it needs to be sure that when it thinks it's hitting the made-up URL update.punkbuster.com, that it really is connecting to that site.

It's not out of the question to imagine somebody trying to subvert Punkbuster by setting up a fake update site and messing with local DNS, in an attempt to get the software to get a bogus update. But when the fake site is unable to produces a root-CA-signed update.punkbuster.com certificate, then the application knows it's not talking to the real deal.

But please note that an attestation to identity is not the same as an attestation to safety - I could set up www.FreeSpywareWithPorn.com, get a valid cert, and offer exactly what I claim. Just because the site is what it claims to be doesn't mean that it's safe.

Steve
--
Stephen J. Friedl | Unix Wizard | Microsoft Security MVP | Tustin, California USA | my web site

MAT777

join:2002-02-02
Montreal

1 edit

Re: PunkBuster service try to connnect to verisign.com?

But for example, when I visit my bank site, what check the ssl certificate? Firefox?

Maybe my bank don't use this, do you have an example of a site that use a ssl certificate?

Steve
I'm a PC, so shut up
Consultant
join:2001-03-10
Yorba Linda, CA

Re: PunkBuster service try to connnect to verisign.com?

said by MAT777 See Profile :

But for example, when I visit my bank site, what check the ssl certificate? Firefox?
Your web browser checks the cert: it insures that the Common Name on the certificate matches the URL in the address line, that the cert has a chain of signing from the trusted root certs, that the cert has not expired, and that the cert has not been added to a revocation list (there are other housekeeping checks too).

All online banking uses SSL: if you see https in the URL, it's using an SSL certificate.

Steve
--
Stephen J. Friedl | Unix Wizard | Microsoft Security MVP | Tustin, California USA | my web site

MAT777

join:2002-02-02
Montreal

Re: PunkBuster service try to connnect to verisign.com?

https, ok, I got it now. Thanks for all this information.

Mats
Here kitty and the chimp. Smash
Premium
join:2002-03-16

said by MAT777 See Profile :

Ok, and what is verisign

»en.wikipedia.org/wiki/VeriSign

MAT777

join:2002-02-02
Montreal
·TekSavvy Solutions..
·Videotron

Re: PunkBuster service try to connnect to verisign.com?

said by Mats See Profile :

said by MAT777 See Profile :

Ok, and what is verisign

»en.wikipedia.org/wiki/VeriSign
Yes I have read this before coming here.

"VeriSign also provides a variety of security and telecom services"

This is kind of vast to know what they do. Are they a ad/spyware compagny under the cover of ssl certificate?

Mats
Here kitty and the chimp. Smash
Premium
join:2002-03-16

Re: PunkBuster service try to connnect to verisign.com?

No they arent..

I could never give you an explanation that you would understand.. Hopefully someone will come in soon who can..

jimkyle
Btrieve Guy
Premium
join:2002-10-20
Oklahoma City, OK
·AT&T Southwest

Re: PunkBuster service try to connnect to verisign.com?

Verisign was originally known as Network Solutions Inc., and was the original issuer of almost all URL names. It's still the registrar for *.com domains; if you have a dot-com domain registered anywhere else, your registrar is simply acting as Verisign's agent.

However the company's hat is not pure white. A few years ago they implemented a change to their service such that if a mis-typed address could not be found in their database, you would be redirected to their own search engine. This caused a firestorm of controversy and they undid their change. However many of us still do not trust the firm completely; the feeling was (and is) that any violation of the standards indicates that future violations may occur.

The reason any program would contact them to verify that a certificate is valid is that the program is "signed" by its maker to assure that it has not been forged. Some operating systems refuse to allow an unsigned program to install or run, but the only way to verify a program signature is to check it out with the original provider -- in this case Verisign.
--
Jim Kyle

MAT777

join:2002-02-02
Montreal
·TekSavvy Solutions..
·Videotron


2 edits

Re: PunkBuster service try to connnect to verisign.com?

So if I understand well, maybe pb is checking if the exe has not been hacked(forged?) on that site? That's how pb detect cheating? Looking at the amount of cheaters, this doesn't appear to work well

Is this the same certificate windowsxp ask you sometimes when you install driver?

Nice information btw, when I read this: "A few years ago they implemented a change to their service such that if a mis-typed address could not be found in their database, you would be redirected to their own search engine."
I think they prove they it could be a spyware. I'm waiting for evenbalance to know if it is a normal activity or if my pb exe was infected by a virus.
Forums » Up and Running » Security » Securitykernelfaultcheck - urgent please help »
« Secure Email  


Sunday, 06-Dec 12:46:03 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.republican-creole
page compression OFF
Most commented news this week
· [163] Comcast Releasing Promised Usage Meter
· [147] Avast Antivirus Has Gone Mad
· [135] The Bandwidth Hog Does Not Exist
· [128] Comcast Makes NBC Universal Acquisition Official
· [105] Graduate Student Unveils Sprint's GPS Sharing With Feds
· [101] Google Invades ISP, OpenDNS Turf With Google Public DNS
· [85] FCC Ponders Moving From PSTN To IP Voice
· [82] Latest Consumer Reports Survey Not Kind To AT&T
· [81] New Bill Aims To Limit ETFs
· [75] Sprint Defuses GPS Privacy Media Bomb
Most people now reading
· Bulb for garage door opener [Home Repair & Improvement]
· Is there any true cure for, or way to prevent, a hangover? [General Questions]
· Wife might have to work in.... Iowa for a few months!!! [General Questions]
· False positive in Avast! or is it real? [Security]
· [DNS] Google's public DNS... performance increases? [Comcast HSI]
· How fast is your upstream internet connection? [General Questions]
· Windows 7 boot manager editing questions [Microsoft Help]
· Connecting to Google Voice Via SIP [VOIP Tech Chat]
· Maximizing Rogue DPS for 3.1 [World of Warcraft]
· worried about the 1333mw card: think again [Wireless Service Providers]