Creating a scan exclusion

A scan exclusion is a set of conditions that must be fulfilled so that Kaspersky Industrial CyberSecurity for Nodes will not scan a particular object for viruses and other threats.

Scan exclusions can be used by the following application components and tasks:

Kaspersky Industrial CyberSecurity for Nodes does not scan an object if the drive or folder containing this object is included in the scan scope at the start of one of the scan tasks. However, the scan exclusion is not applied when a custom scan task is started for this particular object.

Kaspersky Industrial CyberSecurity for Nodes does not support exclusion lists containing over 5000 objects.

How to create a scan exclusion in the Kaspersky Security Center Administration Console

How to create a scan exclusion in the Kaspersky Security Center Web Console

How to create a scan exclusion in the Application Console

Path mask examples:

Paths to files located in any folder:

  • The mask *.exe will include all paths to files that have the exe extension.
  • The mask example* will include all paths to files named EXAMPLE.

Paths to files located in a specified folder:

  • The C:\dir\*.* mask will include all paths to files located in the C:\dir\ folder, but not in the subfolders of C:\dir\.
  • The mask C:\dir\* will include all paths to files located in the C:\dir\ folder, including subfolders.
  • The mask C:\dir\ will include all paths to files located in the C:\dir\ folder, including subfolders.
  • The mask C:\dir\*.exe will include all paths to files with the EXE extension located in the C:\dir\ folder, but not in the subfolders of C:\dir\.
  • The mask C:\dir\test will include all paths to files named "test" located in the C:\dir\ folder, but not in the subfolders of C:\dir\.
  • The mask C:\dir\*\test will include all paths to files named "test" located in the C:\dir\ folder and in the subfolders of C:\dir\.
  • The mask C:\dir1\*\dir3\ will include all paths to files in dir3 subfolders one level into the C:\dir1\ folder.
  • The mask C:\dir1\**\dirN\ will include all paths to files in dirN subfolders in the C:\dir1\ folder at any level.

Paths to files located in all folders with a specified name:

  • The mask dir\*.* will include all paths to files in folders named "dir", but not in the subfolders of those folders.
  • The mask dir\* will include all paths to files in folders named "dir", but not in the subfolders of those folders.
  • The mask dir\ will include all paths to files in folders named "dir", but not in the subfolders of those folders.
  • The mask dir\*.exe will include all paths to files with the EXE extension in folders named "dir", but not in the subfolders of those folders.
  • The mask dir\test will include all paths to files named "test" in folders named "dir", but not in the subfolders of those folders.

Page top