0 out of 1 rated this helpful - Rate this topic

Verify the Server is Who it Claims to Be

It is best to use mutual authentication, and thereby verify the identity of the server. An example of a common mistake that fails to do this is applications that have a local service into which clients call. In some configurations an administrator may decide that the system service is not really useful and may chose to stop it. An inventive attacker on a terminal server computer may launch a process that listens on the same endpoint, and when a client connects to an endpoint, allowing impersonation on the server without mutually authenticating the server, the attacker can impersonate the client and access the client's data, or make network calls on behalf of the client. Most system services run under a well-known account, such as LocalSysyem, LocalService, or NetworkService, which can be verified using mutual authentication.

 

 

Send comments about this topic to Microsoft

Build date: 11/23/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.