Protecting Windows RemoteApp Servers

Comments

2 comments posted
Utilizing Software Restriction Policies to Mitigate Stuxnet

Chester Wisniewski has mentioned that it is possible to use SRP to mitigate and prevent the Stuxnet trojan from executing. I have spent countless hours working on this, and have not been able to reproduce Chester's results.

Can someone elaborate how SRP can be used to prevent the shortcut icon vulnerability from executing?

Posted by Anonymous on Thu, 2010-07-22 18:55
Re: Utilizing Software Restriction Policies to Mitigate Stuxnet

I'd suggest reading Didier Stevens' blog post on "Mitigating .LNK Exploitation With SRP". Basically, he creates a software restriction policy that sets the C: drive to be unrestricted, and then by defaults blocks all other execution.

His method probably wouldn't help against some infection vectors - namely embedded execution from office documents or from within ZIP files.

Also, this could have unintended consequences in complex environments (such as domain environments) where you may need to execute code from network shares, for example. Just make sure you test thoroughly.

Best of luck,

Christopher

Posted by Christopher on Fri, 2010-07-23 13:25