To exclude specific files or folders from Veeam Threat Hunter scans, add a registry entry on your Veeam Backup Server:
Registry Path: HKLM\SOFTWARE\Veeam\Veeam Threat Hunter\
Value Name: VTHScanExclusions
Value Type: Multi-String (REG_MULTI_SZ)
Value Data: See guidelines below
How to Enter Exclusions:
\ and a wildcard * at the end.Documents\* (excludes all files in any folder named Documents)*) can be used anywhere in the exclusion text—at the beginning, middle, or end.*\temp* (matches any folder or file that begins with "temp")Documents* is treated as *\Documents*C:\) are ignored and replaced with a wildcard, so exclusions apply to all drives.C:\Users\*\Documents\* is treated as *\Users\*\Documents\*How It Works:
When a file is scanned, the Veeam Threat Hunter checks the file’s absolute path against each exclusion entry. If any exclusion entry matches that file's path, the file is skipped from the scan. Think of each exclusion entry as a simple pattern-matching filter, like a simplified RegEx; if a file's absolute path matches any part, it is skipped.
Exclusion Examples:
*.foo is treated as *\*.foo and matches any file with the extension .foo anywhere on any drive.foo.txt would be treated as *\foo.txt and would match any file named foo.txt in any folder on any drive.foo* is treated as *\foo* and matches any file or folder that starts with foo in its name.
C:\Users\Administrator\Documents\foo123.txtC:\Users\Administrator\Downloads\food\recipies\potpie.pdfD:\Security\footage\incidents\evidence.mp4foo\* or \foo\* or C:\foo\* are all treated as *\foo\* and match any file path containing a folder named foo.
C:\foo\*C:\Users\Administrator\AppData\Local\foo\*C:\Users\foo\*\foo1*\foo2*\* is treated as *\foo1*\foo2*\* and matches any file with a folder path that contains a folder that starts with foo2* and that folder is within a folder starting with foo1*, no matter how deep in the path.E:\foo113\folder\subfolder\foo212\specimen.jpegC:\Users\foo1337\Videos\foo242\puppies.mp4If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case