-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All files blocked #16
Comments
Further witling down found that I have the following files to include However these aren't in the download list. So i'm unsure how these are getting in. Other language characters perhaps? |
No one experiencing the same issue? |
Hello, That's some strange behavior. I do use this list as well and haven't seen any issues so far on my Windows Server 2022. I also make use of my own PowerShell script. I also haven't touched the DeployCryptoBlocker.ps1 file other than reverting a change back to it's original to retrieve the extensions again from my updated list URL as seen here. #12 |
Peculiar. Only other things I can think of which might make my environment different is i'm based in the UK. |
I didn't let the script install FSRM. This was already installed. The script just created the groups, downloaded the list and then blocked everything due to those entries. |
I've added my simplified script creating and updating the extensions in a File Group. https://github.com/DFFspace/CryptoBlocker/blob/master/AddFSRMFileGroup.ps1 Also something I was wondering you mentioned it blocking all files? Could it be using all the default File Groups? |
Hello @AciidSn3ak3r, Please have a look at: nexxai#104 (comment) Think we found what causing the issue. |
Hi, https://raw.githubusercontent.com/DFFspace/CryptoBlocker/master/KnownExtensions.txt Do you guys know why? I can't find an actual solution for the original script in this or the other thread. Thanks in advance! |
Hello @madeyem! Thanks for reaching out. I have just made some changes in the https://github.com/DFFspace/CryptoBlocker/blob/master/DeployCryptoBlocker.ps1 script, that should fix the issue were it is blocking all files. Let me know if that works for you. |
Hi @DFFspace, In line 210 shouldn't it be $KnownExtensionsListURL instead of $UpdateURL? |
Thanks for pointing that out. Fixed it! |
Script looks good now, "All files blocked" is not happening any more. |
Hi,
I used to use the original development of this script which worked fine, but recently moved to a new file server and found this fork and with an updated list.
Installed the script linked to this fork and found it blocked all files going on this file server.
Disabled CryptoBlockerGroup1 and files could now be saved.
I can't see what actually causes my files to block and under which type.
I did add a skip list for the common files I saw being blocked. Namely pdf, xksx, docx etc. But didn't make a difference. Seems to be every file being blocked.
Currently using Windows Server 2022.
Ta
The text was updated successfully, but these errors were encountered: