Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2015 08:48 PM
The report below lists scan attempts logged by scan logging. Information on enabling scan logging can be found in this knowledge base article. Keep in mind that scan logging is disabled by default.
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As AssetType,
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tblScanHistory.ScanTime,
tblScanHistory.ScanServer,
tsysScanningMethods.ScanningMethod,
tblScanHistory.Description As ScanDescription
From tblScanHistory
Inner Join tsysScanningMethods On tsysScanningMethods.ScanningMethodId =
tblScanHistory.ScanningMethodId
Inner Join tblAssets On tblAssets.AssetID = tblScanHistory.AssetId
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Order By tblScanHistory.ScanTime Desc
Labels:
- Labels:
-
Finished Reports
-
Report Center
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 03:04 PM
The credential last used to scan an asset is currently not stored in the database. As such we cannot modify the report to give back this information.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2017 11:34 PM
I'd like to know this as well.


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 03:34 PM
Is it possible to modify this report to include the credential or method that was used for the scan? For example Global SSH, VMware, etc...
