-
Notifications
You must be signed in to change notification settings - Fork 72
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
cryptoblocker fsrm update #91
Comments
I'm working on a script like that right now (https://github.com/SparkyzCodez/FSRM-Anti-ransomware) but I don't have anything concrete yet. Permissions are sort of a pain with scheduler tasks that need pretty low level access. I am working on two scheduler tasks. One will download new definitions from Experiant (only if needed) and the other runs a refresh on the file screens every day. The refresh makes sure that all desired shares and drives (and also honey pots for my script) are covered every day with the latest definitions. That way you don't have to worry about changes to your network being missed. The biggest "gotcha" is knowing when to use double quotes, single quotes, and no quotes with powershell command. If there's any question about whether or not you can use a space in a path name you should probably find and use the 8.3 (old DOS style) file names. In the meantime, I'll attach a task scheduler XML export that should help you work through all the tricks. You'll just need to tweak the script names to make it work with whatever script you're using. (You could always use my FSRM Anti-ransomware scripts too.) NOTE!: I had to rename the file from .xml to .txt. Just change it back. |
Hi, thanks, will check it out. Old DOS commands sometimes still good enough :) |
@Indr3k can you test my variant in a scheduled task? It will rebuild the screens to make sure they are compliant. |
Hi, is there there a separate script for creating a task scheduler and adding it to update the list ?
The text was updated successfully, but these errors were encountered: