all groups > iis security > november 2007 >
You're in the

iis security

group:

WebSite Machine Registration


WebSite Machine Registration Jim
11/19/2007 3:56:02 PM
iis security:
I apologize if I'm posting this in the wrong group but since I don't
know the answer to my question, I have no idea where it should be
posted. I have seen several banking websites that are able to
determine that I'm connecting from different machines. The websites
register each one asking extra security questions before allowing the
new machine to be used with the website. I have deleted all temporary
internet files and all cookies as a test and the website still knows
my machine has been previously registered. So information stored in
Re: WebSite Machine Registration David Wang
11/19/2007 7:29:38 PM
[quoted text, click to view]


Since you are having problems with the banking websites themselves, I
suggest contacting their support personel on how to accomplish your
task.

I assume you want official answers and not random "informed" hearsay.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
Re: WebSite Machine Registration Jim
11/20/2007 7:32:21 AM
[quoted text, click to view]

I'm sorry my post was not clear. I am not having any problems with
any banking websites. I only listed them as examples. I am trying to
develop a similar behavior and I have no clue how they do it. They
have no access to the machines 'innards' (i.e. serial numbers of
hardware, operating system guids, etc.) and I've verified that they
are not using cookies.

I assume a bank will politely blow me off if I call and say "Hi, I'm
not having any problems with your website but can you explain exactly
how you implement your security?" It is not their business to teach
me how to develop websites but I assume someone knows how to implement
Re: WebSite Machine Registration Tom [Pepper] Willett
11/20/2007 11:05:45 AM
Sounds more like a web development/coding/browser issue, not IIS.


: I'm sorry my post was not clear. I am not having any problems with
: any banking websites. I only listed them as examples. I am trying to
: develop a similar behavior and I have no clue how they do it. They
: have no access to the machines 'innards' (i.e. serial numbers of
: hardware, operating system guids, etc.) and I've verified that they
: are not using cookies.
:
: I assume a bank will politely blow me off if I call and say "Hi, I'm
: not having any problems with your website but can you explain exactly
: how you implement your security?" It is not their business to teach
: me how to develop websites but I assume someone knows how to implement
: similar functionality.

Re: WebSite Machine Registration Jim
11/20/2007 11:42:45 AM
On Nov 20, 11:05 am, "Tom [Pepper] Willett"
[quoted text, click to view]
As I originally said, I have no idea where I should post this. What
Re: WebSite Machine Registration David Wang
11/20/2007 7:17:55 PM
[quoted text, click to view]



If I wanted to solve this problem, I would think about it like this:

In order for a system to recognize that a computer has been
registered, it must store some that information state *somewhere*.
From an implementation perspective, that state is often stored on the
accessing client system in the form of a cookie, but that's not the
only way to implement it. Maybe the state is stored on the server, in
the form of a MAC address of the network card or the IP of the
requesting client.

But that's just my thoughts on how to explain the observation and
solve the problem.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
AddThis Social Bookmark Button