Author Topic: Does White listing block all types of files?  (Read 7921 times)

Offline Matt g

  • Newbie
  • *
  • Posts: 12
  • Kudos +0/-0
Does White listing block all types of files?
« 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/

Offline hendy

  • SecureAPlus Developer
  • Sr. Member
  • *****
  • Posts: 350
  • Kudos +16/-0
Re: Does White listing block all types of files?
« Reply #1 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.

Offline Matt g

  • Newbie
  • *
  • Posts: 12
  • Kudos +0/-0
Re: Does White listing block all types of files?
« Reply #2 on: May 20, 2016, 05:57:21 PM »
Thanks!