I looked through the existing reports and did not see one to search a specific file. There's 2 included for IExplorer and Firefox. I figured I'd cheat and just edit one of those, replacing firefox.exe with 0612.txt.
Unfortunately that did not work as I got no Results found. I'm adding the sql below with the full directory path of the file im looking for. Any Ideas?
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblFileVersions.Found,
tblFileVersions.FilePathfull
From tblAssets
Inner Join tblFileVersions On tblAssets.AssetID = tblFileVersions.AssetID
Where tblFileVersions.FilePathfull = 'C:\Program Files\UltraVNC\0612.txt' And
tblAssets.Assettype = -1
Order By tblAssets.AssetName