Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Internet Gambling
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-27-2007, 09:27 PM
-zero- -zero- is offline
Senior Member
 
Join Date: Feb 2006
Location: Busting shortstackers
Posts: 5,071
Default Re: WiFi

Deluxe, is that enough of a risk to not use it? I'll probably end up cashing out as much as possible and still playing...
Reply With Quote
  #12  
Old 05-27-2007, 09:30 PM
JerseyDP JerseyDP is offline
Senior Member
 
Join Date: Jun 2004
Location: New Jersey!
Posts: 126
Default Re: WiFi

Deluxe8520 makes perfect sense, it's called a Man in middle attack and is very well known computer security issue.

Wikipedia Man in Middle
Reply With Quote
  #13  
Old 05-27-2007, 10:22 PM
Capitola Capitola is offline
Senior Member
 
Join Date: Oct 2005
Posts: 131
Default Re: WiFi

The susceptibility of SSL to man-in-the-middle attacks apparently depends on how well the site software implements SSL.

SSL Man-in-the-Middle Attacks

SSL Man-in-the-Middle Attacks refer the MITM attacks through SSL/TLS channles. SSL/TLS was supposed to mitigate that risk for web transactions by providing endpoint authentication and encryption. However, it is discovered in late 2000 the feasibility of mounting a MITM attack on the protocol. One faulty SSL client implementation, Microsoft's Internet Explorer, allows for transparent SSL MITM attacks when the attacker has any CA-signed certificate. An even greater risk is posed by unprotected systems where an attacker can preload his/her own trusted root authority certificates. The mitigation for such attack is to properly configure client SSL that would warn the user about problems with the server certificate.

Link 1
Link 2

Most sites probably won't give you much detail about their SSL implementation, but here's what PokerStars says:

Our client software uses the industry standard SSLv3 protocol. It is configured to use RSA for authentication and key generation and triple-DES (EDE3, in outer-CBC mode) for encryption. Currently we are using 512-bit RSA key, which according to [1] is sufficient for short and medium-term (up to several years) secrets. As we update server private keys every three months, we are secure with a good safety margin. The use of Triple-DES EDE3 for session encryption is considered even safer.

Beats me whether this is good enough to defeat MITM attacks, but maybe with a little research you could find out.
Reply With Quote
  #14  
Old 05-27-2007, 10:25 PM
Deluxe8520 Deluxe8520 is offline
Member
 
Join Date: Jan 2007
Posts: 36
Default Re: WiFi

[ QUOTE ]
Deluxe, is that enough of a risk to not use it? I'll probably end up cashing out as much as possible and still playing...

[/ QUOTE ]

Only you can answer that my man. Its the equivalent of shutting the front door to your house but not locking it. Most likely nobody will come in. Most people arent looking to rob your house. Most people wont even try to see if its unlocked. However, if somebody is determined and wants to rob you....they can.
Reply With Quote
  #15  
Old 05-28-2007, 12:54 AM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default Re: WiFi

[ QUOTE ]
It does make sense. Your computer is not the endpoint when you are using a router. The ROUTER and the WEBSITE are the two endpoints. You are connected to the internet through the router. All of the computers using the router connect to the internet through the router. If you are inside the wireless network of the router you can see ALL the traffic from any computer using that router if you have the right tools(SSL included). Thats why WPA2 security is so important.

[/ QUOTE ]

Doesn't internet traffic go through multiple routers?
Reply With Quote
  #16  
Old 05-28-2007, 01:11 AM
Deluxe8520 Deluxe8520 is offline
Member
 
Join Date: Jan 2007
Posts: 36
Default Re: WiFi

[ QUOTE ]
[ QUOTE ]
It does make sense. Your computer is not the endpoint when you are using a router. The ROUTER and the WEBSITE are the two endpoints. You are connected to the internet through the router. All of the computers using the router connect to the internet through the router. If you are inside the wireless network of the router you can see ALL the traffic from any computer using that router if you have the right tools(SSL included). Thats why WPA2 security is so important.

[/ QUOTE ]

Doesn't internet traffic go through multiple routers?

[/ QUOTE ]

No, your internet traffic goes through the router you are connected to. Maybe you are thinking of "ports". Your computer has many ports in which to establish a connection with another computer or to a server.
Reply With Quote
  #17  
Old 05-28-2007, 01:19 AM
Lyrrad Lyrrad is offline
Senior Member
 
Join Date: Oct 2006
Posts: 129
Default Re: WiFi

[ QUOTE ]


It does make sense. Your computer is not the endpoint when you are using a router. The ROUTER and the WEBSITE are the two endpoints. You are connected to the internet through the router. All of the computers using the router connect to the internet through the router. If you are inside the wireless network of the router you can see ALL the traffic from any computer using that router if you have the right tools(SSL included). Thats why WPA2 security is so important.

[/ QUOTE ]

Your point still is incorrect.

Properly implemented poker software would likely require the following:

1) First, you have to trust the software on your computer.
2) Then, in order to verify the site, your computer (client) contacts the site and receives data with a digital signature. Your client knows it's talking with the site and not an impostor because it can compare the SSL signature with its own copy of the site's public certificate.

3) The client can then work with the site to generate session keys to pass data back and forth.

A compromised router would not hurt the secrecy of the data passed.

Please note:

1) An untrusted router could drop your connection to generate a type of denial of service attack.
2) If SSL is not properly implemented, then a MITM attack could work. However, if this is the case, then it would work with any router along the route from your client to the site.
Reply With Quote
  #18  
Old 05-28-2007, 01:26 AM
Lyrrad Lyrrad is offline
Senior Member
 
Join Date: Oct 2006
Posts: 129
Default Re: WiFi

[ QUOTE ]
[ QUOTE ]


Doesn't internet traffic go through multiple routers?

[/ QUOTE ]

No, your internet traffic goes through the router you are connected to. Maybe you are thinking of "ports". Your computer has many ports in which to establish a connection with another computer or to a server.

[/ QUOTE ]

Sigh...

Yes, your internet traffic goes through the router you are connected to as well as many other computers on the way to the destination, which are also called routers. Maybe you are thinking of a "wireless access point". Your computer that connects wirelessly will connect to one access point in order to establish a connection with another computer or to a server.
Reply With Quote
  #19  
Old 05-28-2007, 01:43 AM
Deluxe8520 Deluxe8520 is offline
Member
 
Join Date: Jan 2007
Posts: 36
Default Re: WiFi

[ QUOTE ]
[ QUOTE ]


It does make sense. Your computer is not the endpoint when you are using a router. The ROUTER and the WEBSITE are the two endpoints. You are connected to the internet through the router. All of the computers using the router connect to the internet through the router. If you are inside the wireless network of the router you can see ALL the traffic from any computer using that router if you have the right tools(SSL included). Thats why WPA2 security is so important.

[/ QUOTE ]

Your point still is incorrect.

Properly implemented poker software would likely require the following:

1) First, you have to trust the software on your computer.
2) Then, in order to verify the site, your computer (client) contacts the site and receives data with a digital signature. Your client knows it's talking with the site and not an impostor because it can compare the SSL signature with its own copy of the site's public certificate.

3) The client can then work with the site to generate session keys to pass data back and forth.

A compromised router would not hurt the secrecy of the data passed.

Please note:

1) An untrusted router could drop your connection to generate a type of denial of service attack.
2) If SSL is not properly implemented, then a MITM attack could work. However, if this is the case, then it would work with any router along the route from your client to the site.

[/ QUOTE ]

An SSL certificate is between your connection(the wireless router since that is your internet connection) and the secure website. If the router is unsecure and a hacker can get in hes is inside your network(using the same connection). The SSL certificate is now between you, mr.hacker and the secure website. I am not saying it is easy but a skilled hacker can do it. I did a quick google search for ya.

http://www.nellis.af.mil/news/story.asp?id=123035765
Reply With Quote
  #20  
Old 05-28-2007, 01:49 AM
Deluxe8520 Deluxe8520 is offline
Member
 
Join Date: Jan 2007
Posts: 36
Default Re: WiFi

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]


Doesn't internet traffic go through multiple routers?

[/ QUOTE ]

No, your internet traffic goes through the router you are connected to. Maybe you are thinking of "ports". Your computer has many ports in which to establish a connection with another computer or to a server.

[/ QUOTE ]

Sigh...

Yes, your internet traffic goes through the router you are connected to as well as many other computers on the way to the destination, which are also called routers. Maybe you are thinking of a "wireless access point". Your computer that connects wirelessly will connect to one access point in order to establish a connection with another computer or to a server.

[/ QUOTE ]

Im pretty sure he was talking about the traffic leaving his computer. In which case it will always leave the router he is connected to first. Also for the purposes of hacking and being able to capture your internet traffic what you said has absolutely no relevance. Have a nice day [img]/images/graemlins/grin.gif[/img]
Reply With Quote
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 08:56 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.