SecureAPlus Forum

Forum Support => Software Problems and Questions => Topic started by: Matt g on May 20, 2016, 10:01:16 AM

Title: Does White listing block all types of files?
Post by: Matt g on May 20, 2016, 10:01:16 AM
Does White listing block all types of files? Not only exes?

Such as these:

http://www.howtogeek.com/137270/50-file-extensions-that-are-potentially-dangerous-on-windows/
Title: Re: Does White listing block all types of files?
Post by: hendy on May 20, 2016, 10:45:53 AM
It blocks all executable files regardless of the extension, based on the PE structure.
For non-executable, such as scripts, they are configurable. You can always add more extension to target to.
By default some of the commonly used scripts, such as .jar, .vbs, .js, etc, are already in the settings.
Title: Re: Does White listing block all types of files?
Post by: Matt g on May 20, 2016, 05:57:21 PM
Thanks!