VDT_R3.html

Report generated on 09-Mar-2023 at 15:26:55 by pytest-html v3.1.1

Environment

Packages {"pluggy": "0.13.1", "py": "1.10.0", "pytest": "6.2.3"}
Platform Linux-4.18.0-305.12.1.el8_4.x86_64-x86_64-with-centos-8.4.2105
Plugins {"html": "3.1.1", "metadata": "1.11.0", "testinfra": "5.0.0"}
Python 3.6.8

Summary

279 tests ran in 4033.10 seconds.

273 passed, 2 skipped, 4 failed, 0 errors, 2 expected failures, 0 unexpected passes
Tests Failed Success XFail Error
test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py 0 26 0 0
test_vulnerability_detector/test_feeds/test_cpe_indexing.py 0 18 0 0
test_vulnerability_detector/test_feeds/test_download_feeds.py 4 18 1 0
test_vulnerability_detector/test_feeds/test_duplicate_feeds.py 0 11 0 0
test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py 0 7 1 0
test_vulnerability_detector/test_feeds/test_msu_inventory.py 0 1 0 0
test_vulnerability_detector/test_feeds/test_validate_feed_content.py 0 44 0 0
test_vulnerability_detector/test_general_settings/test_enabled.py 0 2 0 0
test_vulnerability_detector/test_general_settings/test_interval.py 0 4 0 0
test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py 0 1 0 0
test_vulnerability_detector/test_general_settings/test_retry_interval.py 0 2 0 0
test_vulnerability_detector/test_general_settings/test_run_on_start.py 0 2 0 0
test_vulnerability_detector/test_providers/test_enabled.py 0 46 0 0
test_vulnerability_detector/test_providers/test_missing_os.py 0 8 0 0
test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py 0 2 0 0
test_vulnerability_detector/test_providers/test_os.py 0 23 0 0
test_vulnerability_detector/test_providers/test_update_from_year.py 0 6 0 0
test_vulnerability_detector/test_providers/test_update_interval.py 0 7 0 0
test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py 0 13 0 0
test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py 0 5 0 0
test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py 0 5 0 0
test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py 0 1 0 0
test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py 0 6 0 0
test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py 0 2 0 0
test_vulnerability_detector/test_scan_types/test_full_scan_type.py 0 4 0 0
test_vulnerability_detector/test_scan_types/test_partial_scan_type.py 0 4 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py 0 1 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py 0 2 0 0
test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py 0 2 0 0

Results

Result Time Test Description Duration Markers Links Tier
Failed 2023-03-09 15:26:53.882488 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 5.16 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS', 'provider_name': 'Amazo...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS', 'provider_name': 'Amazon Linux 1', ...}, set_wazuh_configuration_vdt = None, truncate_monitored_files = None
clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fbcd4dec2f0>(provider_name='Amazon Linux 1', provider_os='Amazon-Linux', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fbcd4dec2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:33 wazuh-modulesd[37221] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:33 wazuh-modulesd[37221] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:33 wazuh-modulesd[37221] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:33 wazuh-modulesd[37221] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:33 wazuh-modulesd[37221] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 15:26:53.884204 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 6.90 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2', 'provider_name': 'Ama...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2', 'provider_name': 'Amazon Linux 2', ...}, set_wazuh_configuration_vdt = None, truncate_monitored_files = None
clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux-2 feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fbcd4dec2f0>(provider_name='Amazon Linux 2', provider_os='Amazon-Linux-2', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fbcd4dec2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:41 wazuh-modulesd[37314] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:41 wazuh-modulesd[37314] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:41 wazuh-modulesd[37314] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:41 wazuh-modulesd[37314] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:41 wazuh-modulesd[37314] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 15:26:53.988579 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ALAS-2022] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 4.88 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2022', 'provider_name': '...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Amazon Linux provider', 'download_timeout': 120, 'name': 'ALAS-2022', 'provider_name': 'Amazon Linux 2022', ...}, set_wazuh_configuration_vdt = None
truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The Amazon-Linux-2022 feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fbcd4dec2f0>(provider_name='Amazon Linux 2022', provider_os='Amazon-Linux-2022', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fbcd4dec2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:47 wazuh-modulesd[37420] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:47 wazuh-modulesd[37420] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:47 wazuh-modulesd[37420] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:47 wazuh-modulesd[37420] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:47 wazuh-modulesd[37420] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Failed 2023-03-09 15:26:55.371262 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[MSU] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 15.99 2

Test function details

Extended Summary

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.
wazuh_min_version: 4.4.0
tier: 2
parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.
assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.
input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.
expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'

Parameters

configuration = {'metadata': {'description': 'Microsoft Security Update provider', 'download_timeout': 120, 'name': 'MSU', 'provider_n...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Microsoft Security Update provider', 'download_timeout': 120, 'name': 'MSU', 'provider_name': 'Microsoft Security Update', ...}, set_wazuh_configuration_vdt = None
truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')

# Check that the feed update has started
evm.check_provider_database_update_start_log(metadata['provider_name'])
# Check that the feed has been updated successfully
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_name'],
timeout=metadata['download_timeout'])

if 'provider_json_name' in metadata:
evm.check_provider_database_update_start_log(metadata['provider_json_name'])
evm.check_provider_database_update_finish_log(provider_name=metadata['provider_json_name'],
timeout=metadata['download_timeout'])

if metadata['update_treshold_weeks'] != 'None':
> assert vd.feed_is_recently_updated(provider_name=metadata['provider_name'],
provider_os=metadata['provider_os'],
threshold_weeks=metadata['update_treshold_weeks']), '' \
f"The {metadata['provider_os']} feed has not been recently updated"
E AssertionError: The MSU feed has not been recently updated
E assert False
E + where False = <function feed_is_recently_updated at 0x7fbcd4dec2f0>(provider_name='Microsoft Security Update', provider_os='MSU', threshold_weeks=3)
E + where <function feed_is_recently_updated at 0x7fbcd4dec2f0> = vd.feed_is_recently_updated

test_vulnerability_detector/test_feeds/test_download_feeds.py:149: AssertionError
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:51:46 wazuh-modulesd[37653] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:51:46 wazuh-modulesd[37653] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:51:46 wazuh-modulesd[37653] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:51:46 wazuh-modulesd[37653] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:51:46 wazuh-modulesd[37653] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 14:51:46 wazuh-modulesd[37653] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
XFailed 2023-03-09 15:26:53.879718 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BIONIC] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 3.19 2
configuration = {'metadata': {'description': 'Canonical provider', 'download_timeout': 120, 'name': 'BIONIC', 'provider_name': 'Ubuntu...led': {'value': 'yes'}}], 'section': 'wodle'}, {'elements': [{'disabled': {'value': 'yes'}}], 'section': 'auth'}, ...]}
metadata = {'description': 'Canonical provider', 'download_timeout': 120, 'name': 'BIONIC', 'provider_name': 'Ubuntu Bionic', ...}, set_wazuh_configuration_vdt = None, truncate_monitored_files = None
clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_download_feeds(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check if modulesd downloads successfully the feeds from different providers and os, and check that
the feed update date does not exceed a set limit.

test_phases:
- Set a custom Wazuh configuration.
- Restart wazuh-modulesd.
- Check in log that the database provider has been updated successfully.
- Check that the timestamp of the feed metadata does not exceed the established threshold limit.

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Wazuh configuration data. Needed for set_wazuh_configuration fixture.
- metadata:
type: dict
brief: Wazuh configuration metadata
- set_wazuh_configuration_vdt:
type: fixture
brief: Set the wazuh configuration according to the configuration data.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all the CVE tables before and after running the test.
- restart_modulesd_function:
type: fixture
brief: Restart the wazuh-modulesd daemon.

assertions:
- Check that it starts the feed download.
- Check that the feed is downloaded successfully.
- Check that the feed update date does not exceed a set limit.

input_description:
- The `configuration_download_feeds.yaml` file provides the module configuration for this test.
- The `cases_download_feeds` file provides the test cases.

expected_output:
- r'Starting .* database update'
- r'The update of the .* feed finished successfully'
'''
if metadata['provider_os'] == 'BIONIC':
> pytest.xfail(reason='Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556')
E _pytest.outcomes.XFailed: Ubuntu Bionic feed parsing error - Wazuh/Wazuh Issue #13556

test_vulnerability_detector/test_feeds/test_download_feeds.py:135: XFailed
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:39:54 wazuh-modulesd[36617] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:39:54 wazuh-modulesd[36617] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:39:54 wazuh-modulesd[36617] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:39:54 wazuh-modulesd[36617] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:39:54 wazuh-modulesd[36617] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
XFailed 2023-03-09 15:26:55.380698 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[NVD - MP3] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 4.22 server 2
configuration = {'sections': [{'elements': [{'enabled': {'value': 'yes'}}, {'run_on_start': {'value': 'yes'}}, {'provider': {'attribut...check'}, {'attributes': [{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}]}
metadata = {'custom_feed_url': 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3', 'description': 'Ch...and parsing of JPG file as invalid feed in the NVD', 'name': 'NVD - MP3', 'provider_feed_names': ['nvd provider'], ...}
set_wazuh_configuration_vdt = None, truncate_monitored_files = None, clean_cve_tables_func = None, restart_modulesd_function = None

@pytest.mark.tier(level=2)
@pytest.mark.parametrize('configuration, metadata', zip(configurations, configuration_metadata), ids=case_ids)
def test_import_invalid_feed_type(configuration, metadata, set_wazuh_configuration_vdt, truncate_monitored_files,
clean_cve_tables_func, restart_modulesd_function):
'''
description: Check the vulnerability detector behavior when importing unexpected file types as feeds.

test_phases:
- Set a custom Wazuh configuration, with custom URL feeds which refer to files of unexpected type.
- Check the error when updating the provider data.
- Check the error when updating the CVE database.
- Check that no junk data has been inserted into the database.
- Check that wazuh-modulesd is running (it has not crashed after parsing unexpected file types).

wazuh_min_version: 4.4.0

tier: 2

parameters:
- configuration:
type: dict
brief: Configuration loaded from `configuration_template`.
- metadata:
type: dict
brief: Test case metadata.
- set_wazuh_configuration_vdt:
type: fixture
brief: Set wazuh configuration.
- truncate_monitored_files:
type: fixture
brief: Truncate all the log files and json alerts files before and after the test execution.
- clean_cve_tables_func:
type: fixture
brief: Clean all CVE tables.
- restart_modulesd_function:
type: fixture
brief: Restart wazuh-modulesd daemon before starting a test, and stop it after finishing.

assertions:
- Check the error when updating the provider database.
- Check the error when updating the CVE database.
- Check that no junk data has been inserted into the database.
- Check that wazuh-modulesd is running (it has not crashed after parsing unexpected file types).

input_description:
- The `configuration_import_invalid_feed_type.yaml` file provides the module configuration for this test.
- The `cases_import_invalid_feed_type` file provides the test cases.

expected_output:
- r"Failed when updating '{provider_feed_name}' database"
- r"ERROR: .* CVE database could not be updated."
'''
if metadata['target'] == 'nvd':
> pytest.xfail(reason='no error reported when importing invalid NVD feed. '
'https://github.com/wazuh/wazuh/issues/5210')
E _pytest.outcomes.XFailed: no error reported when importing invalid NVD feed. https://github.com/wazuh/wazuh/issues/5210

test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py:144: XFailed
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:29 wazuh-modulesd[40162] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:29 wazuh-modulesd[40162] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:29 wazuh-modulesd[40162] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:29 wazuh-modulesd[40162] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:29 wazuh-modulesd[40162] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3' | Update since: 2010 | Timeout: 300s
Skipped 2023-03-09 15:26:55.426524 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Canonical] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 8.80 server 1
('/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py', 145, 'Skipped: OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.')
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:38 wazuh-modulesd[50268] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:38 wazuh-modulesd[50268] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:38 wazuh-modulesd[50268] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:38 wazuh-modulesd[50268] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:38 wazuh-modulesd[50268] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:19:38 wazuh-modulesd[50268] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Skipped 2023-03-09 15:26:55.428791 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Canonical] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 8.80 server 1
('/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py', 144, 'Skipped: OVAL does not have any vulnerability yet, it is not possible to scan the Ubuntu 22 agent.')
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:20:46 wazuh-modulesd[50920] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:20:46 wazuh-modulesd[50920] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:20:46 wazuh-modulesd[50920] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:20:46 wazuh-modulesd[50920] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:20:46 wazuh-modulesd[50920] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:20:46 wazuh-modulesd[50920] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874098 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong source vendor fields] description: Check for invalid tags in the cpe_helper.json file. 9.71 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:19:55 wazuh-modulesd[31592] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:19:55 wazuh-modulesd[31592] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:19:55 wazuh-modulesd[31592] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:19:55 wazuh-modulesd[31592] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:19:55 wazuh-modulesd[31592] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:19:55 wazuh-modulesd[31592] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874359 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong translation product fields] description: Check for invalid tags in the cpe_helper.json file. 9.16 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:20:04 wazuh-modulesd[31686] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:20:04 wazuh-modulesd[31686] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:20:04 wazuh-modulesd[31686] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:20:04 wazuh-modulesd[31686] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:20:04 wazuh-modulesd[31686] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:20:04 wazuh-modulesd[31686] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874463 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong version field] description: Check for invalid tags in the cpe_helper.json file. 17.91 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:20:13 wazuh-modulesd[31791] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:20:13 wazuh-modulesd[31791] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:20:13 wazuh-modulesd[31791] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:20:13 wazuh-modulesd[31791] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:20:13 wazuh-modulesd[31791] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:20:13 wazuh-modulesd[31791] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874551 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong format_version fields] description: Check for invalid tags in the cpe_helper.json file. 7.00 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:20:31 wazuh-modulesd[31888] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:20:31 wazuh-modulesd[31888] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:20:31 wazuh-modulesd[31888] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:20:31 wazuh-modulesd[31888] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:20:31 wazuh-modulesd[31888] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:20:31 wazuh-modulesd[31888] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874642 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong update_date fields] description: Check for invalid tags in the cpe_helper.json file. 9.92 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:20:39 wazuh-modulesd[31994] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:20:39 wazuh-modulesd[31994] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:20:39 wazuh-modulesd[31994] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:20:39 wazuh-modulesd[31994] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:20:39 wazuh-modulesd[31994] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:20:39 wazuh-modulesd[31994] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874773 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_tags[Wrong target field] description: Check for invalid tags in the cpe_helper.json file. 108.87 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:20:49 wazuh-modulesd[32099] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:20:49 wazuh-modulesd[32099] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:20:49 wazuh-modulesd[32099] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:20:49 wazuh-modulesd[32099] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:20:49 wazuh-modulesd[32099] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:20:49 wazuh-modulesd[32099] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 14:21:10,155 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 14:21:10,156 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:21:10,156 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:21:30,189 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 14:21:30,189 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:21:30,189 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:21:50,422 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 14:21:50,423 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:21:50,423 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:22:10,730 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 14:22:10,731 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:22:10,731 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:22:30,882 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 14:22:30,883 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:22:30,883 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:53.874860 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong version value] description: Check for invalid values in the cpe_helper.json file. 21.25 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:22:38 wazuh-modulesd[32211] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:22:38 wazuh-modulesd[32211] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:22:38 wazuh-modulesd[32211] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:22:38 wazuh-modulesd[32211] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:22:38 wazuh-modulesd[32211] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:22:38 wazuh-modulesd[32211] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.874942 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong update_date value] description: Check for invalid values in the cpe_helper.json file. 20.15 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:23:00 wazuh-modulesd[32320] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:23:00 wazuh-modulesd[32320] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:23:00 wazuh-modulesd[32320] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:23:00 wazuh-modulesd[32320] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:23:00 wazuh-modulesd[32320] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:23:00 wazuh-modulesd[32320] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875026 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong target value] description: Check for invalid values in the cpe_helper.json file. 19.74 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:23:19 wazuh-modulesd[32404] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:23:19 wazuh-modulesd[32404] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:23:19 wazuh-modulesd[32404] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:23:19 wazuh-modulesd[32404] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:23:19 wazuh-modulesd[32404] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:23:19 wazuh-modulesd[32404] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875113 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong format_version value] description: Check for invalid values in the cpe_helper.json file. 8.70 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:23:38 wazuh-modulesd[32501] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:23:38 wazuh-modulesd[32501] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:23:38 wazuh-modulesd[32501] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:23:38 wazuh-modulesd[32501] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:23:38 wazuh-modulesd[32501] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:23:38 wazuh-modulesd[32501] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875260 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong source vendor value] description: Check for invalid values in the cpe_helper.json file. 109.98 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:23:46 wazuh-modulesd[32582] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:23:46 wazuh-modulesd[32582] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:23:46 wazuh-modulesd[32582] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:23:46 wazuh-modulesd[32582] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:23:46 wazuh-modulesd[32582] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:23:46 wazuh-modulesd[32582] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 14:24:06,811 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 14:24:06,811 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:24:06,811 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:24:26,862 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 14:24:26,863 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:24:26,863 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:24:46,885 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 14:24:46,886 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:24:46,886 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:25:06,965 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 14:25:06,966 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:25:06,966 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:25:27,078 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 14:25:27,079 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:25:27,079 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:53.875560 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong source product value] description: Check for invalid values in the cpe_helper.json file. 111.47 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:25:38 wazuh-modulesd[32692] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:25:38 wazuh-modulesd[32692] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:25:38 wazuh-modulesd[32692] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:25:38 wazuh-modulesd[32692] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:25:38 wazuh-modulesd[32692] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:25:38 wazuh-modulesd[32692] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 14:25:58,854 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 14:25:58,855 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:25:58,855 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:26:18,936 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 14:26:18,936 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:26:18,937 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:26:38,998 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 14:26:38,999 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:26:38,999 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:26:59,223 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 14:26:59,224 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:26:59,224 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:27:19,566 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 14:27:19,567 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:27:19,567 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:53.875704 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_wrong_values[Wrong action value] description: Check for invalid values in the cpe_helper.json file. 8.91 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:27:29 wazuh-modulesd[32787] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:27:29 wazuh-modulesd[32787] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:27:29 wazuh-modulesd[32787] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:27:29 wazuh-modulesd[32787] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:27:29 wazuh-modulesd[32787] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:27:29 wazuh-modulesd[32787] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875797 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing version field] description: Check for log when there is a missing field in the cpe_helper.json file. 17.88 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:27:37 wazuh-modulesd[32892] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:27:37 wazuh-modulesd[32892] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:27:37 wazuh-modulesd[32892] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:27:37 wazuh-modulesd[32892] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:27:37 wazuh-modulesd[32892] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:27:37 wazuh-modulesd[32892] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875890 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing format_version field] description: Check for log when there is a missing field in the cpe_helper.json file. 19.99 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:27:56 wazuh-modulesd[32989] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:27:56 wazuh-modulesd[32989] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:27:56 wazuh-modulesd[32989] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:27:56 wazuh-modulesd[32989] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:27:56 wazuh-modulesd[32989] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:27:56 wazuh-modulesd[32989] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.875993 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing update_date field] description: Check for log when there is a missing field in the cpe_helper.json file. 19.93 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:28:15 wazuh-modulesd[33082] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:28:15 wazuh-modulesd[33082] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:28:15 wazuh-modulesd[33082] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:28:15 wazuh-modulesd[33082] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:28:15 wazuh-modulesd[33082] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:28:15 wazuh-modulesd[33082] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876110 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing target field] description: Check for log when there is a missing field in the cpe_helper.json file. 108.86 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:28:35 wazuh-modulesd[33187] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:28:35 wazuh-modulesd[33187] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:28:35 wazuh-modulesd[33187] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:28:35 wazuh-modulesd[33187] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:28:35 wazuh-modulesd[33187] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:28:35 wazuh-modulesd[33187] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 14:28:55,942 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 14:28:55,942 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:28:55,942 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:29:16,502 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 14:29:16,503 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:29:16,503 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:29:36,647 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 14:29:36,648 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:29:36,648 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:29:56,766 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 14:29:56,767 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:29:56,767 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:30:16,889 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 14:30:16,890 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:30:16,890 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:53.876223 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing action field] description: Check for log when there is a missing field in the cpe_helper.json file. 111.04 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:30:25 wazuh-modulesd[33303] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:30:25 wazuh-modulesd[33303] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:30:25 wazuh-modulesd[33303] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:30:25 wazuh-modulesd[33303] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:30:25 wazuh-modulesd[33303] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:30:25 wazuh-modulesd[33303] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 14:30:45,834 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed 2023-03-09 14:30:45,835 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:30:45,835 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:31:05,927 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed 2023-03-09 14:31:05,927 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:31:05,928 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:31:25,962 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed 2023-03-09 14:31:25,963 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:31:25,963 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:31:46,108 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed 2023-03-09 14:31:46,108 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:31:46,108 - wazuh_testing - ERROR - Results expected: 1 2023-03-09 14:32:06,297 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed 2023-03-09 14:32:06,297 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 14:32:06,297 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-0.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-1.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-2.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-3.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1 ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: The CPE .*a:wazuh-mocking:custom-package-4.* from the agent '001' was indexed ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:53.876324 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing vendor field] description: Check for log when there is a missing field in the cpe_helper.json file. 20.45 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:32:16 wazuh-modulesd[33401] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:32:16 wazuh-modulesd[33401] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:32:16 wazuh-modulesd[33401] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:32:16 wazuh-modulesd[33401] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:32:16 wazuh-modulesd[33401] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:32:16 wazuh-modulesd[33401] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876408 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_missing_field[Missing product field] description: Check for log when there is a missing field in the cpe_helper.json file. 16.37 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:32:35 wazuh-modulesd[33494] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:32:35 wazuh-modulesd[33494] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:32:35 wazuh-modulesd[33494] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:32:35 wazuh-modulesd[33494] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:32:35 wazuh-modulesd[33494] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:32:35 wazuh-modulesd[33494] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876498 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing vendor field] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 20.93 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:32:53 wazuh-modulesd[33608] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:32:53 wazuh-modulesd[33608] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:32:53 wazuh-modulesd[33608] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:32:53 wazuh-modulesd[33608] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:32:53 wazuh-modulesd[33608] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:32:53 wazuh-modulesd[33608] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876628 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing vendor and version fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 18.41 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:33:13 wazuh-modulesd[33714] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:33:13 wazuh-modulesd[33714] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:33:13 wazuh-modulesd[33714] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:33:13 wazuh-modulesd[33714] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:33:13 wazuh-modulesd[33714] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:33:13 wazuh-modulesd[33714] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876721 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing set_version_if_product_matches action field] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 19.97 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:33:32 wazuh-modulesd[33808] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:33:32 wazuh-modulesd[33808] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:33:32 wazuh-modulesd[33808] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:33:32 wazuh-modulesd[33808] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:33:32 wazuh-modulesd[33808] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:33:32 wazuh-modulesd[33808] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876806 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Replace_vendor instead of set_version_if_product_matches action fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 19.43 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:33:52 wazuh-modulesd[33902] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:33:52 wazuh-modulesd[33902] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:33:52 wazuh-modulesd[33902] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:33:52 wazuh-modulesd[33902] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:33:52 wazuh-modulesd[33902] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:33:52 wazuh-modulesd[33902] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876891 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_fields[Missing all source fields] description: Check if the packages are indexed in the database by checking the respective log in the ossec.log file,. and if the alert of the vulnerable package comes out when some tag are empty. 19.20 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:34:12 wazuh-modulesd[33996] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:34:12 wazuh-modulesd[33996] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:34:12 wazuh-modulesd[33996] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:34:12 wazuh-modulesd[33996] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:34:12 wazuh-modulesd[33996] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:34:12 wazuh-modulesd[33996] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.876977 test_vulnerability_detector/test_cpe_helper/test_cpe_helper.py::test_cpe_indexing_empty_vendor_version[Missing all the source fields and version translation field] description: Check that when vendor and version tags are empty, and the action tag is not the correct to. extract the version field, the package cannot be indexed. 17.35 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:34:30 wazuh-modulesd[34090] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:34:30 wazuh-modulesd[34090] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:34:30 wazuh-modulesd[34090] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:34:30 wazuh-modulesd[34090] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:34:30 wazuh-modulesd[34090] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:34:30 wazuh-modulesd[34090] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_cpe_helper/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877062 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_packages[WINDOWS] description: Check that the CPE helper info related to the packages data is indexed. 8.87 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:34:48 wazuh-modulesd[34195] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:34:48 wazuh-modulesd[34195] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:34:48 wazuh-modulesd[34195] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:34:48 wazuh-modulesd[34195] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:34:48 wazuh-modulesd[34195] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877144 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_XP] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.65 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:34:56 wazuh-modulesd[34302] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:34:56 wazuh-modulesd[34302] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:34:56 wazuh-modulesd[34302] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:34:56 wazuh-modulesd[34302] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:34:56 wazuh-modulesd[34302] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:34:56 wazuh-modulesd[34302] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877224 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_VISTA] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 12.57 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:09 wazuh-modulesd[34393] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:09 wazuh-modulesd[34393] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:09 wazuh-modulesd[34393] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:09 wazuh-modulesd[34393] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:09 wazuh-modulesd[34393] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:09 wazuh-modulesd[34393] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877307 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_7] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.83 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:18 wazuh-modulesd[34496] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:18 wazuh-modulesd[34496] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:18 wazuh-modulesd[34496] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:18 wazuh-modulesd[34496] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:18 wazuh-modulesd[34496] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:18 wazuh-modulesd[34496] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877396 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_8] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.40 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:26 wazuh-modulesd[34599] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:26 wazuh-modulesd[34599] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:26 wazuh-modulesd[34599] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:26 wazuh-modulesd[34599] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:26 wazuh-modulesd[34599] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:26 wazuh-modulesd[34599] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877508 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_8_1] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.84 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:33 wazuh-modulesd[34666] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:33 wazuh-modulesd[34666] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:33 wazuh-modulesd[34666] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:33 wazuh-modulesd[34666] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:33 wazuh-modulesd[34666] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:33 wazuh-modulesd[34666] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877590 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_10] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.82 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:42 wazuh-modulesd[34757] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:42 wazuh-modulesd[34757] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:42 wazuh-modulesd[34757] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:42 wazuh-modulesd[34757] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:42 wazuh-modulesd[34757] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:42 wazuh-modulesd[34757] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877673 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_11] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.05 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:50 wazuh-modulesd[34860] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:50 wazuh-modulesd[34860] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:50 wazuh-modulesd[34860] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:50 wazuh-modulesd[34860] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:50 wazuh-modulesd[34860] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:50 wazuh-modulesd[34860] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877755 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2003] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.06 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:35:57 wazuh-modulesd[34963] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:35:57 wazuh-modulesd[34963] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:35:57 wazuh-modulesd[34963] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:35:57 wazuh-modulesd[34963] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:35:57 wazuh-modulesd[34963] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:35:57 wazuh-modulesd[34963] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877836 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2003_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.34 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:04 wazuh-modulesd[35053] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:04 wazuh-modulesd[35053] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:04 wazuh-modulesd[35053] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:04 wazuh-modulesd[35053] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:04 wazuh-modulesd[35053] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:04 wazuh-modulesd[35053] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.877918 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2008] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.41 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:12 wazuh-modulesd[35144] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:12 wazuh-modulesd[35144] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:12 wazuh-modulesd[35144] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:12 wazuh-modulesd[35144] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:12 wazuh-modulesd[35144] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:12 wazuh-modulesd[35144] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878003 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2008_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.54 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:20 wazuh-modulesd[35222] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:20 wazuh-modulesd[35222] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:20 wazuh-modulesd[35222] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:20 wazuh-modulesd[35222] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:20 wazuh-modulesd[35222] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:20 wazuh-modulesd[35222] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878083 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2012] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 7.57 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:28 wazuh-modulesd[35313] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:28 wazuh-modulesd[35313] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:28 wazuh-modulesd[35313] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:28 wazuh-modulesd[35313] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:28 wazuh-modulesd[35313] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:28 wazuh-modulesd[35313] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878164 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2012_R2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.91 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:36 wazuh-modulesd[35404] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:36 wazuh-modulesd[35404] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:36 wazuh-modulesd[35404] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:36 wazuh-modulesd[35404] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:36 wazuh-modulesd[35404] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:36 wazuh-modulesd[35404] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878242 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2016] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.36 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:46 wazuh-modulesd[35507] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:46 wazuh-modulesd[35507] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:46 wazuh-modulesd[35507] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:46 wazuh-modulesd[35507] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:46 wazuh-modulesd[35507] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:46 wazuh-modulesd[35507] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878346 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2019] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.43 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:36:53 wazuh-modulesd[35598] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:36:53 wazuh-modulesd[35598] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:36:53 wazuh-modulesd[35598] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:36:53 wazuh-modulesd[35598] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:36:53 wazuh-modulesd[35598] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:36:53 wazuh-modulesd[35598] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878429 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2022_1] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 9.84 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:37:02 wazuh-modulesd[35701] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:37:02 wazuh-modulesd[35701] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:37:02 wazuh-modulesd[35701] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:37:02 wazuh-modulesd[35701] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:37:02 wazuh-modulesd[35701] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:37:02 wazuh-modulesd[35701] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878511 test_vulnerability_detector/test_feeds/test_cpe_indexing.py::test_cpe_indexing_system[WINDOWS_SERVER_2022_2] description: Check that the CPE helper info related to the system data is indexed. Tested for each Windows version. 8.37 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:37:11 wazuh-modulesd[35804] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:37:11 wazuh-modulesd[35804] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:37:11 wazuh-modulesd[35804] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:37:11 wazuh-modulesd[35804] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:37:11 wazuh-modulesd[35804] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 14:37:11 wazuh-modulesd[35804] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:53.878592 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL5] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 28.64 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:37:15 wazuh-modulesd[35879] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:37:15 wazuh-modulesd[35879] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:37:15 wazuh-modulesd[35879] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:37:15 wazuh-modulesd[35879] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:37:15 wazuh-modulesd[35879] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.878677 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL6] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 27.70 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:37:45 wazuh-modulesd[36015] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:37:45 wazuh-modulesd[36015] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:37:45 wazuh-modulesd[36015] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:37:45 wazuh-modulesd[36015] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:37:45 wazuh-modulesd[36015] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.878763 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL7] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 27.33 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:38:11 wazuh-modulesd[36139] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:38:11 wazuh-modulesd[36139] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:38:11 wazuh-modulesd[36139] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:38:11 wazuh-modulesd[36139] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:38:11 wazuh-modulesd[36139] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.878846 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[RHEL8] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 27.41 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:38:39 wazuh-modulesd[36275] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:38:39 wazuh-modulesd[36275] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:38:39 wazuh-modulesd[36275] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:38:39 wazuh-modulesd[36275] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:38:39 wazuh-modulesd[36275] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.878925 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[TRUSTY] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 22.65 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:39:06 wazuh-modulesd[36419] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:39:06 wazuh-modulesd[36419] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:39:06 wazuh-modulesd[36419] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:39:06 wazuh-modulesd[36419] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:39:06 wazuh-modulesd[36419] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.879008 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[XENIAL] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 24.07 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:39:29 wazuh-modulesd[36512] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:39:29 wazuh-modulesd[36512] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:39:29 wazuh-modulesd[36512] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:39:29 wazuh-modulesd[36512] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:39:29 wazuh-modulesd[36512] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.879829 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[FOCAL] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 27.41 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:39:57 wazuh-modulesd[36705] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:39:57 wazuh-modulesd[36705] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:39:57 wazuh-modulesd[36705] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:39:57 wazuh-modulesd[36705] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:39:57 wazuh-modulesd[36705] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.879917 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[JAMMY] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 18.10 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:40:25 wazuh-modulesd[36810] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:40:25 wazuh-modulesd[36810] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:40:25 wazuh-modulesd[36810] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:40:25 wazuh-modulesd[36810] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:40:25 wazuh-modulesd[36810] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.880009 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BUSTER] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 20.10 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:40:42 wazuh-modulesd[36915] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:40:42 wazuh-modulesd[36915] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:40:42 wazuh-modulesd[36915] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:40:42 wazuh-modulesd[36915] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:40:42 wazuh-modulesd[36915] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.880094 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[BULLSEYE] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 21.68 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:03 wazuh-modulesd[37022] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:03 wazuh-modulesd[37022] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:03 wazuh-modulesd[37022] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:03 wazuh-modulesd[37022] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:03 wazuh-modulesd[37022] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:53.880179 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[ARCH] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 10.97 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:24 wazuh-modulesd[37128] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:24 wazuh-modulesd[37128] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:24 wazuh-modulesd[37128] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:24 wazuh-modulesd[37128] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:24 wazuh-modulesd[37128] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 14:41:24 wazuh-modulesd[37128] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:53.988925 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[NVD] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 593.68 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:41:52 wazuh-modulesd[37514] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:41:52 wazuh-modulesd[37514] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:41:52 wazuh-modulesd[37514] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:41:52 wazuh-modulesd[37514] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:41:52 wazuh-modulesd[37514] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 14:41:52 wazuh-modulesd[37514] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.371714 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 50.84 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:52:02 wazuh-modulesd[37771] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:52:02 wazuh-modulesd[37771] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:52:02 wazuh-modulesd[37771] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:52:02 wazuh-modulesd[37771] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:52:02 wazuh-modulesd[37771] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.372204 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 101.26 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:52:52 wazuh-modulesd[37838] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:52:52 wazuh-modulesd[37838] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:52:52 wazuh-modulesd[37838] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:52:52 wazuh-modulesd[37838] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:52:52 wazuh-modulesd[37838] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.372462 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 128.69 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:54:32 wazuh-modulesd[37917] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:54:32 wazuh-modulesd[37917] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:54:32 wazuh-modulesd[37917] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:54:32 wazuh-modulesd[37917] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:54:32 wazuh-modulesd[37917] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.372737 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 11.32 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:56:43 wazuh-modulesd[38011] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:56:43 wazuh-modulesd[38011] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:56:43 wazuh-modulesd[38011] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:56:43 wazuh-modulesd[38011] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:56:43 wazuh-modulesd[38011] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.372969 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 29.49 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:56:53 wazuh-modulesd[38108] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:56:53 wazuh-modulesd[38108] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:56:53 wazuh-modulesd[38108] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:56:53 wazuh-modulesd[38108] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:56:53 wazuh-modulesd[38108] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.373195 test_vulnerability_detector/test_feeds/test_download_feeds.py::test_download_feeds[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads successfully the feeds from different providers and os, and check that. the feed update date does not exceed a set limit. 90.44 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:57:23 wazuh-modulesd[38199] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:57:23 wazuh-modulesd[38199] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:57:23 wazuh-modulesd[38199] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:57:23 wazuh-modulesd[38199] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:57:23 wazuh-modulesd[38199] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.373439 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[RedHat] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.23 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:58:53 wazuh-modulesd[38281] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:58:53 wazuh-modulesd[38281] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:58:53 wazuh-modulesd[38281] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:58:53 wazuh-modulesd[38281] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:58:53 wazuh-modulesd[38281] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 14:58:53 wazuh-modulesd[38281] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 15:26:55.373663 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Debian] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.76 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:59:09 wazuh-modulesd[38402] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:59:09 wazuh-modulesd[38402] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:59:09 wazuh-modulesd[38402] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:59:09 wazuh-modulesd[38402] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:59:09 wazuh-modulesd[38402] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (Buster) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.373882 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Trusty] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.62 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:59:25 wazuh-modulesd[38509] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:59:25 wazuh-modulesd[38509] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:59:25 wazuh-modulesd[38509] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:59:25 wazuh-modulesd[38509] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:59:25 wazuh-modulesd[38509] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.374121 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Xenial] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.96 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:59:40 wazuh-modulesd[38628] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:59:40 wazuh-modulesd[38628] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:59:40 wazuh-modulesd[38628] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:59:40 wazuh-modulesd[38628] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:59:40 wazuh-modulesd[38628] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.374349 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Bionic] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 17.22 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 14:59:57 wazuh-modulesd[38747] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 14:59:57 wazuh-modulesd[38747] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 14:59:57 wazuh-modulesd[38747] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 14:59:57 wazuh-modulesd[38747] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 14:59:57 wazuh-modulesd[38747] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.374640 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Focal] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.30 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:00:13 wazuh-modulesd[38841] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:00:13 wazuh-modulesd[38841] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:00:13 wazuh-modulesd[38841] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:00:13 wazuh-modulesd[38841] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:00:13 wazuh-modulesd[38841] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.375007 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Ubuntu Jammy] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.94 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:00:28 wazuh-modulesd[38972] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:00:28 wazuh-modulesd[38972] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:00:28 wazuh-modulesd[38972] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:00:28 wazuh-modulesd[38972] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:00:28 wazuh-modulesd[38972] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/canonical/custom_canonical_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.375373 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[ALAS] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.81 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:00:43 wazuh-modulesd[39091] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:00:43 wazuh-modulesd[39091] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:00:43 wazuh-modulesd[39091] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:00:43 wazuh-modulesd[39091] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:00:43 wazuh-modulesd[39091] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/alas/custom_alas_feed.json' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.375659 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[Arch] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 14.52 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:00:58 wazuh-modulesd[39198] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:00:58 wazuh-modulesd[39198] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:00:58 wazuh-modulesd[39198] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:00:58 wazuh-modulesd[39198] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:00:58 wazuh-modulesd[39198] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 15:00:58 wazuh-modulesd[39198] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.375890 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[MSU] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 15.77 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:01:14 wazuh-modulesd[39316] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:01:14 wazuh-modulesd[39316] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:01:14 wazuh-modulesd[39316] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:01:14 wazuh-modulesd[39316] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:01:14 wazuh-modulesd[39316] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 15:01:14 wazuh-modulesd[39316] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/msu/custom_msu.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.376659 test_vulnerability_detector/test_feeds/test_duplicate_feeds.py::test_duplicate_feeds[SUSE] description: Check that the vulnerabilities are not repeated in the database when they are indexed from the feeds. 17.29 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:01:29 wazuh-modulesd[39423] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:01:29 wazuh-modulesd[39423] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:01:29 wazuh-modulesd[39423] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:01:29 wazuh-modulesd[39423] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:01:29 wazuh-modulesd[39423] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 10s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_feeds/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.377015 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[RHEL - PDF] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.21 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:01:46 wazuh-modulesd[39554] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:01:46 wazuh-modulesd[39554] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:01:46 wazuh-modulesd[39554] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:01:46 wazuh-modulesd[39554] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:01:46 wazuh-modulesd[39554] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.pdf' | Timeout: 300s 2023/03/09 15:01:46 wazuh-modulesd[39554] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.pdf' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 15:26:55.377265 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Debian - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.21 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:01:53 wazuh-modulesd[39649] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:01:53 wazuh-modulesd[39649] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:01:53 wazuh-modulesd[39649] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:01:53 wazuh-modulesd[39649] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:01:53 wazuh-modulesd[39649] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Timeout: 300s
Passed 2023-03-09 15:26:55.377499 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Canonical - MP3] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.59 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:00 wazuh-modulesd[39754] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:00 wazuh-modulesd[39754] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:00 wazuh-modulesd[39754] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:00 wazuh-modulesd[39754] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:00 wazuh-modulesd[39754] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.mp3' | Timeout: 300s
Passed 2023-03-09 15:26:55.377740 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[ALAS - DOC] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.29 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:08 wazuh-modulesd[39859] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:08 wazuh-modulesd[39859] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:08 wazuh-modulesd[39859] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:08 wazuh-modulesd[39859] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:08 wazuh-modulesd[39859] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.doc' | Timeout: 300s
Passed 2023-03-09 15:26:55.378057 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[Arch - AVI] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 7.27 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:15 wazuh-modulesd[39952] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:15 wazuh-modulesd[39952] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:15 wazuh-modulesd[39952] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:15 wazuh-modulesd[39952] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:15 wazuh-modulesd[39952] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.avi' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.378392 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[MSU - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 6.50 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:22 wazuh-modulesd[40057] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:22 wazuh-modulesd[40057] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:22 wazuh-modulesd[40057] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:22 wazuh-modulesd[40057] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:22 wazuh-modulesd[40057] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.381137 test_vulnerability_detector/test_feeds/test_import_invalid_feed_type.py::test_import_invalid_feed_type[SUSE - JPG] description: Check the vulnerability detector behavior when importing unexpected file types as feeds. 5.61 server 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:32 wazuh-modulesd[40237] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:32 wazuh-modulesd[40237] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:32 wazuh-modulesd[40237] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:32 wazuh-modulesd[40237] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:32 wazuh-modulesd[40237] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'https://s3.amazonaws.com/ci.wazuh.com/qa/testing_files/dummy_files/dummy.jpg' | Timeout: 300s
Passed 2023-03-09 15:26:55.381464 test_vulnerability_detector/test_feeds/test_msu_inventory.py::test_msu_catalog_patches[Check Patches with no CVE present] description: Check that patch information is added to the feed from the catalog for patches not directly related. to a Vulnerability. 19.61 2
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:02:38 wazuh-modulesd[40330] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:02:38 wazuh-modulesd[40330] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:02:38 wazuh-modulesd[40330] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:02:38 wazuh-modulesd[40330] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:02:38 wazuh-modulesd[40330] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 15:02:38 wazuh-modulesd[40330] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.381914 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Red Hat Enterprise Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.26 2
No log output captured.
Passed 2023-03-09 15:26:55.382274 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Debian] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 0.89 2
No log output captured.
Passed 2023-03-09 15:26:55.382506 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Arch Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.75 2
No log output captured.
Passed 2023-03-09 15:26:55.382724 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[Amazon Linux] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 0.17 2
No log output captured.
Passed 2023-03-09 15:26:55.382934 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[MSU] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.20 2
No log output captured.
Passed 2023-03-09 15:26:55.383140 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2002] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.23 2
No log output captured.
Passed 2023-03-09 15:26:55.383357 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2003] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.37 2
No log output captured.
Passed 2023-03-09 15:26:55.383579 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2004] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.61 2
No log output captured.
Passed 2023-03-09 15:26:55.383791 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2005] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.17 2
No log output captured.
Passed 2023-03-09 15:26:55.384012 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2006] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.32 2
No log output captured.
Passed 2023-03-09 15:26:55.384228 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2007] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.46 2
No log output captured.
Passed 2023-03-09 15:26:55.384432 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2008] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.49 2
No log output captured.
Passed 2023-03-09 15:26:55.384704 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2009] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.53 2
No log output captured.
Passed 2023-03-09 15:26:55.384910 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2010] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.26 2
No log output captured.
Passed 2023-03-09 15:26:55.385118 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2011] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.75 2
No log output captured.
Passed 2023-03-09 15:26:55.385314 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2012] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 2.69 2
No log output captured.
Passed 2023-03-09 15:26:55.385515 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2013] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.59 2
No log output captured.
Passed 2023-03-09 15:26:55.385715 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2014] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.43 2
No log output captured.
Passed 2023-03-09 15:26:55.385923 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2015] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.41 2
No log output captured.
Passed 2023-03-09 15:26:55.386228 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2016] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 3.79 2
No log output captured.
Passed 2023-03-09 15:26:55.386497 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2017] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 4.69 2
No log output captured.
Passed 2023-03-09 15:26:55.386725 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2018] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 4.92 2
No log output captured.
Passed 2023-03-09 15:26:55.386928 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2019] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 5.49 2
No log output captured.
Passed 2023-03-09 15:26:55.387128 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2020] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 6.92 2
No log output captured.
Passed 2023-03-09 15:26:55.387396 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2021] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 7.08 2
No log output captured.
Passed 2023-03-09 15:26:55.387710 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2022] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 6.69 2
No log output captured.
Passed 2023-03-09 15:26:55.388112 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_json_feed_content[NVD-2023] description: Check if the downloaded JSON feeds have the expected format and are JSON parseable. 1.61 2
No log output captured.
Passed 2023-03-09 15:26:55.388464 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux0] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 0.93 2
No log output captured.
Passed 2023-03-09 15:26:55.388800 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux1] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.72 2
No log output captured.
Passed 2023-03-09 15:26:55.389158 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux2] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.18 2
No log output captured.
Passed 2023-03-09 15:26:55.389544 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Red Hat Enterprise Linux3] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.35 2
No log output captured.
Passed 2023-03-09 15:26:55.389926 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Jammy] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.79 2
No log output captured.
Passed 2023-03-09 15:26:55.390307 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Focal] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 3.42 2
No log output captured.
Passed 2023-03-09 15:26:55.390681 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Bionic] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.33 2
No log output captured.
Passed 2023-03-09 15:26:55.391055 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Xenial] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.66 2
No log output captured.
Passed 2023-03-09 15:26:55.391433 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Canonical Trusty] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.57 2
No log output captured.
Passed 2023-03-09 15:26:55.392337 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Debian0] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.66 2
No log output captured.
Passed 2023-03-09 15:26:55.392804 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[Debian1] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.83 2
No log output captured.
Passed 2023-03-09 15:26:55.393165 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 11] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 4.20 2
No log output captured.
Passed 2023-03-09 15:26:55.393542 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 12] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 14.18 2
No log output captured.
Passed 2023-03-09 15:26:55.394156 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Desktop 15] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 53.28 2
No log output captured.
Passed 2023-03-09 15:26:55.394541 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 11] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 15.74 2
No log output captured.
Passed 2023-03-09 15:26:55.394974 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 12] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 37.12 2
No log output captured.
Passed 2023-03-09 15:26:55.395323 test_vulnerability_detector/test_feeds/test_validate_feed_content.py::test_validate_xml_feed_content[SUSE Linux Enterprise Server 15] description: Check if the downloaded XML feeds have the expected format and are XML parseable. 69.92 2
No log output captured.
Passed 2023-03-09 15:26:55.396195 test_vulnerability_detector/test_general_settings/test_enabled.py::test_enabled[enabled] description: Check that vulnerability detector is started when is set enabled yes. 10.75 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:19 wazuh-modulesd[40477] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:19 wazuh-modulesd[40477] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:19 wazuh-modulesd[40477] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:19 wazuh-modulesd[40477] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:08:30,028 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: DEBUG: Module disabled. Exiting... 2023-03-09 15:08:30,029 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:08:30,029 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: DEBUG: Module disabled. Exiting... ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.396580 test_vulnerability_detector/test_general_settings/test_enabled.py::test_disabled[disabled] description: Check that vulnerability detector is not started when is set enabled no. 1.07 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:30 wazuh-modulesd[40504] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:30 wazuh-modulesd[40504] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:30 wazuh-modulesd[40504] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:30 wazuh-modulesd[40504] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 15:26:55.396948 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5s] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 1.67 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:32 wazuh-modulesd[40561] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:32 wazuh-modulesd[40561] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:32 wazuh-modulesd[40561] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:32 wazuh-modulesd[40561] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 15:26:55.397432 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5m] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 1.10 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:33 wazuh-modulesd[40590] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:33 wazuh-modulesd[40590] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:33 wazuh-modulesd[40590] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:33 wazuh-modulesd[40590] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 15:26:55.397814 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5h] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 0.59 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:34 wazuh-modulesd[40618] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:34 wazuh-modulesd[40618] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:34 wazuh-modulesd[40618] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:34 wazuh-modulesd[40618] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 15:26:55.398166 test_vulnerability_detector/test_general_settings/test_interval.py::test_interval_scan[5d] description: Check that the time specified in the interval is correct at the time of sleeping the scan thread. 2.42 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:35 wazuh-modulesd[40646] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:35 wazuh-modulesd[40646] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:35 wazuh-modulesd[40646] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:35 wazuh-modulesd[40646] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
Passed 2023-03-09 15:26:55.398570 test_vulnerability_detector/test_general_settings/test_min_full_scan_interval.py::test_min_full_scan_interval[5 seconds] description: Check that the full scan is started after passing the min_full_scan_interval time. 28.95 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:08:43 wazuh-modulesd[40749] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:08:43 wazuh-modulesd[40749] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:08:43 wazuh-modulesd[40749] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:08:43 wazuh-modulesd[40749] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:08:43 wazuh-modulesd[40749] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:08:43 wazuh-modulesd[40749] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:08:43 wazuh-modulesd[40749] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.398956 test_vulnerability_detector/test_general_settings/test_retry_interval.py::test_retry_interval[5s] description: Check if the `retry_interval ` option is working correctly. To do this,. it checks the `ossec.log` file for the message indicating that Vulnerability Detector will sleep before. attempting to scan the pending agents (forcing the retry interval action). After this, the DBs are. synchronized and the scan (log) is checked to ensure that it is performed normally. 14.94 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:09:13 wazuh-modulesd[40877] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:09:13 wazuh-modulesd[40877] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:09:13 wazuh-modulesd[40877] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:09:13 wazuh-modulesd[40877] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:09:13 wazuh-modulesd[40877] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:09:13 wazuh-modulesd[40877] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:09:13 wazuh-modulesd[40877] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.399343 test_vulnerability_detector/test_general_settings/test_retry_interval.py::test_retry_interval_max_retries[5s] description: Check if after exceeding the maximum number of retries for a scan (`retry_interval`) the. corresponding message is displayed indicating that the software could not be obtained for the agent. and that it will be retried at the next scan (waiting for its time interval). 29.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:09:27 wazuh-modulesd[40981] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:09:27 wazuh-modulesd[40981] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:09:27 wazuh-modulesd[40981] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:09:27 wazuh-modulesd[40981] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:09:27 wazuh-modulesd[40981] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:09:27 wazuh-modulesd[40981] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:09:27 wazuh-modulesd[40981] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.399719 test_vulnerability_detector/test_general_settings/test_run_on_start.py::test_run_on_start_enabled[enabled] description: Check that when run_on_start is enabled, the vulnerability scan starts (indicated in the log). 5.28 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:09:52 wazuh-modulesd[41070] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:09:52 wazuh-modulesd[41070] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:09:52 wazuh-modulesd[41070] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:09:52 wazuh-modulesd[41070] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:09:52 wazuh-modulesd[41070] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.400179 test_vulnerability_detector/test_general_settings/test_run_on_start.py::test_run_on_start_disabled[disabled] description: Check that when run_on_start is disabled, the vulnerability scan does not start (log does not appear). 12.39 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:09:57 wazuh-modulesd[41158] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:09:57 wazuh-modulesd[41158] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:09:57 wazuh-modulesd[41158] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:09:57 wazuh-modulesd[41158] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:09:57 wazuh-modulesd[41158] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_general_settings/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:07,237 - wazuh_testing - ERROR - Could not find this event in /var/ossec/logs/ossec.log: Starting vulnerability scan 2023-03-09 15:10:07,238 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:07,238 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find this event in /var/ossec/logs/ossec.log: Starting vulnerability scan ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.400514 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 1] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.08 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:08 wazuh-modulesd[41203] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:08 wazuh-modulesd[41203] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:08 wazuh-modulesd[41203] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:08 wazuh-modulesd[41203] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:08 wazuh-modulesd[41203] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.400858 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 2] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.57 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:09 wazuh-modulesd[41232] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:09 wazuh-modulesd[41232] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:09 wazuh-modulesd[41232] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:09 wazuh-modulesd[41232] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:09 wazuh-modulesd[41232] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.401316 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Amazon Linux 2022] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.06 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:09 wazuh-modulesd[41262] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:09 wazuh-modulesd[41262] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:09 wazuh-modulesd[41262] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:09 wazuh-modulesd[41262] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:09 wazuh-modulesd[41262] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.401661 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Focal] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:11 wazuh-modulesd[41292] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:11 wazuh-modulesd[41292] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:11 wazuh-modulesd[41292] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:11 wazuh-modulesd[41292] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:11 wazuh-modulesd[41292] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.401963 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Bionic] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:12 wazuh-modulesd[41321] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:12 wazuh-modulesd[41321] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:12 wazuh-modulesd[41321] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:12 wazuh-modulesd[41321] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:12 wazuh-modulesd[41321] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.402294 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Xenial] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:13 wazuh-modulesd[41350] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:13 wazuh-modulesd[41350] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:13 wazuh-modulesd[41350] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:13 wazuh-modulesd[41350] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:13 wazuh-modulesd[41350] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.403122 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Trusty] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:14 wazuh-modulesd[41379] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:14 wazuh-modulesd[41379] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:14 wazuh-modulesd[41379] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:14 wazuh-modulesd[41379] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:14 wazuh-modulesd[41379] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.403547 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Ubuntu Jammy] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:15 wazuh-modulesd[41408] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:15 wazuh-modulesd[41408] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:15 wazuh-modulesd[41408] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:15 wazuh-modulesd[41408] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:15 wazuh-modulesd[41408] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.404843 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 8] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:16 wazuh-modulesd[41437] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:16 wazuh-modulesd[41437] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:16 wazuh-modulesd[41437] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:16 wazuh-modulesd[41437] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:16 wazuh-modulesd[41437] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.405260 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 7] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.18 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:17 wazuh-modulesd[41466] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:17 wazuh-modulesd[41466] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:17 wazuh-modulesd[41466] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:17 wazuh-modulesd[41466] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:17 wazuh-modulesd[41466] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.405576 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 6] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:18 wazuh-modulesd[41495] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:18 wazuh-modulesd[41495] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:18 wazuh-modulesd[41495] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:18 wazuh-modulesd[41495] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:18 wazuh-modulesd[41495] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.405833 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[RHEL 5] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:20 wazuh-modulesd[41524] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:20 wazuh-modulesd[41524] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:20 wazuh-modulesd[41524] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:20 wazuh-modulesd[41524] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:20 wazuh-modulesd[41524] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.406085 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Debian Bullseye] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.08 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:21 wazuh-modulesd[41553] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:21 wazuh-modulesd[41553] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:21 wazuh-modulesd[41553] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:21 wazuh-modulesd[41553] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:21 wazuh-modulesd[41553] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.406397 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Debian Buster] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.06 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:22 wazuh-modulesd[41582] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:22 wazuh-modulesd[41582] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:22 wazuh-modulesd[41582] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:22 wazuh-modulesd[41582] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:22 wazuh-modulesd[41582] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.406671 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[Arch Linux] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:23 wazuh-modulesd[41611] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:23 wazuh-modulesd[41611] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:23 wazuh-modulesd[41611] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:23 wazuh-modulesd[41611] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:23 wazuh-modulesd[41611] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 15:10:23 wazuh-modulesd[41611] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.406916 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[NVD] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.09 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:24 wazuh-modulesd[41640] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:24 wazuh-modulesd[41640] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:24 wazuh-modulesd[41640] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:24 wazuh-modulesd[41640] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:24 wazuh-modulesd[41640] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 15:10:24 wazuh-modulesd[41640] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 15:26:55.407208 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[MSU] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.56 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:25 wazuh-modulesd[41669] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:25 wazuh-modulesd[41669] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:25 wazuh-modulesd[41669] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:25 wazuh-modulesd[41669] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:25 wazuh-modulesd[41669] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 15:10:25 wazuh-modulesd[41669] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.407520 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:26 wazuh-modulesd[41698] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:26 wazuh-modulesd[41698] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:26 wazuh-modulesd[41698] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:26 wazuh-modulesd[41698] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:26 wazuh-modulesd[41698] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.407784 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:27 wazuh-modulesd[41727] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:27 wazuh-modulesd[41727] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:27 wazuh-modulesd[41727] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:27 wazuh-modulesd[41727] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:27 wazuh-modulesd[41727] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.408010 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.07 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:28 wazuh-modulesd[41756] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:28 wazuh-modulesd[41756] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:28 wazuh-modulesd[41756] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:28 wazuh-modulesd[41756] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:28 wazuh-modulesd[41756] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.408201 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.57 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:28 wazuh-modulesd[41785] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:28 wazuh-modulesd[41785] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:28 wazuh-modulesd[41785] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:28 wazuh-modulesd[41785] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:28 wazuh-modulesd[41785] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.408382 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 1.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:28 wazuh-modulesd[41814] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:28 wazuh-modulesd[41814] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:28 wazuh-modulesd[41814] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:28 wazuh-modulesd[41814] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:28 wazuh-modulesd[41814] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.408593 test_vulnerability_detector/test_providers/test_enabled.py::test_enabled[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads the feeds from different providers when enabled is set to yes. 0.60 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:30 wazuh-modulesd[41843] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:30 wazuh-modulesd[41843] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:30 wazuh-modulesd[41843] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:30 wazuh-modulesd[41843] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:10:30 wazuh-modulesd[41843] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.408989 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 1] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:30 wazuh-modulesd[41872] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:30 wazuh-modulesd[41872] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:30 wazuh-modulesd[41872] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:30 wazuh-modulesd[41872] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:35,734 - wazuh_testing - ERROR - Could not find Amazon Linux 1 update starting log 2023-03-09 15:10:35,735 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:35,735 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 1 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.409237 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 2] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:35 wazuh-modulesd[41900] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:35 wazuh-modulesd[41900] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:35 wazuh-modulesd[41900] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:35 wazuh-modulesd[41900] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:40,850 - wazuh_testing - ERROR - Could not find Amazon Linux 2 update starting log 2023-03-09 15:10:40,851 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:40,851 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 2 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.409477 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Amazon Linux 2022] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.09 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:40 wazuh-modulesd[41928] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:40 wazuh-modulesd[41928] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:40 wazuh-modulesd[41928] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:40 wazuh-modulesd[41928] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:45,964 - wazuh_testing - ERROR - Could not find Amazon Linux 2022 update starting log 2023-03-09 15:10:45,965 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:45,965 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Amazon Linux 2022 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.409724 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Focal] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.08 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:46 wazuh-modulesd[41956] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:46 wazuh-modulesd[41956] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:46 wazuh-modulesd[41956] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:46 wazuh-modulesd[41956] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:51,037 - wazuh_testing - ERROR - Could not find Ubuntu Focal update starting log 2023-03-09 15:10:51,038 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:51,038 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Focal update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.410009 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Bionic] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:51 wazuh-modulesd[41984] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:51 wazuh-modulesd[41984] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:51 wazuh-modulesd[41984] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:51 wazuh-modulesd[41984] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:10:56,171 - wazuh_testing - ERROR - Could not find Ubuntu Bionic update starting log 2023-03-09 15:10:56,172 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:10:56,172 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Bionic update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.410305 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Xenial] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:10:56 wazuh-modulesd[42012] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:10:56 wazuh-modulesd[42012] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:10:56 wazuh-modulesd[42012] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:10:56 wazuh-modulesd[42012] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:01,291 - wazuh_testing - ERROR - Could not find Ubuntu Xenial update starting log 2023-03-09 15:11:01,291 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:01,291 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Xenial update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.410579 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Trusty] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.64 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:01 wazuh-modulesd[42040] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:01 wazuh-modulesd[42040] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:01 wazuh-modulesd[42040] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:01 wazuh-modulesd[42040] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:06,448 - wazuh_testing - ERROR - Could not find Ubuntu Trusty update starting log 2023-03-09 15:11:06,449 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:06,449 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Trusty update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.410791 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Ubuntu Jammy] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.12 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:07 wazuh-modulesd[42068] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:07 wazuh-modulesd[42068] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:07 wazuh-modulesd[42068] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:07 wazuh-modulesd[42068] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:12,072 - wazuh_testing - ERROR - Could not find Ubuntu Jammy update starting log 2023-03-09 15:11:12,073 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:12,073 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Ubuntu Jammy update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.411971 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 8] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.61 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:12 wazuh-modulesd[42096] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:12 wazuh-modulesd[42096] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:12 wazuh-modulesd[42096] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:12 wazuh-modulesd[42096] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:17,202 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 8 update starting log 2023-03-09 15:11:17,203 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:17,203 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 8 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.412197 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 7] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.61 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:17 wazuh-modulesd[42124] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:17 wazuh-modulesd[42124] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:17 wazuh-modulesd[42124] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:17 wazuh-modulesd[42124] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:22,818 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 7 update starting log 2023-03-09 15:11:22,818 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:22,819 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 7 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.412401 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 6] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.63 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:23 wazuh-modulesd[42152] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:23 wazuh-modulesd[42152] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:23 wazuh-modulesd[42152] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:23 wazuh-modulesd[42152] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:28,460 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 6 update starting log 2023-03-09 15:11:28,461 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:28,461 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 6 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.412577 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[RHEL 5] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.21 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:29 wazuh-modulesd[42180] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:29 wazuh-modulesd[42180] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:29 wazuh-modulesd[42180] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:29 wazuh-modulesd[42180] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:34,185 - wazuh_testing - ERROR - Could not find Red Hat Enterprise Linux 5 update starting log 2023-03-09 15:11:34,186 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:34,186 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Red Hat Enterprise Linux 5 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.412819 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Debian Bullseye] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:34 wazuh-modulesd[42208] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:34 wazuh-modulesd[42208] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:34 wazuh-modulesd[42208] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:34 wazuh-modulesd[42208] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:39,305 - wazuh_testing - ERROR - Could not find Debian Bullseye update starting log 2023-03-09 15:11:39,306 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:39,306 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Debian Bullseye update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.413151 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Debian Buster] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:39 wazuh-modulesd[42236] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:39 wazuh-modulesd[42236] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:39 wazuh-modulesd[42236] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:39 wazuh-modulesd[42236] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:44,463 - wazuh_testing - ERROR - Could not find Debian Buster update starting log 2023-03-09 15:11:44,464 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:44,464 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Debian Buster update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.413401 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[Arch Linux] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:44 wazuh-modulesd[42264] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:44 wazuh-modulesd[42264] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:44 wazuh-modulesd[42264] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:44 wazuh-modulesd[42264] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:49,584 - wazuh_testing - ERROR - Could not find Arch Linux update starting log 2023-03-09 15:11:49,585 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:49,585 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Arch Linux update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.413582 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[NVD] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.14 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:49 wazuh-modulesd[42292] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:49 wazuh-modulesd[42292] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:49 wazuh-modulesd[42292] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:49 wazuh-modulesd[42292] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:54,714 - wazuh_testing - ERROR - Could not find National Vulnerability Database update starting log 2023-03-09 15:11:54,715 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:54,715 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find National Vulnerability Database update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.413810 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[MSU] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.09 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:54 wazuh-modulesd[42320] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:54 wazuh-modulesd[42320] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:54 wazuh-modulesd[42320] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:54 wazuh-modulesd[42320] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:11:59,846 - wazuh_testing - ERROR - Could not find Microsoft Security Update update starting log 2023-03-09 15:11:59,847 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:11:59,847 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find Microsoft Security Update update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.413993 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 11] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:11:59 wazuh-modulesd[42348] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:11:59 wazuh-modulesd[42348] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:11:59 wazuh-modulesd[42348] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:11:59 wazuh-modulesd[42348] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:04,964 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 11 update starting log 2023-03-09 15:12:04,965 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:04,965 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 11 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.414168 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 12] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.10 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:12:05 wazuh-modulesd[42376] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:12:05 wazuh-modulesd[42376] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:12:05 wazuh-modulesd[42376] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:12:05 wazuh-modulesd[42376] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:10,075 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 12 update starting log 2023-03-09 15:12:10,076 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:10,076 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 12 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.414382 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Server 15] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.15 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:12:10 wazuh-modulesd[42404] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:12:10 wazuh-modulesd[42404] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:12:10 wazuh-modulesd[42404] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:12:10 wazuh-modulesd[42404] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:15,208 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Server 15 update starting log 2023-03-09 15:12:15,209 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:15,209 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Server 15 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.414563 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 11] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:12:15 wazuh-modulesd[42432] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:12:15 wazuh-modulesd[42432] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:12:15 wazuh-modulesd[42432] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:12:15 wazuh-modulesd[42432] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:20,356 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 11 update starting log 2023-03-09 15:12:20,357 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:20,357 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 11 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.414747 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 12] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.13 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:12:20 wazuh-modulesd[42460] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:12:20 wazuh-modulesd[42460] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:12:20 wazuh-modulesd[42460] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:12:20 wazuh-modulesd[42460] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:25,494 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 12 update starting log 2023-03-09 15:12:25,495 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:25,495 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 12 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.414974 test_vulnerability_detector/test_providers/test_enabled.py::test_disabled[SUSE Linux Enterprise Desktop 15] description: Check if modulesd does not download the feeds from different providers when enabled is set to no. 5.11 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:12:25 wazuh-modulesd[42488] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:12:25 wazuh-modulesd[42488] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:12:25 wazuh-modulesd[42488] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:12:25 wazuh-modulesd[42488] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf
------------------------------Captured stderr call------------------------------
2023-03-09 15:12:30,619 - wazuh_testing - ERROR - Could not find SUSE Linux Enterprise Desktop 15 update starting log 2023-03-09 15:12:30,619 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:12:30,619 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find SUSE Linux Enterprise Desktop 15 update starting log ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.415146 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Amazon Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 5.59 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 15:26:55.415353 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Canonical] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 3.36 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 15:26:55.415507 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Debian] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 3.33 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
Passed 2023-03-09 15:26:55.415690 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Red Hat Enterprise Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 13.59 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 15:26:55.415840 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[National Vulnerability Database] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 16.14 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 15:26:55.416027 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Microsoft Security Update] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 22.86 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 15:26:55.416177 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[Arch Linux] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 16.72 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 15:26:55.416336 test_vulnerability_detector/test_providers/test_missing_os.py::test_providers_missing_os[SUSE Linux Enterprise] description: Check if modulesd starts downloading the feeds without specifying the os version. To do this, it checks. if errors occur when the <os> tag is omitted in the configuration in providers that should have it and,. on the other hand, if the update of the feeds starts normally in providers that do not require this. tag. 16.53 server 0
------------------------------Captured stderr call------------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service Job for wazuh-manager.service failed because the control process exited with error code. See "systemctl status wazuh-manager.service" and "journalctl -xe" for details.
----------------------------Captured stderr teardown----------------------------
Redirecting to /bin/systemctl restart wazuh-manager.service
Passed 2023-03-09 15:26:55.416495 test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py::test_check_log_multiple_provider_feeds[RedHat 8] description: Check if the <path> and <os path=...> options work properly according to the configuration. and check there are no conflicts when reading the feeds and inserting them in the database. 12.59 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:16 wazuh-modulesd[45502] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:16 wazuh-modulesd[45502] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:16 wazuh-modulesd[45502] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:16 wazuh-modulesd[45502] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:16 wazuh-modulesd[45502] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:14:16 wazuh-modulesd[45502] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s
Passed 2023-03-09 15:26:55.416665 test_vulnerability_detector/test_providers/test_multiple_provider_feeds.py::test_check_log_multiple_provider_feeds[Debian Buster] description: Check if the <path> and <os path=...> options work properly according to the configuration. and check there are no conflicts when reading the feeds and inserting them in the database. 6.82 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:22 wazuh-modulesd[45625] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:22 wazuh-modulesd[45625] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:22 wazuh-modulesd[45625] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:22 wazuh-modulesd[45625] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:22 wazuh-modulesd[45625] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_providers/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.416823 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 1] description: Check if modulesd downloads the feeds for each os. 5.64 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:30 wazuh-modulesd[45746] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:30 wazuh-modulesd[45746] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:30 wazuh-modulesd[45746] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:30 wazuh-modulesd[45746] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:30 wazuh-modulesd[45746] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417025 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 2] description: Check if modulesd downloads the feeds for each os. 5.57 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:36 wazuh-modulesd[45836] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:36 wazuh-modulesd[45836] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:36 wazuh-modulesd[45836] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:36 wazuh-modulesd[45836] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:36 wazuh-modulesd[45836] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417190 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Amazon Linux 2022] description: Check if modulesd downloads the feeds for each os. 3.49 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:39 wazuh-modulesd[45914] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:39 wazuh-modulesd[45914] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:39 wazuh-modulesd[45914] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:39 wazuh-modulesd[45914] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:39 wazuh-modulesd[45914] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417366 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Trusty] description: Check if modulesd downloads the feeds for each os. 2.63 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:44 wazuh-modulesd[46004] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:44 wazuh-modulesd[46004] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:44 wazuh-modulesd[46004] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:44 wazuh-modulesd[46004] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:44 wazuh-modulesd[46004] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (trusty) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417524 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Xenial] description: Check if modulesd downloads the feeds for each os. 4.24 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:46 wazuh-modulesd[46093] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:46 wazuh-modulesd[46093] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:46 wazuh-modulesd[46093] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:46 wazuh-modulesd[46093] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:46 wazuh-modulesd[46093] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (xenial) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417681 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Bionic] description: Check if modulesd downloads the feeds for each os. 3.32 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:51 wazuh-modulesd[46170] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:51 wazuh-modulesd[46170] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:51 wazuh-modulesd[46170] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:51 wazuh-modulesd[46170] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:51 wazuh-modulesd[46170] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (bionic) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.417828 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Focal] description: Check if modulesd downloads the feeds for each os. 3.74 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:55 wazuh-modulesd[46259] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:55 wazuh-modulesd[46259] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:55 wazuh-modulesd[46259] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:55 wazuh-modulesd[46259] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:55 wazuh-modulesd[46259] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (focal) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.418029 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Ubuntu Jammy] description: Check if modulesd downloads the feeds for each os. 4.29 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:14:59 wazuh-modulesd[46348] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:14:59 wazuh-modulesd[46348] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:14:59 wazuh-modulesd[46348] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:14:59 wazuh-modulesd[46348] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:14:59 wazuh-modulesd[46348] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.418678 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Debian Buster] description: Check if modulesd downloads the feeds for each os. 4.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:03 wazuh-modulesd[46425] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:03 wazuh-modulesd[46425] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:03 wazuh-modulesd[46425] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:03 wazuh-modulesd[46425] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:03 wazuh-modulesd[46425] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.418859 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Debian Bullseye] description: Check if modulesd downloads the feeds for each os. 5.26 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:07 wazuh-modulesd[46514] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:07 wazuh-modulesd[46514] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:07 wazuh-modulesd[46514] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:07 wazuh-modulesd[46514] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:07 wazuh-modulesd[46514] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.419018 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 5] description: Check if modulesd downloads the feeds for each os. 3.19 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:10 wazuh-modulesd[46591] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:10 wazuh-modulesd[46591] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:10 wazuh-modulesd[46591] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:10 wazuh-modulesd[46591] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:10 wazuh-modulesd[46591] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (5) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.419184 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 6] description: Check if modulesd downloads the feeds for each os. 2.21 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:14 wazuh-modulesd[46668] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:14 wazuh-modulesd[46668] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:14 wazuh-modulesd[46668] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:14 wazuh-modulesd[46668] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:14 wazuh-modulesd[46668] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (6) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.419388 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 7] description: Check if modulesd downloads the feeds for each os. 4.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:17 wazuh-modulesd[46720] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:17 wazuh-modulesd[46720] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:17 wazuh-modulesd[46720] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:17 wazuh-modulesd[46720] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:17 wazuh-modulesd[46720] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (7) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.419544 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Red Hat Enterprise Linux 8] description: Check if modulesd downloads the feeds for each os. 4.20 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:21 wazuh-modulesd[46810] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:21 wazuh-modulesd[46810] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:21 wazuh-modulesd[46810] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:21 wazuh-modulesd[46810] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:21 wazuh-modulesd[46810] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.419697 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Arch Linux] description: Check if modulesd downloads the feeds for each os. 3.82 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:25 wazuh-modulesd[46887] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:25 wazuh-modulesd[46887] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:25 wazuh-modulesd[46887] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:25 wazuh-modulesd[46887] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:25 wazuh-modulesd[46887] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 15:15:25 wazuh-modulesd[46887] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.419849 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[National Vulnerability Database] description: Check if modulesd downloads the feeds for each os. 4.24 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:29 wazuh-modulesd[46964] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:29 wazuh-modulesd[46964] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:29 wazuh-modulesd[46964] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:29 wazuh-modulesd[46964] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:29 wazuh-modulesd[46964] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 15:15:29 wazuh-modulesd[46964] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 15:26:55.420027 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[Microsoft Security Update] description: Check if modulesd downloads the feeds for each os. 3.60 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:34 wazuh-modulesd[47054] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:34 wazuh-modulesd[47054] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:34 wazuh-modulesd[47054] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:34 wazuh-modulesd[47054] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:34 wazuh-modulesd[47054] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 15:15:34 wazuh-modulesd[47054] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.420184 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 11] description: Check if modulesd downloads the feeds for each os. 4.23 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:38 wazuh-modulesd[47145] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:38 wazuh-modulesd[47145] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:38 wazuh-modulesd[47145] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:38 wazuh-modulesd[47145] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:38 wazuh-modulesd[47145] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.420331 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 12] description: Check if modulesd downloads the feeds for each os. 5.16 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:42 wazuh-modulesd[47234] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:42 wazuh-modulesd[47234] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:42 wazuh-modulesd[47234] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:42 wazuh-modulesd[47234] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:42 wazuh-modulesd[47234] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.420482 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Desktop 15] description: Check if modulesd downloads the feeds for each os. 3.20 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:45 wazuh-modulesd[47299] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:45 wazuh-modulesd[47299] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:45 wazuh-modulesd[47299] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:45 wazuh-modulesd[47299] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:45 wazuh-modulesd[47299] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.420633 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 11] description: Check if modulesd downloads the feeds for each os. 3.63 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:51 wazuh-modulesd[47388] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:51 wazuh-modulesd[47388] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:51 wazuh-modulesd[47388] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:51 wazuh-modulesd[47388] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:51 wazuh-modulesd[47388] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (11-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.420787 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 12] description: Check if modulesd downloads the feeds for each os. 3.71 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:53 wazuh-modulesd[47465] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:53 wazuh-modulesd[47465] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:53 wazuh-modulesd[47465] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:53 wazuh-modulesd[47465] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:53 wazuh-modulesd[47465] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (12-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.420978 test_vulnerability_detector/test_providers/test_os.py::test_providers_os[SUSE Linux Enterprise Server 15] description: Check if modulesd downloads the feeds for each os. 3.23 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:15:57 wazuh-modulesd[47554] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:15:57 wazuh-modulesd[47554] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:15:57 wazuh-modulesd[47554] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:15:57 wazuh-modulesd[47554] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:15:57 wazuh-modulesd[47554] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.421142 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[RedHat] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 2.20 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:00 wazuh-modulesd[47630] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:00 wazuh-modulesd[47630] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:00 wazuh-modulesd[47630] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:00 wazuh-modulesd[47630] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:00 wazuh-modulesd[47630] wmodules-vuln-detector.c:991 at wm_vuldet_read_provider_content(): INFO: 'update_from_year' option at module 'vulnerability-detector' is deprecated. Use 'os' instead. 2023/03/09 15:16:00 wazuh-modulesd[47630] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.421293 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[Canonical] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 3.15 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:02 wazuh-modulesd[47707] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:02 wazuh-modulesd[47707] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:02 wazuh-modulesd[47707] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:02 wazuh-modulesd[47707] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:02 wazuh-modulesd[47707] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'canonical' provider at 'vulnerability-detector' 2023/03/09 15:16:02 wazuh-modulesd[47707] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (20) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.421443 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[Debian] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 3.24 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:06 wazuh-modulesd[47796] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:06 wazuh-modulesd[47796] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:06 wazuh-modulesd[47796] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:06 wazuh-modulesd[47796] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:06 wazuh-modulesd[47796] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'debian' provider at 'vulnerability-detector' 2023/03/09 15:16:06 wazuh-modulesd[47796] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (10) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.421598 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[NVD] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 4.26 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:09 wazuh-modulesd[47884] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:09 wazuh-modulesd[47884] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:09 wazuh-modulesd[47884] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:09 wazuh-modulesd[47884] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:09 wazuh-modulesd[47884] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 15:16:09 wazuh-modulesd[47884] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: 'none' | Multi url: 'none' | Update since: 2023 | Timeout: 300s
Passed 2023-03-09 15:26:55.421757 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[MSU] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 4.27 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:14 wazuh-modulesd[47974] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:14 wazuh-modulesd[47974] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:14 wazuh-modulesd[47974] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:14 wazuh-modulesd[47974] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:14 wazuh-modulesd[47974] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'msu' provider at 'vulnerability-detector' 2023/03/09 15:16:14 wazuh-modulesd[47974] wmodules-vuln-detector.c:994 at wm_vuldet_read_provider_content(): WARNING: 'update_from_year' option cannot be used for 'msu' provider. 2023/03/09 15:16:14 wazuh-modulesd[47974] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added msu feed. Interval: 3600s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.421908 test_vulnerability_detector/test_providers/test_update_from_year.py::test_update_from_year[SUSE] description: Check if vulnerability detector download feeds from the correct year based on `update_from_year`. option. 2.20 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:16 wazuh-modulesd[48039] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:16 wazuh-modulesd[48039] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:16 wazuh-modulesd[48039] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:16 wazuh-modulesd[48039] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:16 wazuh-modulesd[48039] wmodules-vuln-detector.c:1005 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'update_from_year' for 'suse' provider at 'vulnerability-detector' 2023/03/09 15:16:16 wazuh-modulesd[48039] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-desktop) feed. Interval: 3600s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.422068 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Amazon Linux 2022] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.45 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:20 wazuh-modulesd[48127] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:20 wazuh-modulesd[48127] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:20 wazuh-modulesd[48127] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:20 wazuh-modulesd[48127] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:20 wazuh-modulesd[48127] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.422226 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[RedHat] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.56 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:29 wazuh-modulesd[48229] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:29 wazuh-modulesd[48229] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:29 wazuh-modulesd[48229] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:29 wazuh-modulesd[48229] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:29 wazuh-modulesd[48229] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.422375 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Ubuntu Jammy] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 7.22 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:36 wazuh-modulesd[48306] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:36 wazuh-modulesd[48306] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:36 wazuh-modulesd[48306] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:36 wazuh-modulesd[48306] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:36 wazuh-modulesd[48306] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added canonical (jammy) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.422559 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Debian] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 9.67 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:45 wazuh-modulesd[48395] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:45 wazuh-modulesd[48395] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:45 wazuh-modulesd[48395] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:45 wazuh-modulesd[48395] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:45 wazuh-modulesd[48395] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (buster) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.422717 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[NVD] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 7.69 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:16:54 wazuh-modulesd[48484] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:16:54 wazuh-modulesd[48484] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:16:54 wazuh-modulesd[48484] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:16:54 wazuh-modulesd[48484] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:16:54 wazuh-modulesd[48484] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'nvd' provider at 'vulnerability-detector' 2023/03/09 15:16:54 wazuh-modulesd[48484] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 5s | Multi path: 'none' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.422868 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[Arch_Linux] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 8.55 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:01 wazuh-modulesd[48573] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:01 wazuh-modulesd[48573] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:01 wazuh-modulesd[48573] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:01 wazuh-modulesd[48573] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:01 wazuh-modulesd[48573] wmodules-vuln-detector.c:1054 at wm_vuldet_read_provider_content(): WARNING: Invalid option 'os' for 'arch' provider at 'vulnerability-detector' 2023/03/09 15:17:01 wazuh-modulesd[48573] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 5s | Multi path: 'none' | Multi url: 'none' | Update since: 0 | Timeout: 300s
Passed 2023-03-09 15:26:55.423018 test_vulnerability_detector/test_providers/test_update_interval.py::test_update_interval[SUSE] description: Check if the provider feed starts updating the database after the interval time set in. <interval_update> tag. 7.59 server 0
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:10 wazuh-modulesd[48662] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:10 wazuh-modulesd[48662] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:10 wazuh-modulesd[48662] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:10 wazuh-modulesd[48662] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:10 wazuh-modulesd[48662] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 5s | Path: 'none' | Url: 'none' | Timeout: 300s
Passed 2023-03-09 15:26:55.423182 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_scan_nvd_vulnerabilities[WINDOWS] description: Check if the corresponding vulnerability alerts and logs are generated after scanning with an NVD feed. and custom vulnerable packages, using only the NVD feed.This is tested for macOS and Windows system. 12.11 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:22 wazuh-modulesd[48766] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:22 wazuh-modulesd[48766] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:22 wazuh-modulesd[48766] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:22 wazuh-modulesd[48766] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:22 wazuh-modulesd[48766] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.423340 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_scan_nvd_vulnerabilities[MACOS] description: Check if the corresponding vulnerability alerts and logs are generated after scanning with an NVD feed. and custom vulnerable packages, using only the NVD feed.This is tested for macOS and Windows system. 10.07 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:34 wazuh-modulesd[48866] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:34 wazuh-modulesd[48866] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:34 wazuh-modulesd[48866] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:34 wazuh-modulesd[48866] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:34 wazuh-modulesd[48866] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.423498 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[RHEL] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.41 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:44 wazuh-modulesd[48978] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:44 wazuh-modulesd[48978] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:44 wazuh-modulesd[48978] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:44 wazuh-modulesd[48978] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:44 wazuh-modulesd[48978] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.423669 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[UBUNTU] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.86 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:17:53 wazuh-modulesd[49091] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:17:53 wazuh-modulesd[49091] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:17:53 wazuh-modulesd[49091] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:17:53 wazuh-modulesd[49091] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:17:53 wazuh-modulesd[49091] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.423863 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[DEBIAN] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.86 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:01 wazuh-modulesd[49194] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:01 wazuh-modulesd[49194] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:01 wazuh-modulesd[49194] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:01 wazuh-modulesd[49194] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:01 wazuh-modulesd[49194] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.424089 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[ARCH] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.86 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:08 wazuh-modulesd[49272] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:08 wazuh-modulesd[49272] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:08 wazuh-modulesd[49272] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:08 wazuh-modulesd[49272] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:08 wazuh-modulesd[49272] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.424350 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[ALAS] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 9.46 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:17 wazuh-modulesd[49363] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:17 wazuh-modulesd[49363] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:17 wazuh-modulesd[49363] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:17 wazuh-modulesd[49363] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:17 wazuh-modulesd[49363] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.424557 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED11] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.89 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:26 wazuh-modulesd[49466] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:26 wazuh-modulesd[49466] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:26 wazuh-modulesd[49466] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:26 wazuh-modulesd[49466] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:26 wazuh-modulesd[49466] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.424761 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED12] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.92 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:34 wazuh-modulesd[49569] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:34 wazuh-modulesd[49569] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:34 wazuh-modulesd[49569] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:34 wazuh-modulesd[49569] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:34 wazuh-modulesd[49569] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.424969 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLED15] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 8.87 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:44 wazuh-modulesd[49672] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:44 wazuh-modulesd[49672] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:44 wazuh-modulesd[49672] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:44 wazuh-modulesd[49672] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:44 wazuh-modulesd[49672] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.425185 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES11] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 6.34 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:50 wazuh-modulesd[49737] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:50 wazuh-modulesd[49737] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:50 wazuh-modulesd[49737] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:50 wazuh-modulesd[49737] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:50 wazuh-modulesd[49737] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.425499 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES12] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 7.88 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:18:58 wazuh-modulesd[49840] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:18:58 wazuh-modulesd[49840] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:18:58 wazuh-modulesd[49840] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:18:58 wazuh-modulesd[49840] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:18:58 wazuh-modulesd[49840] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.425713 test_vulnerability_detector/test_scan_results/test_scan_nvd_vulnerabilities.py::test_no_agent_data[SLES15] description: Check that a Warning message is displayed when attempting to perform a vulnerability scan using only. the NVD feed for Linux systems. 9.65 server
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:07 wazuh-modulesd[49943] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:07 wazuh-modulesd[49943] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:07 wazuh-modulesd[49943] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:07 wazuh-modulesd[49943] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:07 wazuh-modulesd[49943] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.425979 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[RHEL] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 10.85 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:15 wazuh-modulesd[50046] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:15 wazuh-modulesd[50046] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:15 wazuh-modulesd[50046] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:15 wazuh-modulesd[50046] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:15 wazuh-modulesd[50046] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:19:15 wazuh-modulesd[50046] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:19:15 wazuh-modulesd[50046] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.426205 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Debian] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 10.94 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:26 wazuh-modulesd[50157] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:26 wazuh-modulesd[50157] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:26 wazuh-modulesd[50157] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:26 wazuh-modulesd[50157] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:26 wazuh-modulesd[50157] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:19:26 wazuh-modulesd[50157] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.426764 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[ALAS] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 12.09 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:47 wazuh-modulesd[50369] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:47 wazuh-modulesd[50369] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:47 wazuh-modulesd[50369] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:47 wazuh-modulesd[50369] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:47 wazuh-modulesd[50369] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 15:19:47 wazuh-modulesd[50369] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.427212 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[Arch] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 11.77 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:19:59 wazuh-modulesd[50480] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:19:59 wazuh-modulesd[50480] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:19:59 wazuh-modulesd[50480] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:19:59 wazuh-modulesd[50480] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:19:59 wazuh-modulesd[50480] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 15:19:59 wazuh-modulesd[50480] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.427559 test_vulnerability_detector/test_scan_results/test_scan_provider_and_nvd_vulnerabilities.py::test_scan_provider_and_nvd_vulnerabilities[SUSE] description: Check if the vulnerability alerts are reported from NVD and OVAL feed sources. 11.00 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:20:11 wazuh-modulesd[50587] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:20:11 wazuh-modulesd[50587] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:20:11 wazuh-modulesd[50587] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:20:11 wazuh-modulesd[50587] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:20:11 wazuh-modulesd[50587] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:20:11 wazuh-modulesd[50587] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.427963 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[RHEL] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 11.82 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:20:22 wazuh-modulesd[50698] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:20:22 wazuh-modulesd[50698] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:20:22 wazuh-modulesd[50698] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:20:22 wazuh-modulesd[50698] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:20:22 wazuh-modulesd[50698] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:20:22 wazuh-modulesd[50698] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:20:22 wazuh-modulesd[50698] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.428331 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Debian] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 12.45 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:20:34 wazuh-modulesd[50809] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:20:34 wazuh-modulesd[50809] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:20:34 wazuh-modulesd[50809] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:20:34 wazuh-modulesd[50809] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:20:34 wazuh-modulesd[50809] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added debian (bullseye) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/debian/custom_debian_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:20:34 wazuh-modulesd[50809] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.429140 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[ALAS] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 11.17 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:20:54 wazuh-modulesd[51022] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:20:54 wazuh-modulesd[51022] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:20:54 wazuh-modulesd[51022] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:20:54 wazuh-modulesd[51022] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:20:54 wazuh-modulesd[51022] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 15:20:54 wazuh-modulesd[51022] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.429478 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[Arch] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 9.27 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:21:05 wazuh-modulesd[51109] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:21:05 wazuh-modulesd[51109] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:21:05 wazuh-modulesd[51109] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:21:05 wazuh-modulesd[51109] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:21:05 wazuh-modulesd[51109] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added arch feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/arch/custom_archlinux_feed.json' | Multi url: 'none' | Update since: 0 | Timeout: 300s 2023/03/09 15:21:05 wazuh-modulesd[51109] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.429811 test_vulnerability_detector/test_scan_results/test_scan_provider_vulnerabilities.py::test_scan_provider_vulnerabilities[SUSE] description: Check if the vulnerability alerts are reported making vulnerabilities found only by OVAL and not NVD. 11.61 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:21:16 wazuh-modulesd[51208] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:21:16 wazuh-modulesd[51208] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:21:16 wazuh-modulesd[51208] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:21:16 wazuh-modulesd[51208] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:21:16 wazuh-modulesd[51208] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:21:16 wazuh-modulesd[51208] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_alternative_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.430166 test_vulnerability_detector/test_scan_results/test_scan_vulnerabilities_triaged_null.py::test_scan_triaged_null_vulnerabilities[RHEL] description: Check if a vulnerable package with triaged NULL, is detected with the partial scan. 15.25 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:21:27 wazuh-modulesd[51306] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:21:27 wazuh-modulesd[51306] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:21:27 wazuh-modulesd[51306] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:21:27 wazuh-modulesd[51306] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:21:27 wazuh-modulesd[51306] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:21:27 wazuh-modulesd[51306] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:21:27 wazuh-modulesd[51306] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.430505 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 19.90 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:21:41 wazuh-modulesd[51409] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:21:41 wazuh-modulesd[51409] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:21:41 wazuh-modulesd[51409] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:21:41 wazuh-modulesd[51409] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:21:41 wazuh-modulesd[51409] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:21:41 wazuh-modulesd[51409] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:21:41 wazuh-modulesd[51409] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.430973 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal - ALAS 2022] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 23.32 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:22:01 wazuh-modulesd[51520] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:22:01 wazuh-modulesd[51520] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:22:01 wazuh-modulesd[51520] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:22:01 wazuh-modulesd[51520] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:22:01 wazuh-modulesd[51520] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 15:22:01 wazuh-modulesd[51520] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.431210 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_update_package[Alert vulnerability removal - SUSE] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory when a package is updated to a non-vulnerable version. 23.18 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:22:25 wazuh-modulesd[51619] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:22:25 wazuh-modulesd[51619] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:22:25 wazuh-modulesd[51619] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:22:25 wazuh-modulesd[51619] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:22:25 wazuh-modulesd[51619] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:22:25 wazuh-modulesd[51619] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.431417 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 17.43 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:22:47 wazuh-modulesd[51730] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:22:47 wazuh-modulesd[51730] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:22:47 wazuh-modulesd[51730] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:22:47 wazuh-modulesd[51730] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:22:47 wazuh-modulesd[51730] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:22:47 wazuh-modulesd[51730] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:22:47 wazuh-modulesd[51730] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.431622 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal - ALAS 2022] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 24.16 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:23:06 wazuh-modulesd[51852] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:23:06 wazuh-modulesd[51852] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:23:06 wazuh-modulesd[51852] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:23:06 wazuh-modulesd[51852] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:23:06 wazuh-modulesd[51852] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added alas (amazon-linux-2022) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/alas/custom_alas_2022_feed.json' | Url: 'none' | Timeout: 300s 2023/03/09 15:23:06 wazuh-modulesd[51852] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.431829 test_vulnerability_detector/test_scan_results/test_scan_vulnerability_removal.py::test_vulnerability_removal_delete_package[Alert vulnerability removal - SUSE] description: Check that the Vulnerability Detector module generates an alert when a vulnerability is removed from. the inventory. 24.57 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:23:30 wazuh-modulesd[51962] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:23:30 wazuh-modulesd[51962] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:23:30 wazuh-modulesd[51962] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:23:30 wazuh-modulesd[51962] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:23:30 wazuh-modulesd[51962] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added suse (15-server) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/suse/custom_suse_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:23:30 wazuh-modulesd[51962] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 10s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_results/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.432072 test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py::test_baseline_scan_start[RHEL] description: Check that the baseline scan starts. 7.86 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:23:54 wazuh-modulesd[52072] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:23:54 wazuh-modulesd[52072] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:23:54 wazuh-modulesd[52072] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:23:54 wazuh-modulesd[52072] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:23:54 wazuh-modulesd[52072] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:23:54 wazuh-modulesd[52072] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:23:54 wazuh-modulesd[52072] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.432287 test_vulnerability_detector/test_scan_types/test_baseline_scan_type.py::test_baseline_scan_alert[RHEL] description: Check that the baseline scan detects vulnerabilities, and reports them as alerts. 9.91 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:24:03 wazuh-modulesd[52163] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:24:03 wazuh-modulesd[52163] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:24:03 wazuh-modulesd[52163] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:24:03 wazuh-modulesd[52163] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:24:03 wazuh-modulesd[52163] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:24:03 wazuh-modulesd[52163] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:24:03 wazuh-modulesd[52163] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.432490 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_start[RHEL] description: Check that the full scan starts. 8.97 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:24:13 wazuh-modulesd[52268] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:24:13 wazuh-modulesd[52268] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:24:13 wazuh-modulesd[52268] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:24:13 wazuh-modulesd[52268] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:24:13 wazuh-modulesd[52268] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:24:13 wazuh-modulesd[52268] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:24:13 wazuh-modulesd[52268] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.432721 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_no_alert_after_no_changes[RHEL] description: Check that the full scan does not report previously reported vulnerabilities. 19.28 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:24:21 wazuh-modulesd[52359] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:24:21 wazuh-modulesd[52359] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:24:21 wazuh-modulesd[52359] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:24:21 wazuh-modulesd[52359] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:24:21 wazuh-modulesd[52359] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:24:21 wazuh-modulesd[52359] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:24:21 wazuh-modulesd[52359] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 15:24:33,650 - wazuh_testing - ERROR - Could not find the report which says that CVE-000 affects the package custom-package-0 2023-03-09 15:24:33,651 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:24:33,651 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find the report which says that CVE-000 affects the package custom-package-0 ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.432921 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_alert_after_changes[RHEL] description: Check that the full scan reports a new vulnerability from the latest scan. 13.98 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:24:41 wazuh-modulesd[52467] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:24:41 wazuh-modulesd[52467] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:24:41 wazuh-modulesd[52467] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:24:41 wazuh-modulesd[52467] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:24:41 wazuh-modulesd[52467] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:24:41 wazuh-modulesd[52467] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:24:41 wazuh-modulesd[52467] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.433165 test_vulnerability_detector/test_scan_types/test_full_scan_type.py::test_full_scan_remove_vulnerability_alert[RHEL] description: Check that the full scan reports removed vulnerabilities. 13.46 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:24:54 wazuh-modulesd[52561] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:24:54 wazuh-modulesd[52561] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:24:54 wazuh-modulesd[52561] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:24:54 wazuh-modulesd[52561] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:24:54 wazuh-modulesd[52561] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:24:54 wazuh-modulesd[52561] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:24:54 wazuh-modulesd[52561] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.433357 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_start[RHEL] description: Check that the partial scan starts. 8.90 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:25:09 wazuh-modulesd[52681] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:25:09 wazuh-modulesd[52681] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:25:09 wazuh-modulesd[52681] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:25:09 wazuh-modulesd[52681] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:25:09 wazuh-modulesd[52681] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:25:09 wazuh-modulesd[52681] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:25:09 wazuh-modulesd[52681] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.433585 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_no_alert_after_no_changes[RHEL] description: Check that the partial scan does not report previously reported vulnerabilities. 23.63 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:25:17 wazuh-modulesd[52784] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:25:17 wazuh-modulesd[52784] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:25:17 wazuh-modulesd[52784] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:25:17 wazuh-modulesd[52784] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:25:17 wazuh-modulesd[52784] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:25:17 wazuh-modulesd[52784] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:25:17 wazuh-modulesd[52784] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
------------------------------Captured stderr call------------------------------
2023-03-09 15:25:32,702 - wazuh_testing - ERROR - Could not find the report which says that CVE-000 affects the package custom-package-0 2023-03-09 15:25:32,703 - wazuh_testing - ERROR - Results accumulated: 0 2023-03-09 15:25:32,703 - wazuh_testing - ERROR - Results expected: 1
-------------------------------Captured log call--------------------------------
ERROR wazuh_testing:monitoring.py:465 Could not find the report which says that CVE-000 affects the package custom-package-0 ERROR wazuh_testing:monitoring.py:466 Results accumulated: 0 ERROR wazuh_testing:monitoring.py:468 Results expected: 1
Passed 2023-03-09 15:26:55.433782 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_alert_after_changes[RHEL] description: Check that the partial scan reports a new vulnerability from the latest scan. 19.47 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:25:40 wazuh-modulesd[52889] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:25:40 wazuh-modulesd[52889] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:25:40 wazuh-modulesd[52889] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:25:40 wazuh-modulesd[52889] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:25:40 wazuh-modulesd[52889] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:25:40 wazuh-modulesd[52889] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:25:40 wazuh-modulesd[52889] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.433972 test_vulnerability_detector/test_scan_types/test_partial_scan_type.py::test_partial_scan_remove_vulnerability_alert[RHEL] description: Check that the partial scan reports removed vulnerabilities. 15.42 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:01 wazuh-modulesd[52993] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:01 wazuh-modulesd[52993] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:01 wazuh-modulesd[52993] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:01 wazuh-modulesd[52993] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:01 wazuh-modulesd[52993] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:01 wazuh-modulesd[52993] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:01 wazuh-modulesd[52993] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_scan_types/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.434296 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_baseline_scan.py::test_vulnerability_inserted_baseline_scan[RHEL] description: Check that the baseline scan inserts the detected vulnerabilities 9.43 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:16 wazuh-modulesd[53106] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:16 wazuh-modulesd[53106] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:16 wazuh-modulesd[53106] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:16 wazuh-modulesd[53106] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:16 wazuh-modulesd[53106] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:16 wazuh-modulesd[53106] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:16 wazuh-modulesd[53106] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.434507 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py::test_vulnerability_inserted_full_scan[RHEL] description: Check that the full scan inserts the detected vulnerabilities 8.32 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:24 wazuh-modulesd[53202] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:24 wazuh-modulesd[53202] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:24 wazuh-modulesd[53202] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:24 wazuh-modulesd[53202] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:24 wazuh-modulesd[53202] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:24 wazuh-modulesd[53202] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:24 wazuh-modulesd[53202] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.434701 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_full_scan.py::test_vulnerability_removed_full_scan[RHEL] description: Check that the full scan removes the obsolete vulnerabilities from the inventory. 9.92 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:34 wazuh-modulesd[53297] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:34 wazuh-modulesd[53297] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:34 wazuh-modulesd[53297] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:34 wazuh-modulesd[53297] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:34 wazuh-modulesd[53297] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:34 wazuh-modulesd[53297] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:34 wazuh-modulesd[53297] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.434890 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py::test_vulnerability_inserted_partial_scan[RHEL] description: Check that the partial scan inserts the detected vulnerabilities. 7.41 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:42 wazuh-modulesd[53377] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:42 wazuh-modulesd[53377] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:42 wazuh-modulesd[53377] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:42 wazuh-modulesd[53377] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:42 wazuh-modulesd[53377] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:42 wazuh-modulesd[53377] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:42 wazuh-modulesd[53377] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s
Passed 2023-03-09 15:26:55.435090 test_vulnerability_detector/test_vulnerability_inventory/test_vulnerability_inventory_partial_scan.py::test_vulnerability_removed_partial_scan[RHEL] description: Check that the partial scan removes the obsolete vulnerabilities from the inventory. 8.96 server 1
-----------------------------Captured stderr setup------------------------------
2023/03/09 15:26:50 wazuh-modulesd[53461] debug_op.c:70 at _log(): DEBUG: Logging module auto-initialized 2023/03/09 15:26:50 wazuh-modulesd[53461] main.c:77 at main(): DEBUG: Wazuh home directory: /var/ossec 2023/03/09 15:26:50 wazuh-modulesd[53461] wmodules-osquery-monitor.c:78 at wm_osquery_monitor_read(): DEBUG: Logpath read: /var/log/osquery/osqueryd.results.log 2023/03/09 15:26:50 wazuh-modulesd[53461] wmodules-osquery-monitor.c:84 at wm_osquery_monitor_read(): DEBUG: configPath read: /etc/osquery/osquery.conf 2023/03/09 15:26:50 wazuh-modulesd[53461] wmodules-vuln-detector.c:668 at wm_vuldet_read_provider(): DEBUG: Added redhat (8) feed. Interval: 3600s | Path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_oval_feed.xml' | Url: 'none' | Timeout: 300s 2023/03/09 15:26:50 wazuh-modulesd[53461] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added jredhat feed. Interval: 3600s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/redhat/custom_redhat_json_feed.json' | Multi url: 'none' | Update since: 1999 | Timeout: 300s 2023/03/09 15:26:50 wazuh-modulesd[53461] wmodules-vuln-detector.c:726 at wm_vuldet_read_provider(): DEBUG: Added nvd feed. Interval: 86400s | Multi path: '/vagrant/wazuh-qa/tests/integration/test_vulnerability_detector/test_vulnerability_inventory/../data/feeds/nvd/custom_nvd_feed.json' | Multi url: 'none' | Update since: 2010 | Timeout: 300s