Skip to content
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

Exclude certain files and folders? #89

Open
riahc3 opened this issue Nov 30, 2019 · 1 comment
Open

Exclude certain files and folders? #89

riahc3 opened this issue Nov 30, 2019 · 1 comment

Comments

@riahc3
Copy link

riahc3 commented Nov 30, 2019

Hello

I was wondering that besides excluding extensions, would it be possible to include a list to exclude certain files and folders?

Also something freeform, so to speak would be nice, such as:

hello.txt (ignores any file named hello.txt)
C:\files\hello.txt (ignores ONLY the file hello.txt located at C:\files\ )
files\ (ignores any folder named files, along with its contents)
C:\files\ (ignores ONLY the folder files located at C:, along with its contents)

Thanks

@SparkyzCodez
Copy link

One thing that you should never let anyone suggest to you is files that should be excluded...unless you really trust them. You don't want a black hat talking you into allowing something that they want.

That being said, there are several files under your Windows install directory that can probably be ignored. rat files etc.

It really has to be tailored to your specific servers, not your organization. You don't need many exclusions on a domain controller but you may have to make some concessions on a general file server.

Sorry for the plug, but:
https://github.com/SparkyzCodez/FSRM-Anti-ransomware

I have a sample JSON file with basic exclusions in my project that would give you a good starting point. There's also a tool that will generate a list of ALL matching file on your entire system. Then YOU can decide what what you need to exclude.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants