Qualys collector
Overview
Qualys, Inc. (NASDAQ: QLYS) is a pioneer and leading provider of cloud-based security and compliance solutions. The Qualys Cloud Platform and its integrated apps help businesses simplify security operations and lower the cost of compliance by delivering critical security intelligence on demand and automating the full spectrum of auditing, compliance and protection for IT systems and web applications.
Devo collector features
Feature | Details |
---|---|
Allow parallel downloading ( |
|
Running environments |
|
Populated Devo events |
|
Flattening preprocessing |
|
Allowed source events obfuscation |
|
Data sources
Data source | Description | API endpoint | Collector service name | Devo table | Available from release |
VM Scans | The VM Scan API (/api/2.0/fo/scan/) is used to obtain a list of vulnerability scans in your account and to take actions on them like cancel, pause, resume, and fetch (download) finished results. https://cdn2.qualys.com/docs/qualys-api-vmpc-user-guide.pdf#page=27&zoom=100,76,89 |
|
|
| v1.0.0 |
Host List | Download a list of scanned hosts in the user’s account. By default, all scanned hosts in the user account are included and basic information about each host is provided. Hosts in the XML output are sorted by host ID in ascending order. https://cdn2.qualys.com/docs/qualys-api-vmpc-user-guide.pdf#page=381 |
|
|
| v1.0.0 |
Host List Detection | Download a list of hosts with the hosts latest vulnerability data, based on the host based scan data available in the user’s account. This data brings a lot of value to customers because they provide the latest complete vulnerability status for the hosts (NEW, ACTIVE, FIXED, REOPENED) and history information. https://cdn2.qualys.com/docs/qualys-api-vmpc-user-guide.pdf#page=390 |
|
|
| v1.0.0 |
User Activity Log
| You can view the Activity Log using the Qualys user interface and the Activity Log API (/api/2.0/fo/activity_log). The Activity Log shows details about user actions taken. https://cdn2.qualys.com/docs/qualys-api-vmpc-user-guide.pdf#page=641 |
|
|
| v1.0.0 |
For more information on how the events are parsed, visit our page.
Minimum configuration required for basic pulling
Although this collector supports advanced configuration, the fields required to retrieve data with basic configuration are defined below.
This minimum configuration refers exclusively to those specific parameters of this integration. There are more required parameters related to the generic behavior of the collector. Check setting sections for details.
Setting | Details |
---|---|
| The Qualys username. |
| The Qualys password. |
| The Qualys hostname. This must be supplied by every customer that wants to use this collector. For the "hostname", you can identify it in https://www.qualys.com/platform-identification/. Please, note that the hostname should not include the https:// protocol prefix. |
See the Accepted authentication methods section to verify which settings are required based on the desired authentication method.
Accepted authentication methods
Authentication method | username | password |
username/password | Required | Required |
Vendor setup
In order to retrieve the data, you need the following:
Create Qualys user account
Authentication with valid Qualys user account credentials is required in order to run Qualys API requests to the Qualys API servers.
These servers are hosted at the Qualys platform, also referred to as the Security Operations Center (SOC), where your account is located. If you need assistance with obtaining a Qualys account, please contact your Qualys account representative. Users with a Qualys user account may access the API functions. When a subscription has multiple users, all users with any user role (except Contact) can use the Qualys API. Each user’s permissions correspond to their assigned user role.
Qualys user accounts that have been enabled with VIP two-factor authentication can be used with the Qualys API, however two-factor authentication will not be used when making API requests. Two-factor authentication is only supported when logging into the Qualys GUI.
Get Qualys API Server URL
The Qualys API URL you should use for API requests depends on the Qualys platform where your account is located. Click here to identify your Qualys platform and get the API URL. This documentation uses the API server URL for Qualys US Platform 1 (https://qualysapi.qualys.com ) in sample API requests.
If you’re on another platform, please replace this URL with the appropriate server URL for your account. Still have questions? You can easily find the API server URL for your account. Just log in to your Qualys account and go to Help → About. You’ll see this information under Security Operations Center (SOC).
You can find the complete API here.
Assigning required permissions
For more information check this article.
Run the collector
Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).
Collector services detail
This section is intended to explain how to proceed with specific actions for services.
VM Scans example
Internal process and deduplication method
Data is collected by setting a start date. To eliminate duplicates, the date of the last event sent to Devo and the IDs of events with the same date are stored.
Devo categorization and destination
All events of this service are ingested into the table vuln.qualys.vulnerabilities
Setup Output
A successful run has the following output messages for the setup module:
INFO InputProcess::MainThread -> QualysPullerSetup(example_collector,qualys#13241243,vm_scans#predefined) -> Starting thread
WARNING InputProcess::QualysPullerSetup(example_collector,qualys#13241243,vm_scans#predefined) -> The token/header/authentication has not been created yet
INFO InputProcess::QualysPullerSetup(example_collector,qualys#13241243,vm_scans#predefined) -> Finished building connector.
INFO InputProcess::QualysPullerSetup(example_collector,qualys#13241243,vm_scans#predefined) -> Setup for module <QualysScansPuller> has been successfully executed
Puller Output
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> QualysScansPuller(qualys,13241243,vm_scans,predefined) Starting the execution of pre_pull()
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Reading persisted data
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Data retrieved from the persistence: {'@persistence_version': 1, 'start_time_str': '2024-01-07T05:00:00Z', 'last_event_time_str': '2024-01-07T05:00:00Z', 'last_ids': []}
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Running the persistence upgrade steps
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Running the persistence corrections steps
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Running the persistence corrections steps
WARNING InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Some changes have been detected and the persistence needs to be updated. Previous content: {'@persistence_version': 1, 'start_time_str': '2024-01-07T05:00:00Z', 'last_event_time_str': '2024-01-07T05:00:00Z', 'last_ids': []}. New content: {'@persistence_version': 1, 'start_time_str': '2024-01-09T05:00:00Z', 'last_event_time_str': '2024-01-09T05:00:00Z', 'last_ids': []}
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Updating the persistence
WARNING InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Persistence has been updated successfully
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> QualysScansPuller(qualys,13241243,vm_scans,predefined) Finalizing the execution of pre_pull()
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Starting data collection every 60 seconds
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Pull Started
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704855745.16165 (no. 1 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704855743.16156 (no. 2 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704855742.16154 (no. 3 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844946.14597 (no. 4 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844941.14584 (no. 5 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844939.14574 (no. 6 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844879.14540 (no. 7 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844836.14456 (no. 8 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Fetched scan with reference scan/1704844836.14462 (no. 9 out of 9)
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> (Partial) Statistics for this pull cycle (@devo_pulling_id=1704880028290):Number of requests made: 1; Number of events received: 9; Number of duplicated events filtered out: 0; Number of events generated and sent: 9; Average of events per second: 0.048.
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Statistics for this pull cycle (@devo_pulling_id=1704880028290):Number of requests made: 1; Number of events received: 9; Number of duplicated events filtered out: 0; Number of events generated and sent: 9; Average of events per second: 0.048.
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> The data is up to date!
After a successful collector’s execution (this is, no error logs were found), you should be able to see the following log message:
INFO InputProcess::QualysScansPuller(qualys,13241243,vm_scans,predefined) -> Statistics for this pull cycle (@devo_pulling_id=1704880028290):Number of requests made: 1; Number of events received: 9; Number of duplicated events filtered out: 0; Number of events generated and sent: 9; Average of events per second: 0.048.
Restart the persistence
This collector uses persistent storage to download events in an orderly fashion and avoid duplicates. In case you want to re-ingest historical data or recreate the persistence, you can restart the persistence of this collector by following these steps:
Edit the configuration file.
Change the value of the
start_time_utc
parameter to a different one.Save the changes.
Restart the collector.
The collector will detect this change and will restart the persistence using the parameters of the configuration file or the default configuration in case it has not been provided.
Troubleshooting
This collector has different security layers that detect both an invalid configuration and abnormal operation. This table will help you detect and resolve the most common errors.
Common Logic
Error Type | Error Id | Error Message | Cause | Solution |
InitVariablesError | 1 | Missing parameter: 'datetime_format' in module_globals (collector_definitions) | Parameter 'datetime_format' is not in collector_definitions.yaml | Contact the internal Devo team. |
2 | start_time_utc value: {start_time_in_utc_str} does not comply with required format: {datetime_format} | The start_time_utc date entered by the user meets the required format. | Change the date to comply with the format, see the documentation for the format. | |
3 | Invalid start_time_in_utc: {datetime_utc_now}. Must be in the past.
| The start_time_utc date entered by the user is in the future. | Please enter a start_time_utc date earlier than the current date. | |
SetupError | 102 | ERROR: API Error. Cause: {e} | The cause and solution to the problem will be explained in the error message itself. | The cause and solution to the problem will be explained in the error message itself. |
PullError | PullError | ERROR: API Error. Cause: {e} | The cause and solution to the problem will be explained in the error message itself. | The cause and solution to the problem will be explained in the error message itself. |
Collector operations
Verify collector operations
Initialization
The initialization module is in charge of setup and running the input (pulling logic) and output (delivering logic) services and validating the given configuration.
A successful run has the following output messages for the initializer module:
Events delivery and Devo ingestion
The event delivery module is in charge of receiving the events from the internal queues where all events are injected by the pullers and delivering them using the selected compatible delivery method. A successful run has the following output messages for the initializer module:
Sender services
The Integrations Factory Collector SDK has 3 different senders services depending on the event type to delivery (internal, standard, and lookup). This collector uses the following Sender Services:
Sender services | Description |
---|---|
| In charge of delivering internal metrics to Devo such as logging traces or metrics. |
| In charge of delivering pulled events to Devo. |
Sender statistics
Each service displays its own performance statistics that allow checking how many events have been delivered to Devo by type:
Logging trace | Description |
Number of available senders: 1 | Displays the number of concurrent senders available for the given Sender Service |
sender manager internal queue size: 0 | Displays the items available in the internal sender queue. |
Standard - Total number of messages sent: 57, messages sent since "2023-01-10 16:09:16.116750+00:00": 0 (elapsed 0.000 seconds | Displayes the number of events from the last time and following the given example, the following conclusions can be obtained:
|
Check memory usage
To check the memory usage of this collector, look for the following log records in the collector which are displayed every 5 minutes by default, always after running the memory-free process.
The used memory is displayed by running processes and the sum of both values will give the total used memory for the collector.
The global pressure of the available memory is displayed in the global value.
All metrics (Global, RSS, VMS) include the value before freeing and after previous -> after freeing memory
Change log
Release | Released on | Release type | Details | Recommended actions |
| Jun 27, 2024 | BUG FIXING | Bug fixing
|
|
| Apr 4, 2024 | IMPROVEMENTS | Improvements Deployed the full version of the Qualys with the following update:
|
|
| Jan 22, 2024 | initial release | Full release |
|