A data file used by one of my applications was recently quarantined by Symantec Antivirus (signature triggered was 'Nightfall.5815'). The file is written and read dynamically, and the content is arbitrary data.
Is there any way for my application to avoid these files triggering AV scans?
I am aware of other questions on SO concerning false positives, but they mostly appear to be concerned with executable files and Delphi. Many of the answers to this type of question involve contacting the AV vendors to report the false positive. In my case this is an arbitrary data file that I need to protect from quarantine, so I'm not sure a single report and resolution would prevent me from triggering again in the future. I am interested if there are any general approaches to avoiding this from the application perspective (different file permissions, altering file format), or if there is a way to address this by possibly excluding a directory from the scan.