How is the Qualys rescan function setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 01:31 PM
VR 14.0.6 with Qualys 12.1.1
Issue: Initiating a rescan within a VIT produces a status message of "Error code 1901. Message: Unrecognized parameters." V12.1.1 claimed to fix this error code, but it is still occurring. Any ideas?
- Labels:
-
Vulnerability Response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 06:02 AM
Martin -
This error reads like there is a query parameter being passed that the API does not know how to handle. In this case 'ip_network_id'. Looking at the API /api/2.0/fo/scan/scan_list_output.dtd it is a supported parameter, but has an additional note: ip_network_id (when the Network Support feature is
enabled).
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 06:29 AM
Jerald -
Thanks for the response.
Shouldn't the Qualys integration API calls be set up correctly by default? I would also assume one should not edit/change the current API setup in ServiceNow. Our Qualys account does not have the Network Support feature enabled. The API documentation says that ip_network_id will only be valid if the feature is enabled and that it is optional. I have also verified the service account used has the Scanner Role and has API Access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 11:24 AM
Martin -
Few more items to check on:
- Is the Lookup By Network Partition enabled on the Qualys import settings?
- Is the parameter being added in the sn_vul_qualys.QualysScanner._buildScanRequest() method?
- Is the parameter being added in the HTTP Query Parameters for the Post Method?
System Web Services->Outbound->Rest Message->Qualys Scan REST Template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 01:51 PM