First you need to add it to your scanned files in the LS GUI.
Then make the report looking in tblfileversions.
This is an example of the SQL code to make the report.
SELECT
tblFileVersions.Computername,
tblFileVersions.FilePathfull
FROM
tblFileVersions
WHERE
tblFileVersions.FilePathfull LIKE '%jushod.exe%'