开发者

Integrated windows authentication and cloning users from xp

开发者 https://www.devze.com 2022-12-22 14:23 出处:网络
I have a security question about integrated windows authentication. Let say we are using .net remoting hosted in iis.

I have a security question about integrated windows authentication.

Let say we are using .net remoting hosted in iis. The system uses integrated windows authentication.

What if some client manages to clone the OS t开发者_如何转开发o other PC or just clone the user to other PC. (Other PC whit the same username and same password hash)

Then also the other PC can access the server resources pretending that it is someone else and make some bad thinks.

Is this possible? Cloning the same user to other PC is a peace of cake. The user that is using the client can find several ways to to this.

How can I prevent this scenario?


After cloning you would also need an active session with the user being logged on. This only works if

  1. The user was logged on to the original PC and the PC was hibernated, and
  2. If Windows has been configured not to ask for credentials when resuming a hibernated session.

So basically attackers can use that to impersonate as someone else only if they have physical access to the machine and if the system is not configured in a secure way.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号