Solution
Modern anti-virus software is capable of flagging files and software as malicious based on generalised rules formed from known malware. This is done by blacklisting technology that relies on binary pattern matching.
To verify whether the files are high-risk or malicious, check the following:
1. Obtain a virus scan report from your anti-virus software.
2. Attempt to remove or quarantine the malicious file(s).
3. If the file can be located on the PC, confirm whether it has a digital signature.
Note: Do not assume that the digital signature has not been forged by malicious software. Instead, use this as an indicator that the file is unlikely to have been tampered with.

4. Obtain the File Checksum Integrity Verifier (FCIV) tool from Microsoft™.
- This tool is capable of calculating the MD5 checksums.
5. Using the FCIV tool, calculate the checksum of the flagged binary (instructions can be found on Microsoft's website).
- Ni ships MD5 checksums for all files within each distribution.
- NI's checksums can be found in the root level of the software's installer, or the bin subdirectory. The files are called dist_md5*xml or suite_md5*xml depending on the suite or distribution.
6.Verify whether the binary matches NI's checksums.
- If the binary does not match, the file is likely to be infected.
- If the binary matches, the anti-virus flag is likely to be a false positive.