maxrebo Posted December 7, 2016 Posted December 7, 2016 Just setting up SRP to block .exe, .bat etc.., is there a way of blocking these file types to all subfolders other than doing \*\*\*.exe....?
manick Posted December 7, 2016 Posted December 7, 2016 Hi Max, Do you mean blocking them from being saved or stopping them being run (as in for cryptolocker purposes)? sorry if this sounds like a daft question just want to make sure what you're asking. 1
manick Posted December 7, 2016 Posted December 7, 2016 I don't think there is a way and I personally have had to enter the following individually %appdata%*.exe, %appdata%*.bat, %appdata%*.ps1, %Application Data%*.exe, %Application Data%*.bat, %Application Data%*.ps1, %temp%*.exe, %temp%*.bat, %temp%*.ps1, %temp%*.zip*.exe, %temp%\7z\*.exe, %temp%\rar\*.exe, %temp%\wz\*.exe, %userprofile%*.bat, %userprofile%*.exe, %userprofile%*.ps1 Hopefully somebody will be along soon who has figured out how to do it. 1
Arthur Posted December 7, 2016 Posted December 7, 2016 is there a way of blocking these file types to all subfolders If SRP is anything like AppLocker then you can use FOLDERPATH\* to prevent execution from all subfolders. e.g. www.edugeek.net/forums/how-do-you-do/159149-cryptolocker-prevention-4.html#post1440802 1
maxrebo Posted December 7, 2016 Author Posted December 7, 2016 Ok thanks, I will give this a try this afternoon
Arthur Posted December 7, 2016 Posted December 7, 2016 The above worked fine Excellent! Thanks for the update.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now