-- MySQL dump 10.13 Distrib 8.0.40, for Linux (x86_64) -- -- Host: localhost Database: infra_dashboard -- ------------------------------------------------------ -- Server version 8.0.40-0ubuntu0.22.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `dashboard_os` -- DROP TABLE IF EXISTS `dashboard_os`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_os` ( `id` int NOT NULL AUTO_INCREMENT, `distribution` varchar(20) COLLATE utf8mb4_general_ci NOT NULL, `version` varchar(10) COLLATE utf8mb4_general_ci NOT NULL, `end_of_support` date DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `dashboard_os_distribution_version_73a59db0_uniq` (`distribution`,`version`) ) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_os` -- LOCK TABLES `dashboard_os` WRITE; /*!40000 ALTER TABLE `dashboard_os` DISABLE KEYS */; INSERT INTO `dashboard_os` VALUES (1,'Unknown','1',NULL),(2,'Debian','4','2010-02-28'),(3,'Debian','5','2012-02-06'),(4,'Debian','6','2016-02-06'),(5,'Debian','7','2018-04-01'),(6,'Debian','8','2020-04-01'),(7,'Debian','9','2022-06-30'),(8,'Debian','10','2024-06-30'),(9,'Debian','11','2026-06-30'),(10,'Ubuntu','10.04','2015-04-30'),(11,'Ubuntu','10.10','2012-04-10'),(12,'Ubuntu','11.04','2012-10-28'),(13,'Ubuntu','11.10','2013-05-09'),(14,'Ubuntu','12.04','2017-04-01'),(15,'Ubuntu','12.10','2014-05-16'),(16,'Ubuntu','13.04','2014-01-27'),(17,'Ubuntu','13.10','2014-07-17'),(18,'Ubuntu','14.04','2019-04-01'),(19,'Ubuntu','14.10','2015-07-23'),(20,'Ubuntu','15.04','2016-02-04'),(21,'Ubuntu','15.10','2016-07-28'),(22,'Ubuntu','16.04','2021-04-01'),(23,'Ubuntu','16.10','2017-07-01'),(24,'Ubuntu','17.04','2018-01-31'),(25,'Ubuntu','17.10','2018-07-31'),(26,'Ubuntu','18.04','2023-04-01'),(27,'Ubuntu','20.04','2025-04-01'),(28,'Ubuntu','22.04','2027-04-01'),(29,'CentOS','4','2012-02-29'),(30,'CentOS','5','2017-03-31'),(31,'CentOS','6','2020-11-30'),(32,'CentOS','7','2024-06-30'),(33,'RedHat','5','2017-03-31'),(34,'RedHat','6','2020-11-30'),(35,'RedHat','7','2024-06-30'),(36,'FreeBSD','9.0','2013-03-31'),(37,'FreeBSD','9.1','2014-12-31'),(38,'FreeBSD','9.2','2014-12-31'),(39,'FreeBSD','9.3','2016-12-31'),(40,'FreeBSD','10.0','2015-02-28'),(41,'FreeBSD','10.1','2016-12-31'),(42,'FreeBSD','10.2','2016-12-31'),(43,'FreeBSD','10.3','2018-04-30'),(44,'OpenBSD','5.0','2012-11-01'),(45,'OpenBSD','5.1','2013-05-01'),(46,'OpenBSD','5.2','2013-11-01'),(47,'OpenBSD','5.3','2014-05-01'),(48,'OpenBSD','5.4','2014-11-01'),(49,'OpenBSD','5.5','2015-05-01'),(50,'OpenBSD','5.6','2015-10-18'),(51,'OpenBSD','5.7','2016-03-29'),(52,'OpenBSD','5.8','2016-09-01'),(53,'OpenBSD','5.9','2017-04-11'),(54,'OpenBSD','6.0','2017-11-09'),(55,'OpenBSD','6.1','2018-05-01'),(56,'OpenBSD','6.2','2018-11-01'),(57,'OpenBSD','6.3','2019-05-01'),(58,'OpenBSD','6.4','2019-11-01'),(59,'Debian','12','2028-06-30'),(60,'Ubuntu','24.04','2029-04-01'),(61,'Test','12','2024-04-25'); /*!40000 ALTER TABLE `dashboard_os` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_package` -- DROP TABLE IF EXISTS `dashboard_package`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_package` ( `id` int NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `active` int NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_package` -- LOCK TABLES `dashboard_package` WRITE; /*!40000 ALTER TABLE `dashboard_package` DISABLE KEYS */; INSERT INTO `dashboard_package` VALUES (1,'apt',1),(2,'apache2',1),(3,'bash',1),(4,'check-mk-agent',1),(5,'libc-bin',1),(6,'make',1),(7,'mysql-server',1),(8,'openssl',1),(9,'openssh-server',1),(10,'php8.1',1),(11,'php7.4',1),(12,'postfix',1),(13,'redis',1),(14,'redis-server',1),(15,'sudo',1),(16,'systemd',1),(17,'kernel',1),(18,'docker-ce',1),(19,'elasticsearch',1),(20,'mariadb-server',1),(21,'nginx',1),(22,'vault',1),(23,'php5',1),(24,'postgresql',1),(25,'mongodb-org',1),(26,'php7.0',1),(27,'php7.2',1),(28,'proxysql',1),(29,'sphinxsearch',1),(30,'unbound',1),(31,'varnish',1),(32,'rabbitmq-server',1),(33,'Test',1); /*!40000 ALTER TABLE `dashboard_package` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_packagestatus` -- DROP TABLE IF EXISTS `dashboard_packagestatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_packagestatus` ( `id` int NOT NULL AUTO_INCREMENT, `package_name` varchar(50) COLLATE utf8mb4_general_ci NOT NULL, `package_version` varchar(50) COLLATE utf8mb4_general_ci NOT NULL, `server_id` int NOT NULL, PRIMARY KEY (`id`), KEY `dashboard_packagesta_server_id_a3393991_fk_dashboard` (`server_id`), CONSTRAINT `dashboard_packagesta_server_id_a3393991_fk_dashboard` FOREIGN KEY (`server_id`) REFERENCES `dashboard_server` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=262048 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_packagestatus` -- LOCK TABLES `dashboard_packagestatus` WRITE; /*!40000 ALTER TABLE `dashboard_packagestatus` DISABLE KEYS */; INSERT INTO `dashboard_packagestatus` VALUES (258465,'apt','1.8.2.3',89),(258466,'apt','2.0.10',88),(258467,'apt','2.4.12',87),(258468,'apt','2.4.12',92),(258469,'apt','2.4.12',91),(258470,'apt','2.0.10',86),(258471,'apache2','2.4.59-1~deb10u1',89),(258472,'apache2','2.4.52-1ubuntu4.10',87),(258473,'apt','2.2.4',85),(258474,'apt','2.2.4',90),(258475,'apt','2.0.10',94),(258476,'bash','5.0-4',89),(258477,'bash','5.1-6ubuntu1.1',87),(258478,'apache2','2.4.41-4ubuntu3.19',86),(258479,'bash','5.1-6ubuntu1.1',92),(258480,'apt','2.0.10',95),(258481,'bash','5.0-6ubuntu1.2',88),(258482,'bash','5.1-6ubuntu1.1',91),(258483,'check-mk-agent','2.3.0p3-1',89),(258484,'check-mk-agent','2.3.0p3-1',87),(258485,'check-mk-agent','2.3.0p3-1',92),(258486,'bash','5.0-6ubuntu1.2',86),(258487,'bash','5.1-2+deb11u1',85),(258488,'check-mk-agent','2.3.0p3-1',88),(258489,'check-mk-agent','2.3.0p3-1',91),(258490,'check-mk-agent','2.3.0p3-1',86),(258491,'bash','5.1-2+deb11u1',90),(258492,'bash','5.0-6ubuntu1.2',94),(258493,'check-mk-agent','2.3.0p3-1',85),(258494,'libc-bin','2.28-10+deb10u4',89),(258495,'libc-bin','2.35-0ubuntu3.8',87),(258496,'bash','5.0-6ubuntu1.2',95),(258497,'make','4.2.1-1.2',89),(258498,'libc-bin','2.35-0ubuntu3.8',92),(258499,'check-mk-agent','2.3.0p3-1',94),(258500,'check-mk-agent','2.3.0p3-1',90),(258501,'make','4.3-4.1build1',87),(258502,'libc-bin','2.31-0ubuntu9.16',88),(258503,'make','4.3-4.1build1',92),(258504,'check-mk-agent','2.3.0p3-1',95),(258505,'make','4.2.1-1.2',88),(258506,'libc-bin','2.31-0ubuntu9.16',86),(258507,'libc-bin','2.35-0ubuntu3.8',91),(258508,'libc-bin','2.31-13+deb11u10',85),(258509,'make','4.2.1-1.2',86),(258510,'make','4.3-4.1build1',91),(258511,'mysql-server','8.0.35-1ubuntu22.04',87),(258512,'make','4.3-4.1',85),(258513,'libc-bin','2.31-0ubuntu9.16',94),(258514,'openssl','1.1.1n-0+deb10u6',89),(258515,'libc-bin','2.31-13+deb11u10',90),(258516,'openssl','3.0.2-0ubuntu1.16',87),(258517,'make','4.2.1-1.2',94),(258518,'openssl','3.0.2-0ubuntu1.16',92),(258519,'openssh-server','1:7.9p1-10+deb10u4',89),(258520,'openssl','1.1.1f-1ubuntu2.22',88),(258521,'openssh-server','1:8.9p1-3ubuntu0.10',87),(258522,'mysql-server','8.0.37-0ubuntu0.20.04.3',86),(258523,'libc-bin','2.31-0ubuntu9.16',95),(258524,'make','4.3-4.1',90),(258525,'openssh-server','1:8.2p1-4ubuntu0.11',88),(258526,'openssh-server','1:8.9p1-3ubuntu0.10',92),(258527,'make','4.2.1-1.2',95),(258528,'openssl','1.1.1f-1ubuntu2.22',86),(258529,'openssl','3.0.2-0ubuntu1.16',91),(258530,'openssh-server','1:8.2p1-4ubuntu0.11',86),(258531,'openssh-server','1:8.9p1-3ubuntu0.10',91),(258532,'openssl','1.1.1w-0+deb11u1',85),(258533,'openssh-server','1:8.4p1-5+deb11u3',85),(258534,'openssl','1.1.1f-1ubuntu2.22',94),(258535,'php8.1','8.1.2-1ubuntu2.18',87),(258536,'openssh-server','1:8.2p1-4ubuntu0.11',94),(258537,'php7.4','7.4.3-4ubuntu2.23',86),(258538,'postfix','3.4.23-0+deb10u2',89),(258539,'postfix','3.4.13-0ubuntu1.4',88),(258540,'postfix','3.6.4-1ubuntu1.3',87),(258541,'postfix','3.6.4-1ubuntu1.3',92),(258542,'openssl','1.1.1w-0+deb11u1',90),(258543,'openssh-server','1:8.4p1-5+deb11u3',90),(258544,'openssl','1.1.1f-1ubuntu2.22',95),(258545,'redis','5:6.0.16-1ubuntu1',87),(258546,'postfix','3.4.13-0ubuntu1.4',86),(258547,'redis-server','5:6.0.16-1ubuntu1',87),(258548,'postfix','3.6.4-1ubuntu1.3',91),(258549,'openssh-server','1:8.2p1-4ubuntu0.11',95),(258550,'sudo','1.8.27-1+deb10u6',89),(258551,'sudo','1.8.31-1ubuntu1.5',88),(258552,'systemd','241-7~deb10u10',89),(258553,'systemd','245.4-4ubuntu3.23',88),(258554,'sudo','1.9.9-1ubuntu2.4',87),(258555,'sudo','1.9.9-1ubuntu2.4',92),(258556,'postfix','3.5.24-0+deb11u1',85),(258557,'systemd','249.11-0ubuntu3.12',87),(258558,'systemd','249.11-0ubuntu3.12',92),(258559,'postfix','3.4.13-0ubuntu1.4',94),(258560,'kernel','4.19.304-1',89),(258561,'kernel','5.4.0-131-generic',88),(258562,'sudo','1.8.31-1ubuntu1.5',86),(258563,'kernel','5.15.0-70-generic',87),(258564,'kernel','5.15.0-94-generic',92),(258565,'systemd','245.4-4ubuntu3.23',86),(258566,'sudo','1.9.9-1ubuntu2.4',91),(258567,'postfix','3.5.24-0+deb11u1',90),(258568,'systemd','249.11-0ubuntu3.12',91),(258569,'sudo','1.9.5p2-3+deb11u1',85),(258570,'systemd','247.3-7+deb11u4',85),(258571,'kernel','5.4.0-171-generic',86),(258572,'kernel','5.15.0-94-generic',91),(258573,'sudo','1.8.31-1ubuntu1.5',94),(258574,'postfix','3.4.13-0ubuntu1.4',95),(258575,'kernel','5.10.209-2',85),(258576,'systemd','245.4-4ubuntu3.23',94),(258577,'sudo','1.9.5p2-3+deb11u1',90),(258578,'systemd','247.3-7+deb11u4',90),(258579,'kernel','5.4.0-171-generic',94),(258580,'sudo','1.8.31-1ubuntu1.5',95),(258581,'kernel','5.10.205-2',90),(258582,'systemd','245.4-4ubuntu3.23',95),(258583,'kernel','5.4.0-170-generic',95),(258584,'apt','2.2.4',96),(258585,'apt','2.2.4',277),(258586,'apt','2.2.4',97),(258587,'apt','2.2.4',99),(258588,'apt','2.2.4',98),(258589,'bash','5.1-2+deb11u1',96),(258590,'bash','5.1-2+deb11u1',97),(258591,'bash','5.1-2+deb11u1',277),(258592,'check-mk-agent','2.2.0p2-1',96),(258593,'bash','5.1-2+deb11u1',99),(258594,'check-mk-agent','2.2.0p2-1',97),(258595,'bash','5.1-2+deb11u1',98),(258596,'check-mk-agent','2.2.0p2-1',277),(258597,'check-mk-agent','2.2.0p2-1',99),(258598,'check-mk-agent','2.2.0p2-1',98),(258599,'docker-ce','5:27.0.3-1~debian.11~bullseye',277),(258600,'libc-bin','2.31-13+deb11u10',96),(258601,'make','4.3-4.1',96),(258602,'libc-bin','2.31-13+deb11u10',97),(258603,'libc-bin','2.31-13+deb11u10',277),(258604,'make','4.3-4.1',97),(258605,'make','4.3-4.1',277),(258606,'libc-bin','2.31-13+deb11u10',99),(258607,'libc-bin','2.31-13+deb11u10',98),(258608,'make','4.3-4.1',98),(258609,'make','4.3-4.1',99),(258610,'openssl','1.1.1w-0+deb11u1',96),(258611,'openssh-server','1:8.4p1-5+deb11u3',96),(258612,'openssl','1.1.1w-0+deb11u1',97),(258613,'openssh-server','1:8.4p1-5+deb11u3',97),(258614,'openssl','1.1.1w-0+deb11u1',277),(258615,'openssh-server','1:8.4p1-5+deb11u3',277),(258616,'openssl','1.1.1w-0+deb11u1',98),(258617,'openssl','1.1.1w-0+deb11u1',99),(258618,'openssh-server','1:8.4p1-5+deb11u3',98),(258619,'openssh-server','1:8.4p1-5+deb11u3',99),(258620,'postfix','3.5.25-0+deb11u1',96),(258621,'postfix','3.5.25-0+deb11u1',97),(258622,'postfix','3.5.25-0+deb11u1',277),(258623,'sudo','1.9.5p2-3+deb11u1',96),(258624,'systemd','247.3-7+deb11u5',96),(258625,'postfix','3.5.25-0+deb11u1',98),(258626,'postfix','3.5.25-0+deb11u1',99),(258627,'sudo','1.9.5p2-3+deb11u1',97),(258628,'kernel','5.10.209-2',96),(258629,'systemd','247.3-7+deb11u5',97),(258630,'sudo','1.9.5p2-3+deb11u1',277),(258631,'systemd','247.3-7+deb11u5',277),(258632,'kernel','Jul',97),(258633,'kernel','5.10.179-2',277),(258634,'sudo','1.9.5p2-3+deb11u1',98),(258635,'sudo','1.9.5p2-3+deb11u1',99),(258636,'systemd','247.3-7+deb11u5',98),(258637,'systemd','247.3-7+deb11u5',99),(258638,'kernel','5.10.197-1',98),(258639,'kernel','5.10.70-1',99),(258640,'apt','2.4.12',112),(258641,'apt','2.4.12',122),(258642,'apt','2.4.12',103),(258643,'apt','2.4.12',105),(258644,'apt','2.4.12',106),(258645,'apt','1.8.2.3',121),(258646,'apt','2.0.10',118),(258647,'apt','2.2.4',111),(258648,'apt','2.0.10',119),(258649,'apt','2.4.12',109),(258650,'apt','2.4.12',117),(258651,'apt','2.4.12',107),(258652,'apt','2.4.12',108),(258653,'apt','2.4.12',113),(258654,'apt','2.6.1',100),(258655,'apt','2.4.12',359),(258656,'apt','2.4.12',360),(258657,'apt','2.2.4',263),(258658,'apt','2.2.4',264),(258659,'apt','2.2.4',265),(258660,'apt','2.2.4',270),(258661,'apt','2.2.4',271),(258662,'apt','2.6.1',362),(258663,'apt','2.2.4',272),(258664,'apt','2.6.1',379),(258665,'apache2','2.4.52-1ubuntu4.10',112),(258666,'apache2','2.4.52-1ubuntu4.10',122),(258667,'apache2','2.4.52-1ubuntu4.9',106),(258668,'apache2','2.4.10-10+deb8u7',121),(258669,'apt','2.4.12',286),(258670,'apt','2.6.1',391),(258671,'bash','5.1-6ubuntu1.1',112),(258672,'bash','5.1-6ubuntu1.1',122),(258673,'apache2','2.4.52-1ubuntu4.10',103),(258674,'bash','5.1-6ubuntu1.1',105),(258675,'bash','5.1-6ubuntu1.1',106),(258676,'bash','5.0-4',121),(258677,'bash','5.1-2+deb11u1',111),(258678,'bash','5.0-6ubuntu1.2',118),(258679,'bash','5.0-6ubuntu1.2',119),(258680,'bash','5.1-6ubuntu1.1',109),(258681,'bash','5.1-6ubuntu1.1',117),(258682,'bash','5.1-6ubuntu1.1',107),(258683,'bash','5.2.15-2+b7',100),(258684,'bash','5.1-6ubuntu1.1',113),(258685,'bash','5.1-6ubuntu1.1',108),(258686,'bash','5.1-6ubuntu1.1',359),(258687,'bash','5.1-6ubuntu1.1',360),(258688,'bash','5.1-2+deb11u1',265),(258689,'bash','5.1-2+deb11u1',263),(258690,'bash','5.1-2+deb11u1',264),(258691,'bash','5.1-2+deb11u1',270),(258692,'check-mk-agent','2.3.0p3-1',112),(258693,'check-mk-agent','2.3.0p3-1',105),(258694,'check-mk-agent','2.3.0p3-1',122),(258695,'check-mk-agent','2.3.0p3-1',106),(258696,'check-mk-agent','2.3.0p3-1',121),(258697,'check-mk-agent','2.3.0p3-1',111),(258698,'check-mk-agent','2.3.0p3-1',118),(258699,'check-mk-agent','2.3.0p3-1',119),(258700,'check-mk-agent','2.3.0p3-1',109),(258701,'check-mk-agent','2.3.0p3-1',117),(258702,'check-mk-agent','2.3.0p3-1',107),(258703,'check-mk-agent','2.3.0p3-1',100),(258704,'bash','5.1-2+deb11u1',271),(258705,'bash','5.1-6ubuntu1.1',103),(258706,'check-mk-agent','2.3.0p3-1',113),(258707,'check-mk-agent','2.3.0p3-1',359),(258708,'check-mk-agent','2.3.0p3-1',360),(258709,'check-mk-agent','2.3.0p3-1',263),(258710,'check-mk-agent','2.3.0p3-1',270),(258711,'bash','5.2.15-2+b7',362),(258712,'docker-ce','5:24.0.5-1~ubuntu.22.04~jammy',105),(258713,'docker-ce','5:24.0.7-1~ubuntu.22.04~jammy',109),(258714,'check-mk-agent','2.3.0p3-1',108),(258715,'check-mk-agent','2.3.0p3-1',265),(258716,'check-mk-agent','2.3.0p3-1',264),(258717,'bash','5.1-2+deb11u1',272),(258718,'docker-ce','5:27.0.3-1~debian.12~bookworm',100),(258719,'check-mk-agent','2.3.0p3-1',271),(258720,'bash','5.1-6ubuntu1.1',286),(258721,'bash','5.2.15-2+b7',379),(258722,'check-mk-agent','2.3.0p3-1',362),(258723,'bash','5.2.15-2+b7',391),(258724,'check-mk-agent','2.3.0p3-1',103),(258725,'libc-bin','2.35-0ubuntu3.8',112),(258726,'libc-bin','2.35-0ubuntu3.8',122),(258727,'libc-bin','2.35-0ubuntu3.8',105),(258728,'libc-bin','2.28-10+deb10u4',121),(258729,'libc-bin','2.35-0ubuntu3.8',106),(258730,'libc-bin','2.31-13+deb11u10',111),(258731,'libc-bin','2.31-0ubuntu9.16',118),(258732,'libc-bin','2.35-0ubuntu3.8',109),(258733,'libc-bin','2.31-0ubuntu9.16',119),(258734,'libc-bin','2.35-0ubuntu3.8',117),(258735,'libc-bin','2.35-0ubuntu3.8',107),(258736,'check-mk-agent','2.3.0p3-1',272),(258737,'check-mk-agent','2.3.0p3-1',286),(258738,'libc-bin','2.35-0ubuntu3.8',113),(258739,'libc-bin','2.36-9+deb12u7',100),(258740,'libc-bin','2.35-0ubuntu3.8',359),(258741,'libc-bin','2.35-0ubuntu3.8',360),(258742,'libc-bin','2.31-13+deb11u10',263),(258743,'elasticsearch','8.14.1',270),(258744,'check-mk-agent','2.3.0p3-1',379),(258745,'make','4.3-4.1build1',112),(258746,'make','4.3-4.1build1',122),(258747,'make','4.3-4.1build1',105),(258748,'make','4.3-4.1build1',106),(258749,'make','4.2.1-1.2',121),(258750,'make','4.3-4.1',111),(258751,'make','4.2.1-1.2',118),(258752,'make','4.2.1-1.2',119),(258753,'make','4.3-4.1build1',109),(258754,'make','4.3-4.1build1',117),(258755,'make','4.3-4.1build1',107),(258756,'elasticsearch','8.14.1',264),(258757,'check-mk-agent','2.3.0p3-1',391),(258758,'libc-bin','2.35-0ubuntu3.8',108),(258759,'make','4.3-4.1',100),(258760,'make','4.3-4.1build1',113),(258761,'make','4.3-4.1build1',359),(258762,'elasticsearch','8.14.1',271),(258763,'mariadb-server','1:10.5.23-0+deb11u1',111),(258764,'make','4.3-4.1build1',360),(258765,'make','4.3-4.1',263),(258766,'libc-bin','2.31-13+deb11u10',270),(258767,'make','4.3-4.1build1',108),(258768,'libc-bin','2.31-13+deb11u10',265),(258769,'libc-bin','2.31-13+deb11u10',264),(258770,'elasticsearch','8.14.1',362),(258771,'docker-ce','5:27.0.3-1~debian.12~bookworm',379),(258772,'libc-bin','2.31-13+deb11u10',271),(258773,'make','4.3-4.1',265),(258774,'make','4.3-4.1',264),(258775,'make','4.3-4.1',270),(258776,'libc-bin','2.36-9+deb12u7',362),(258777,'make','4.3-4.1',271),(258778,'libc-bin','2.31-13+deb11u10',272),(258779,'nginx','1.18.0-6.1+deb11u3',111),(258780,'elasticsearch','8.14.1',391),(258781,'mysql-server','8.0.34-1ubuntu20.04',108),(258782,'make','4.3-4.1',362),(258783,'libc-bin','2.35-0ubuntu3.8',286),(258784,'openssl','3.0.2-0ubuntu1.16',112),(258785,'openssl','3.0.2-0ubuntu1.16',122),(258786,'openssl','3.0.2-0ubuntu1.16',105),(258787,'openssl','3.0.2-0ubuntu1.16',106),(258788,'openssl','1.1.1n-0+deb10u6',121),(258789,'openssl','1.1.1w-0+deb11u1',111),(258790,'openssl','1.1.1f-1ubuntu2.22',118),(258791,'openssl','1.1.1f-1ubuntu2.22',119),(258792,'openssl','3.0.2-0ubuntu1.15',109),(258793,'make','4.3-4.1',272),(258794,'libc-bin','2.35-0ubuntu3.8',103),(258795,'openssl','3.0.2-0ubuntu1.15',117),(258796,'openssl','3.0.2-0ubuntu1.16',107),(258797,'openssl','3.0.13-1~deb12u1',100),(258798,'libc-bin','2.36-9+deb12u7',379),(258799,'openssh-server','1:8.9p1-3ubuntu0.10',112),(258800,'openssh-server','1:8.9p1-3ubuntu0.10',122),(258801,'openssh-server','1:8.9p1-3ubuntu0.10',105),(258802,'openssh-server','1:8.9p1-3ubuntu0.10',106),(258803,'openssh-server','1:7.9p1-10+deb10u4',121),(258804,'openssh-server','1:8.4p1-5+deb11u3',111),(258805,'openssh-server','1:8.2p1-4ubuntu0.11',118),(258806,'openssh-server','1:8.2p1-4ubuntu0.11',119),(258807,'openssh-server','1:8.9p1-3ubuntu0.7',109),(258808,'openssl','3.0.2-0ubuntu1.16',113),(258809,'openssl','3.0.2-0ubuntu1.16',359),(258810,'libc-bin','2.36-9+deb12u7',391),(258811,'openssh-server','1:8.9p1-3ubuntu0.7',117),(258812,'openssh-server','1:8.9p1-3ubuntu0.10',107),(258813,'openssl','3.0.2-0ubuntu1.15',108),(258814,'openssh-server','1:9.2p1-2+deb12u3',100),(258815,'make','4.3-4.1build1',286),(258816,'openssh-server','1:8.9p1-3ubuntu0.10',113),(258817,'openssh-server','1:8.9p1-3ubuntu0.10',359),(258818,'openssl','3.0.2-0ubuntu1.16',360),(258819,'openssl','1.1.1w-0+deb11u1',263),(258820,'openssh-server','1:8.9p1-3ubuntu0.7',108),(258821,'make','4.3-4.1',379),(258822,'make','4.3-4.1build1',103),(258823,'openssh-server','1:8.9p1-3ubuntu0.10',360),(258824,'make','4.3-4.1',391),(258825,'openssh-server','1:8.4p1-5+deb11u3',263),(258826,'openssl','1.1.1w-0+deb11u1',265),(258827,'openssl','1.1.1w-0+deb11u1',264),(258828,'openssl','1.1.1w-0+deb11u1',270),(258829,'openssh-server','1:8.4p1-5+deb11u3',265),(258830,'openssl','1.1.1w-0+deb11u1',271),(258831,'openssh-server','1:8.4p1-5+deb11u3',264),(258832,'openssh-server','1:8.4p1-5+deb11u3',270),(258833,'openssl','3.0.13-1~deb12u1',362),(258834,'openssh-server','1:8.4p1-5+deb11u3',271),(258835,'openssh-server','1:9.2p1-2+deb12u3',362),(258836,'postfix','3.6.4-1ubuntu1.3',112),(258837,'postfix','3.6.4-1ubuntu1.3',122),(258838,'postfix','3.6.4-1ubuntu1.3',105),(258839,'postfix','3.6.4-1ubuntu1.3',106),(258840,'postfix','3.5.25-0+deb11u1',111),(258841,'postfix','3.4.13-0ubuntu1.4',118),(258842,'postfix','3.4.23-0+deb10u2',121),(258843,'postfix','3.4.13-0ubuntu1.4',119),(258844,'postfix','3.6.4-1ubuntu1.3',109),(258845,'postfix','3.6.4-1ubuntu1.3',117),(258846,'postfix','3.6.4-1ubuntu1.3',107),(258847,'postfix','3.7.11-0+deb12u1',100),(258848,'openssl','1.1.1w-0+deb11u1',272),(258849,'postfix','3.6.4-1ubuntu1.3',113),(258850,'postfix','3.6.4-1ubuntu1.3',108),(258851,'postfix','3.6.4-1ubuntu1.3',359),(258852,'openssh-server','1:8.4p1-5+deb11u3',272),(258853,'openssl','3.0.2-0ubuntu1.16',286),(258854,'postfix','3.6.4-1ubuntu1.3',360),(258855,'openssl','3.0.13-1~deb12u1',379),(258856,'openssh-server','1:8.9p1-3ubuntu0.10',286),(258857,'openssl','3.0.13-1~deb12u1',391),(258858,'postfix','3.5.25-0+deb11u1',263),(258859,'openssh-server','1:9.2p1-2+deb12u3',379),(258860,'openssh-server','1:9.2p1-2+deb12u3',391),(258861,'openssl','3.0.2-0ubuntu1.16',103),(258862,'sudo','1.9.9-1ubuntu2.4',112),(258863,'sudo','1.9.9-1ubuntu2.4',122),(258864,'sudo','1.9.9-1ubuntu2.4',105),(258865,'sudo','1.9.9-1ubuntu2.4',106),(258866,'sudo','1.8.27-1+deb10u6',121),(258867,'sudo','1.9.5p2-3+deb11u1',111),(258868,'sudo','1.8.31-1ubuntu1.5',118),(258869,'sudo','1.8.31-1ubuntu1.5',119),(258870,'sudo','1.9.9-1ubuntu2.4',109),(258871,'sudo','1.9.9-1ubuntu2.4',117),(258872,'sudo','1.9.9-1ubuntu2.4',107),(258873,'sudo','1.9.13p3-1+deb12u1',100),(258874,'postfix','3.5.25-0+deb11u1',265),(258875,'systemd','249.11-0ubuntu3.12',112),(258876,'systemd','249.11-0ubuntu3.12',122),(258877,'systemd','249.11-0ubuntu3.12',105),(258878,'systemd','249.11-0ubuntu3.12',106),(258879,'systemd','241-7~deb10u10',121),(258880,'systemd','247.3-7+deb11u5',111),(258881,'systemd','245.4-4ubuntu3.23',118),(258882,'systemd','245.4-4ubuntu3.23',119),(258883,'systemd','249.11-0ubuntu3.12',109),(258884,'systemd','249.11-0ubuntu3.12',117),(258885,'systemd','249.11-0ubuntu3.12',107),(258886,'systemd','252.26-1~deb12u2',100),(258887,'sudo','1.9.9-1ubuntu2.4',113),(258888,'openssh-server','1:8.9p1-3ubuntu0.10',103),(258889,'sudo','1.9.9-1ubuntu2.4',108),(258890,'postfix','3.5.25-0+deb11u1',264),(258891,'postfix','3.5.25-0+deb11u1',270),(258892,'systemd','249.11-0ubuntu3.12',113),(258893,'sudo','1.9.9-1ubuntu2.4',359),(258894,'postfix','3.5.25-0+deb11u1',271),(258895,'systemd','249.11-0ubuntu3.12',108),(258896,'systemd','249.11-0ubuntu3.12',359),(258897,'postfix','3.7.11-0+deb12u1',362),(258898,'kernel','4.19.304-1',121),(258899,'kernel','5.10.205-2',111),(258900,'sudo','1.9.9-1ubuntu2.4',360),(258901,'sudo','1.9.5p2-3+deb11u1',263),(258902,'kernel','5.15.0-105-generic',112),(258903,'kernel','5.15.0-70-generic',122),(258904,'kernel','5.15.0-91-generic',105),(258905,'kernel','5.15.0-91-generic',106),(258906,'kernel','5.4.0-77-generic',118),(258907,'kernel','5.4.0-117-generic',119),(258908,'kernel','Debian',100),(258909,'vault','1.17.1-1',113),(258910,'systemd','249.11-0ubuntu3.12',360),(258911,'kernel','5.15.0-94-generic',109),(258912,'kernel','5.15.0-107-generic',117),(258913,'kernel','5.15.0-82-generic',107),(258914,'vault','1.17.1-1',359),(258915,'systemd','247.3-7+deb11u5',263),(258916,'kernel','5.15.0-94-generic',113),(258917,'postfix','3.5.25-0+deb11u1',272),(258918,'kernel','5.15.0-82-generic',108),(258919,'kernel','5.15.0-91-generic',359),(258920,'vault','1.17.1-1',360),(258921,'kernel','5.15.0-94-generic',360),(258922,'sudo','1.9.5p2-3+deb11u1',265),(258923,'postfix','3.6.4-1ubuntu1.3',286),(258924,'kernel','5.10.205-2',263),(258925,'sudo','1.9.5p2-3+deb11u1',264),(258926,'sudo','1.9.5p2-3+deb11u1',270),(258927,'systemd','247.3-7+deb11u5',265),(258928,'sudo','1.9.5p2-3+deb11u1',271),(258929,'systemd','247.3-7+deb11u5',264),(258930,'systemd','247.3-7+deb11u5',270),(258931,'systemd','247.3-7+deb11u5',271),(258932,'postfix','3.7.11-0+deb12u1',379),(258933,'sudo','1.9.13p3-1+deb12u1',362),(258934,'postfix','3.7.11-0+deb12u1',391),(258935,'kernel','5.10.205-2',265),(258936,'systemd','252.26-1~deb12u2',362),(258937,'kernel','5.10.149-2',264),(258938,'kernel','5.10.149-2',270),(258939,'kernel','5.10.149-2',271),(258940,'sudo','1.9.5p2-3+deb11u1',272),(258941,'kernel','Debian',362),(258942,'systemd','247.3-7+deb11u5',272),(258943,'sudo','1.9.9-1ubuntu2.4',286),(258944,'systemd','249.11-0ubuntu3.12',286),(258945,'sudo','1.9.13p3-1+deb12u1',379),(258946,'kernel','5.10.197-1',272),(258947,'sudo','1.9.13p3-1+deb12u1',391),(258948,'systemd','252.26-1~deb12u2',379),(258949,'systemd','252.26-1~deb12u2',391),(258950,'kernel','5.15.0-72-generic',286),(258951,'kernel','Debian',379),(258952,'kernel','Debian',391),(258953,'postfix','3.6.4-1ubuntu1.3',103),(258954,'sudo','1.9.9-1ubuntu2.4',103),(258955,'systemd','249.11-0ubuntu3.12',103),(258956,'kernel','5.15.0-83-generic',103),(258957,'apt','2.2.4',329),(258958,'apt','1.8.2.3',257),(258959,'apt','2.2.4',127),(258960,'apt','2.4.12',392),(258961,'apt','2.4.12',124),(258962,'apt','2.6.1',123),(258963,'apt','2.0.10',304),(258964,'apt','2.0.10',126),(258965,'apt','2.2.4',318),(258966,'apt','2.6.1',337),(258967,'apache2','2.4.52-1ubuntu4.10',392),(258968,'apache2','2.4.52-1ubuntu4.9',124),(258969,'apt','2.6.1',356),(258970,'apt','2.2.4',317),(258971,'apt','2.6.1',361),(258972,'apache2','2.4.59-1~deb11u1',329),(258973,'bash','5.1-2+deb11u1',127),(258974,'bash','5.1-6ubuntu1.1',392),(258975,'bash','5.1-6ubuntu1.1',124),(258976,'bash','5.2.15-2+b7',123),(258977,'bash','5.0-6ubuntu1.2',126),(258978,'bash','5.0-6ubuntu1.2',304),(258979,'apt','2.6.1',338),(258980,'check-mk-agent','2.3.0p3-1',127),(258981,'check-mk-agent','2.3.0p3-1',392),(258982,'check-mk-agent','2.3.0p3-1',124),(258983,'check-mk-agent','2.3.0p3-1',123),(258984,'check-mk-agent','2.3.0p3-1',126),(258985,'check-mk-agent','2.3.0p3-1',304),(258986,'bash','5.1-2+deb11u1',318),(258987,'bash','5.2.15-2+b7',337),(258988,'bash','5.2.15-2+b7',356),(258989,'bash','5.1-2+deb11u1',317),(258990,'bash','5.1-2+deb11u1',329),(258991,'bash','5.0-4',257),(258992,'docker-ce','5:27.0.3-1~ubuntu.20.04~focal',126),(258993,'bash','5.2.15-2+b7',361),(258994,'check-mk-agent','2.3.0p3-1',318),(258995,'libc-bin','2.31-13+deb11u10',127),(258996,'libc-bin','2.35-0ubuntu3.8',392),(258997,'libc-bin','2.35-0ubuntu3.8',124),(258998,'check-mk-agent','2.3.0p3-1',337),(258999,'check-mk-agent','2.3.0p3-1',356),(259000,'check-mk-agent','2.3.0p3-1',317),(259001,'make','4.3-4.1',127),(259002,'make','4.3-4.1build1',392),(259003,'make','4.3-4.1build1',124),(259004,'libc-bin','2.36-9+deb12u7',123),(259005,'check-mk-agent','2.3.0p3-1',361),(259006,'libc-bin','2.31-0ubuntu9.16',126),(259007,'check-mk-agent','2.3.0p3-1',329),(259008,'check-mk-agent','2.3.0p3-1',257),(259009,'make','4.3-4.1',123),(259010,'libc-bin','2.31-0ubuntu9.16',304),(259011,'make','4.2.1-1.2',126),(259012,'docker-ce','5:24.0.7-1~debian.12~bookworm',361),(259013,'mysql-server','8.0.35-1ubuntu22.04',124),(259014,'make','4.2.1-1.2',304),(259015,'bash','5.2.15-2+b7',338),(259016,'libc-bin','2.31-13+deb11u10',318),(259017,'libc-bin','2.36-9+deb12u7',337),(259018,'openssl','1.1.1w-0+deb11u1',127),(259019,'openssl','3.0.2-0ubuntu1.16',392),(259020,'make','4.3-4.1',318),(259021,'libc-bin','2.36-9+deb12u7',356),(259022,'openssl','3.0.2-0ubuntu1.16',124),(259023,'make','4.3-4.1',337),(259024,'openssh-server','1:8.4p1-5+deb11u3',127),(259025,'openssh-server','1:8.9p1-3ubuntu0.10',392),(259026,'libc-bin','2.31-13+deb11u10',317),(259027,'libc-bin','2.36-9+deb12u7',361),(259028,'openssl','3.0.13-1~deb12u1',123),(259029,'check-mk-agent','2.3.0p3-1',338),(259030,'make','4.3-4.1',356),(259031,'openssh-server','1:8.9p1-3ubuntu0.10',124),(259032,'openssh-server','1:9.2p1-2+deb12u3',123),(259033,'make','4.3-4.1',317),(259034,'openssl','1.1.1f-1ubuntu2.22',126),(259035,'make','4.3-4.1',361),(259036,'openssl','1.1.1f-1ubuntu2.22',304),(259037,'openssh-server','1:8.2p1-4ubuntu0.11',126),(259038,'libc-bin','2.31-13+deb11u10',329),(259039,'libc-bin','2.28-10+deb10u2',257),(259040,'mariadb-server','1:10.11.6-0+deb12u1',361),(259041,'openssh-server','1:8.2p1-4ubuntu0.11',304),(259042,'make','4.3-4.1',329),(259043,'make','4.2.1-1.2',257),(259044,'php8.1','8.1.2-1ubuntu2.18',392),(259045,'openssl','1.1.1w-0+deb11u1',318),(259046,'php8.1','8.1.2-1ubuntu2.18',124),(259047,'openssl','3.0.13-1~deb12u1',337),(259048,'openssh-server','1:8.4p1-5+deb11u3',318),(259049,'postfix','3.5.25-0+deb11u1',127),(259050,'postfix','3.6.4-1ubuntu1.3',392),(259051,'openssh-server','1:9.2p1-2+deb12u3',337),(259052,'openssl','3.0.13-1~deb12u1',356),(259053,'postfix','3.6.4-1ubuntu1.3',124),(259054,'postfix','3.7.11-0+deb12u1',123),(259055,'nginx','1.22.1-9',361),(259056,'libc-bin','2.36-9+deb12u7',338),(259057,'openssh-server','1:9.2p1-2+deb12u3',356),(259058,'openssl','1.1.1w-0+deb11u1',317),(259059,'openssl','3.0.13-1~deb12u1',361),(259060,'postfix','3.4.13-0ubuntu1.4',304),(259061,'postfix','3.4.13-0ubuntu1.4',126),(259062,'openssh-server','1:8.4p1-5+deb11u3',317),(259063,'redis-server','5:6.0.16-1ubuntu1',392),(259064,'openssh-server','1:9.2p1-2+deb12u3',361),(259065,'make','4.3-4.1',338),(259066,'sudo','1.9.9-1ubuntu2.4',392),(259067,'sudo','1.9.5p2-3+deb11u1',127),(259068,'systemd','249.11-0ubuntu3.12',392),(259069,'sudo','1.9.9-1ubuntu2.4',124),(259070,'systemd','247.3-7+deb11u5',127),(259071,'sudo','1.9.13p3-1+deb12u1',123),(259072,'systemd','249.11-0ubuntu3.12',124),(259073,'nginx','1.14.2-2+deb10u5',257),(259074,'systemd','252.26-1~deb12u2',123),(259075,'postfix','3.5.25-0+deb11u1',318),(259076,'openssl','1.1.1w-0+deb11u1',329),(259077,'kernel','5.10.179-5',127),(259078,'sudo','1.8.31-1ubuntu1.5',304),(259079,'openssl','1.1.1n-0+deb10u6',257),(259080,'kernel','5.15.0-107-generic',392),(259081,'systemd','245.4-4ubuntu3.23',304),(259082,'kernel','5.15.0-94-generic',124),(259083,'postfix','3.7.11-0+deb12u1',337),(259084,'kernel','Debian',123),(259085,'sudo','1.8.31-1ubuntu1.5',126),(259086,'systemd','245.4-4ubuntu3.23',126),(259087,'openssh-server','1:8.4p1-5+deb11u3',329),(259088,'openssh-server','1:7.9p1-10+deb10u4',257),(259089,'postfix','3.7.11-0+deb12u1',356),(259090,'kernel','5.4.0-182-generic',304),(259091,'sudo','1.9.5p2-3+deb11u1',318),(259092,'postfix','3.7.11-0+deb12u1',361),(259093,'php5','5.6.40+dfsg-0+deb8u12',329),(259094,'postfix','3.5.25-0+deb11u1',317),(259095,'systemd','247.3-7+deb11u5',318),(259096,'kernel','5.4.0-163-generic',126),(259097,'sudo','1.9.13p3-1+deb12u1',337),(259098,'systemd','252.26-1~deb12u2',337),(259099,'kernel','5.10.218-1',318),(259100,'openssl','3.0.13-1~deb12u1',338),(259101,'sudo','1.9.13p3-1+deb12u1',356),(259102,'systemd','252.26-1~deb12u2',356),(259103,'kernel','Debian',337),(259104,'sudo','1.9.13p3-1+deb12u1',361),(259105,'sudo','1.9.5p2-3+deb11u1',317),(259106,'systemd','252.26-1~deb12u2',361),(259107,'systemd','247.3-7+deb11u5',317),(259108,'openssh-server','1:9.2p1-2+deb12u3',338),(259109,'kernel','Debian',356),(259110,'kernel','Debian',361),(259111,'kernel','5.10.218-1',317),(259112,'postfix','3.5.25-0+deb11u1',329),(259113,'postfix','3.4.14-0+deb10u1',257),(259114,'postgresql','11+200+deb10u5',257),(259115,'postfix','3.7.11-0+deb12u1',338),(259116,'sudo','1.9.5p2-3+deb11u1',329),(259117,'sudo','1.8.27-1+deb10u6',257),(259118,'systemd','247.3-7+deb11u5',329),(259119,'systemd','241-7~deb10u10',257),(259120,'sudo','1.9.13p3-1+deb12u1',338),(259121,'systemd','252.26-1~deb12u2',338),(259122,'kernel','5.10.205-2',329),(259123,'kernel','4.19.289-2',257),(259124,'kernel','Debian',338),(259125,'apt','2.4.12',188),(259126,'apt','2.4.12',190),(259127,'apt','2.4.12',330),(259128,'apt','2.4.12',191),(259129,'apt','2.4.12',192),(259130,'apt','2.4.12',193),(259131,'apt','2.4.12',313),(259132,'apt','2.4.12',314),(259133,'apt','2.4.12',315),(259134,'apt','2.4.12',323),(259135,'apt','2.4.12',324),(259136,'apt','2.4.12',339),(259137,'apt','2.4.12',347),(259138,'apt','2.4.12',348),(259139,'apt','1.0.9.8.6',136),(259140,'apt','1.2.35',227),(259141,'apt','1.6.17',221),(259142,'apt','2.0.10',226),(259143,'apt','2.4.12',186),(259144,'apt','2.4.12',207),(259145,'apt','2.0.10',216),(259146,'apt','2.2.4',274),(259147,'apt','1.0.9.8.4',244),(259148,'apt','2.2.4',134),(259149,'apt','1.0.9.8.6',140),(259150,'apt','1.0.9.8.6',141),(259151,'apt','1.2.35',184),(259152,'apt','1.2.35',185),(259153,'apt','1.6.17',217),(259154,'apt','1.6.17',218),(259155,'apt','2.0.10',222),(259156,'apt','2.0.10',223),(259157,'apt','2.0.10',224),(259158,'apt','2.6.1',385),(259159,'apt','1.0.9.8.6',138),(259160,'apt','1.0.9.8.6',139),(259161,'apt','1.2.35',174),(259162,'apt','1.2.35',175),(259163,'apt','2.0.10',182),(259164,'apt','2.0.10',183),(259165,'apt','2.0.10',319),(259166,'apt','2.0.10',320),(259167,'apt','2.0.10',321),(259168,'apt','2.0.10',322),(259169,'apt','2.0.10',331),(259170,'apt','2.2.4',245),(259171,'apt','2.2.4',135),(259172,'apt','2.2.4',253),(259173,'apt','2.2.4',254),(259174,'apt','2.2.4',161),(259175,'apt','2.2.4',247),(259176,'apt','2.2.4',255),(259177,'apt','2.6.1',393),(259178,'apt','2.6.1',394),(259179,'apt','2.6.1',335),(259180,'apt','2.6.1',336),(259181,'apt','2.4.12',305),(259182,'apt','2.4.12',306),(259183,'apt','1.8.2.3',380),(259184,'apt','1.8.2.3',381),(259185,'apt','2.6.1',395),(259186,'apt','2.6.1',396),(259187,'apt','2.0.10',201),(259188,'apt','2.0.10',202),(259189,'apt','2.0.10',203),(259190,'apt','2.6.1',373),(259191,'apt','2.6.1',372),(259192,'apt','2.6.1',374),(259193,'apt','2.6.1',340),(259194,'apt','2.6.1',345),(259195,'apt','2.6.1',346),(259196,'apt','2.4.12',171),(259197,'apt','2.4.12',212),(259198,'apt','2.4.12',213),(259199,'apt','2.2.4',301),(259200,'apt','2.2.4',300),(259201,'apt','1.6.17',249),(259202,'apt','1.6.17',250),(259203,'apt','1.8.2.3',251),(259204,'apt','1.8.2.3',252),(259205,'apt','1.6.17',246),(259206,'apt','1.6.17',248),(259207,'apt','2.2.4',341),(259208,'apt','2.2.4',342),(259209,'apt','2.2.4',367),(259210,'apt','1.8.2.3',153),(259211,'apt','2.6.1',343),(259212,'apt','2.6.1',344),(259213,'apt','2.2.4',285),(259214,'apt','2.6.1',375),(259215,'apt','2.2.4',310),(259216,'apt','2.2.4',311),(259217,'apt','2.2.4',312),(259218,'apt','2.6.1',350),(259219,'apt','2.6.1',399),(259220,'apt','2.6.1',349),(259221,'apt','2.6.1',351),(259222,'apt','2.6.1',401),(259223,'apt','2.6.1',402),(259224,'apache2','2.4.10-10+deb8u16',140),(259225,'apache2','2.4.10-10+deb8u16',141),(259226,'apache2','2.4.18-2ubuntu3.17',184),(259227,'apache2','2.4.18-2ubuntu3.17',185),(259228,'apache2','2.4.29-1ubuntu4.27',217),(259229,'apache2','2.4.29-1ubuntu4.27',218),(259230,'apache2','2.4.41-4ubuntu3.19',222),(259231,'apache2','2.4.41-4ubuntu3.19',223),(259232,'apache2','2.4.41-4ubuntu3.19',224),(259233,'apache2','2.4.10-10+deb8u16',138),(259234,'apache2','2.4.10-10+deb8u16',139),(259235,'apache2','2.4.18-2ubuntu3.17',174),(259236,'apache2','2.4.18-2ubuntu3.17',175),(259237,'apache2','2.4.41-4ubuntu3.19',182),(259238,'apache2','2.4.41-4ubuntu3.19',183),(259239,'apache2','2.4.41-4ubuntu3.19',319),(259240,'apache2','2.4.41-4ubuntu3.19',320),(259241,'apache2','2.4.41-4ubuntu3.19',321),(259242,'apache2','2.4.41-4ubuntu3.19',322),(259243,'apache2','2.4.41-4ubuntu3.19',331),(259244,'apache2','2.4.59-1~deb11u1',135),(259245,'bash','5.1-6ubuntu1.1',188),(259246,'bash','5.1-6ubuntu1.1',190),(259247,'bash','5.1-6ubuntu1.1',330),(259248,'bash','5.1-6ubuntu1.1',191),(259249,'bash','5.1-6ubuntu1.1',192),(259250,'bash','5.1-6ubuntu1.1',193),(259251,'bash','5.1-6ubuntu1.1',313),(259252,'bash','5.1-6ubuntu1.1',314),(259253,'bash','5.1-6ubuntu1.1',315),(259254,'bash','5.1-6ubuntu1.1',323),(259255,'bash','5.1-6ubuntu1.1',324),(259256,'bash','5.1-6ubuntu1.1',339),(259257,'bash','5.1-6ubuntu1.1',347),(259258,'bash','5.1-6ubuntu1.1',348),(259259,'bash','4.3-11+deb8u2',136),(259260,'bash','4.3-14ubuntu1.4',227),(259261,'bash','4.4.18-2ubuntu1.3',221),(259262,'bash','5.0-6ubuntu1.2',226),(259263,'bash','5.1-6ubuntu1.1',186),(259264,'bash','5.1-6ubuntu1.1',207),(259265,'bash','5.0-6ubuntu1.2',216),(259266,'bash','5.1-2+deb11u1',274),(259267,'bash','4.3-11+deb8u1',244),(259268,'bash','5.1-2+deb11u1',134),(259269,'bash','4.3-11+deb8u2',140),(259270,'bash','4.3-11+deb8u2',141),(259271,'bash','4.3-14ubuntu1.4',184),(259272,'bash','4.3-14ubuntu1.4',185),(259273,'bash','4.4.18-2ubuntu1.3',217),(259274,'bash','4.4.18-2ubuntu1.3',218),(259275,'bash','5.0-6ubuntu1.2',222),(259276,'bash','5.0-6ubuntu1.2',223),(259277,'bash','5.0-6ubuntu1.2',224),(259278,'bash','5.2.15-2+b7',385),(259279,'bash','4.3-11+deb8u2',138),(259280,'bash','4.3-11+deb8u2',139),(259281,'bash','4.3-14ubuntu1.4',174),(259282,'bash','4.3-14ubuntu1.4',175),(259283,'bash','5.0-6ubuntu1.2',182),(259284,'bash','5.0-6ubuntu1.2',183),(259285,'bash','5.0-6ubuntu1.2',319),(259286,'bash','5.0-6ubuntu1.2',320),(259287,'bash','5.0-6ubuntu1.2',321),(259288,'bash','5.0-6ubuntu1.2',322),(259289,'bash','5.0-6ubuntu1.2',331),(259290,'bash','5.1-2+deb11u1',245),(259291,'bash','5.1-2+deb11u1',135),(259292,'bash','5.1-2+deb11u1',253),(259293,'bash','5.1-2+deb11u1',254),(259294,'bash','5.1-2+deb11u1',161),(259295,'bash','5.1-2+deb11u1',247),(259296,'bash','5.1-2+deb11u1',255),(259297,'bash','5.2.15-2+b7',393),(259298,'bash','5.2.15-2+b7',394),(259299,'bash','5.2.15-2+b7',335),(259300,'bash','5.2.15-2+b7',336),(259301,'bash','5.1-6ubuntu1.1',305),(259302,'bash','5.1-6ubuntu1.1',306),(259303,'bash','5.0-4',380),(259304,'bash','5.0-4',381),(259305,'bash','5.2.15-2+b7',395),(259306,'bash','5.2.15-2+b7',396),(259307,'bash','5.0-6ubuntu1.2',201),(259308,'bash','5.0-6ubuntu1.2',202),(259309,'bash','5.0-6ubuntu1.2',203),(259310,'bash','5.2.15-2+b7',373),(259311,'bash','5.2.15-2+b7',372),(259312,'bash','5.2.15-2+b7',374),(259313,'bash','5.2.15-2+b7',340),(259314,'bash','5.2.15-2+b7',345),(259315,'bash','5.2.15-2+b7',346),(259316,'bash','5.1-6ubuntu1.1',171),(259317,'bash','5.1-6ubuntu1.1',212),(259318,'bash','5.1-6ubuntu1.1',213),(259319,'bash','5.1-2+deb11u1',301),(259320,'bash','5.1-2+deb11u1',300),(259321,'bash','4.4.18-2ubuntu1.3',249),(259322,'bash','4.4.18-2ubuntu1.3',250),(259323,'bash','5.0-4',251),(259324,'bash','5.0-4',252),(259325,'bash','4.4.18-2ubuntu1.3',246),(259326,'bash','4.4.18-2ubuntu1.3',248),(259327,'bash','5.1-2+deb11u1',341),(259328,'bash','5.1-2+deb11u1',342),(259329,'bash','5.1-2+deb11u1',367),(259330,'bash','5.0-4',153),(259331,'bash','5.2.15-2+b7',343),(259332,'bash','5.2.15-2+b7',344),(259333,'bash','5.1-2+deb11u1',285),(259334,'bash','5.2.15-2+b7',375),(259335,'bash','5.1-2+deb11u1',310),(259336,'check-mk-agent','2.3.0p3-1',188),(259337,'check-mk-agent','2.3.0p3-1',190),(259338,'check-mk-agent','2.3.0p3-1',330),(259339,'check-mk-agent','2.3.0p3-1',191),(259340,'check-mk-agent','2.3.0p3-1',192),(259341,'check-mk-agent','2.3.0p3-1',193),(259342,'check-mk-agent','2.3.0p3-1',313),(259343,'check-mk-agent','2.3.0p3-1',314),(259344,'check-mk-agent','2.3.0p3-1',315),(259345,'check-mk-agent','2.3.0p3-1',323),(259346,'check-mk-agent','2.3.0p3-1',324),(259347,'check-mk-agent','2.3.0p3-1',339),(259348,'check-mk-agent','2.3.0p3-1',347),(259349,'check-mk-agent','2.3.0p3-1',348),(259350,'check-mk-agent','2.2.0p2-1',136),(259351,'check-mk-agent','2.2.0p2-1',227),(259352,'check-mk-agent','2.3.0p3-1',221),(259353,'check-mk-agent','2.3.0p3-1',226),(259354,'check-mk-agent','2.3.0p3-1',186),(259355,'check-mk-agent','2.3.0p3-1',207),(259356,'check-mk-agent','2.3.0p3-1',216),(259357,'check-mk-agent','2.3.0p3-1',274),(259358,'check-mk-agent','2.2.0p2-1',244),(259359,'check-mk-agent','2.3.0p3-1',134),(259360,'check-mk-agent','2.2.0p2-1',140),(259361,'check-mk-agent','2.2.0p2-1',141),(259362,'check-mk-agent','2.2.0p2-1',184),(259363,'check-mk-agent','2.2.0p2-1',185),(259364,'check-mk-agent','2.3.0p3-1',217),(259365,'check-mk-agent','2.3.0p3-1',218),(259366,'check-mk-agent','2.3.0p3-1',222),(259367,'check-mk-agent','2.3.0p3-1',223),(259368,'check-mk-agent','2.3.0p3-1',224),(259369,'check-mk-agent','2.3.0p3-1',385),(259370,'check-mk-agent','2.2.0p2-1',138),(259371,'check-mk-agent','2.2.0p2-1',139),(259372,'check-mk-agent','2.2.0p2-1',174),(259373,'check-mk-agent','2.2.0p2-1',175),(259374,'check-mk-agent','2.3.0p3-1',182),(259375,'check-mk-agent','2.3.0p3-1',183),(259376,'check-mk-agent','2.3.0p3-1',319),(259377,'check-mk-agent','2.3.0p3-1',320),(259378,'check-mk-agent','2.3.0p3-1',321),(259379,'check-mk-agent','2.3.0p3-1',322),(259380,'check-mk-agent','2.3.0p3-1',331),(259381,'check-mk-agent','2.3.0p3-1',245),(259382,'check-mk-agent','2.3.0p3-1',135),(259383,'check-mk-agent','2.3.0p3-1',253),(259384,'check-mk-agent','2.3.0p3-1',254),(259385,'check-mk-agent','2.3.0p3-1',161),(259386,'check-mk-agent','2.3.0p3-1',247),(259387,'check-mk-agent','2.3.0p3-1',255),(259388,'check-mk-agent','2.3.0p3-1',393),(259389,'check-mk-agent','2.3.0p3-1',394),(259390,'check-mk-agent','2.3.0p3-1',335),(259391,'check-mk-agent','2.3.0p3-1',336),(259392,'check-mk-agent','2.3.0p3-1',305),(259393,'check-mk-agent','2.3.0p3-1',306),(259394,'check-mk-agent','2.3.0p3-1',380),(259395,'check-mk-agent','2.3.0p3-1',381),(259396,'check-mk-agent','2.3.0p3-1',395),(259397,'check-mk-agent','2.3.0p3-1',396),(259398,'check-mk-agent','2.3.0p3-1',201),(259399,'check-mk-agent','2.3.0p3-1',202),(259400,'check-mk-agent','2.3.0p3-1',203),(259401,'check-mk-agent','2.3.0p3-1',373),(259402,'check-mk-agent','2.3.0p3-1',372),(259403,'check-mk-agent','2.3.0p3-1',374),(259404,'check-mk-agent','2.3.0p3-1',340),(259405,'check-mk-agent','2.3.0p3-1',345),(259406,'check-mk-agent','2.3.0p3-1',346),(259407,'check-mk-agent','2.3.0p3-1',212),(259408,'check-mk-agent','2.3.0p3-1',171),(259409,'check-mk-agent','2.3.0p3-1',213),(259410,'check-mk-agent','2.3.0p3-1',301),(259411,'check-mk-agent','2.3.0p3-1',300),(259412,'check-mk-agent','2.3.0p3-1',249),(259413,'check-mk-agent','2.3.0p3-1',250),(259414,'check-mk-agent','2.3.0p3-1',251),(259415,'check-mk-agent','2.3.0p3-1',252),(259416,'check-mk-agent','2.3.0p3-1',246),(259417,'check-mk-agent','2.3.0p3-1',248),(259418,'check-mk-agent','2.3.0p3-1',341),(259419,'check-mk-agent','2.3.0p3-1',342),(259420,'check-mk-agent','2.3.0p3-1',367),(259421,'check-mk-agent','2.3.0p3-1',153),(259422,'check-mk-agent','2.3.0p3-1',343),(259423,'check-mk-agent','2.3.0p3-1',344),(259424,'bash','5.1-2+deb11u1',311),(259425,'bash','5.1-2+deb11u1',312),(259426,'bash','5.2.15-2+b7',349),(259427,'bash','5.2.15-2+b7',350),(259428,'bash','5.2.15-2+b7',351),(259429,'bash','5.2.15-2+b7',399),(259430,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',188),(259431,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',190),(259432,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',330),(259433,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',191),(259434,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',192),(259435,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',193),(259436,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',313),(259437,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',314),(259438,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',315),(259439,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',323),(259440,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',324),(259441,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',339),(259442,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',347),(259443,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',348),(259444,'check-mk-agent','2.3.0p3-1',285),(259445,'check-mk-agent','2.3.0p3-1',375),(259446,'check-mk-agent','2.3.0p3-1',310),(259447,'check-mk-agent','2.3.0p3-1',311),(259448,'bash','5.2.15-2+b7',401),(259449,'check-mk-agent','2.3.0p3-1',312),(259450,'bash','5.2.15-2+b7',402),(259451,'elasticsearch','6.8.23',201),(259452,'elasticsearch','6.8.23',202),(259453,'elasticsearch','6.8.23',203),(259454,'elasticsearch','8.14.1',373),(259455,'elasticsearch','8.14.1',372),(259456,'elasticsearch','8.14.1',374),(259457,'elasticsearch','8.14.1',340),(259458,'elasticsearch','8.14.1',345),(259459,'elasticsearch','8.14.1',346),(259460,'check-mk-agent','2.3.0p3-1',349),(259461,'check-mk-agent','2.3.0p3-1',350),(259462,'check-mk-agent','2.3.0p3-1',351),(259463,'check-mk-agent','2.3.0p3-1',399),(259464,'libc-bin','2.35-0ubuntu3.8',188),(259465,'libc-bin','2.35-0ubuntu3.8',190),(259466,'libc-bin','2.35-0ubuntu3.8',330),(259467,'libc-bin','2.35-0ubuntu3.8',191),(259468,'libc-bin','2.35-0ubuntu3.8',192),(259469,'libc-bin','2.35-0ubuntu3.8',193),(259470,'libc-bin','2.35-0ubuntu3.8',313),(259471,'libc-bin','2.35-0ubuntu3.8',314),(259472,'libc-bin','2.35-0ubuntu3.8',315),(259473,'libc-bin','2.35-0ubuntu3.8',323),(259474,'libc-bin','2.35-0ubuntu3.8',324),(259475,'libc-bin','2.35-0ubuntu3.8',339),(259476,'libc-bin','2.35-0ubuntu3.8',347),(259477,'libc-bin','2.35-0ubuntu3.8',348),(259478,'libc-bin','2.19-18+deb8u10',136),(259479,'libc-bin','2.23-0ubuntu11.3',227),(259480,'libc-bin','2.27-3ubuntu1.6',221),(259481,'libc-bin','2.31-0ubuntu9.16',226),(259482,'libc-bin','2.35-0ubuntu3.8',186),(259483,'libc-bin','2.35-0ubuntu3.8',207),(259484,'libc-bin','2.31-0ubuntu9.16',216),(259485,'libc-bin','2.31-13+deb11u10',274),(259486,'libc-bin','2.19-18+deb8u10',244),(259487,'libc-bin','2.31-13+deb11u10',134),(259488,'libc-bin','2.19-18+deb8u10',140),(259489,'libc-bin','2.19-18+deb8u10',141),(259490,'libc-bin','2.23-0ubuntu11.3',184),(259491,'libc-bin','2.23-0ubuntu11.3',185),(259492,'libc-bin','2.27-3ubuntu1.6',217),(259493,'libc-bin','2.27-3ubuntu1.6',218),(259494,'libc-bin','2.31-0ubuntu9.16',222),(259495,'libc-bin','2.31-0ubuntu9.16',223),(259496,'libc-bin','2.31-0ubuntu9.16',224),(259497,'libc-bin','2.36-9+deb12u7',385),(259498,'libc-bin','2.19-18+deb8u10',138),(259499,'libc-bin','2.19-18+deb8u10',139),(259500,'libc-bin','2.23-0ubuntu11.3',174),(259501,'libc-bin','2.23-0ubuntu11.3',175),(259502,'libc-bin','2.31-0ubuntu9.16',182),(259503,'libc-bin','2.31-0ubuntu9.16',183),(259504,'libc-bin','2.31-0ubuntu9.16',319),(259505,'libc-bin','2.31-0ubuntu9.16',320),(259506,'libc-bin','2.31-0ubuntu9.16',321),(259507,'libc-bin','2.31-0ubuntu9.16',322),(259508,'libc-bin','2.31-0ubuntu9.16',331),(259509,'libc-bin','2.31-13+deb11u10',245),(259510,'libc-bin','2.31-13+deb11u10',135),(259511,'libc-bin','2.31-13+deb11u10',253),(259512,'libc-bin','2.31-13+deb11u10',254),(259513,'libc-bin','2.31-13+deb11u10',161),(259514,'libc-bin','2.31-13+deb11u10',247),(259515,'libc-bin','2.31-13+deb11u10',255),(259516,'libc-bin','2.36-9+deb12u7',393),(259517,'libc-bin','2.36-9+deb12u7',394),(259518,'libc-bin','2.36-9+deb12u7',335),(259519,'libc-bin','2.36-9+deb12u7',336),(259520,'libc-bin','2.35-0ubuntu3.8',305),(259521,'libc-bin','2.35-0ubuntu3.8',306),(259522,'libc-bin','2.28-10+deb10u4',380),(259523,'libc-bin','2.28-10+deb10u4',381),(259524,'libc-bin','2.36-9+deb12u7',395),(259525,'libc-bin','2.36-9+deb12u7',396),(259526,'libc-bin','2.31-0ubuntu9.16',201),(259527,'libc-bin','2.31-0ubuntu9.16',202),(259528,'libc-bin','2.31-0ubuntu9.16',203),(259529,'libc-bin','2.36-9+deb12u7',373),(259530,'libc-bin','2.36-9+deb12u7',372),(259531,'libc-bin','2.36-9+deb12u7',374),(259532,'libc-bin','2.36-9+deb12u7',340),(259533,'libc-bin','2.36-9+deb12u7',345),(259534,'libc-bin','2.36-9+deb12u7',346),(259535,'libc-bin','2.35-0ubuntu3.8',171),(259536,'libc-bin','2.35-0ubuntu3.8',212),(259537,'libc-bin','2.35-0ubuntu3.8',213),(259538,'libc-bin','2.31-13+deb11u10',301),(259539,'libc-bin','2.31-13+deb11u10',300),(259540,'libc-bin','2.27-3ubuntu1.6',249),(259541,'libc-bin','2.27-3ubuntu1.6',250),(259542,'libc-bin','2.28-10+deb10u4',251),(259543,'libc-bin','2.28-10+deb10u4',252),(259544,'libc-bin','2.27-3ubuntu1.6',246),(259545,'libc-bin','2.27-3ubuntu1.6',248),(259546,'libc-bin','2.31-13+deb11u10',341),(259547,'libc-bin','2.31-13+deb11u10',342),(259548,'libc-bin','2.31-13+deb11u10',367),(259549,'libc-bin','2.28-10+deb10u4',153),(259550,'libc-bin','2.36-9+deb12u7',343),(259551,'libc-bin','2.36-9+deb12u7',344),(259552,'check-mk-agent','2.3.0p7-1',401),(259553,'check-mk-agent','2.3.0p7-1',402),(259554,'make','4.3-4.1build1',188),(259555,'make','4.3-4.1build1',190),(259556,'make','4.3-4.1build1',330),(259557,'make','4.3-4.1build1',191),(259558,'make','4.3-4.1build1',192),(259559,'make','4.3-4.1build1',193),(259560,'make','4.3-4.1build1',313),(259561,'make','4.3-4.1build1',314),(259562,'make','4.3-4.1build1',315),(259563,'make','4.3-4.1build1',323),(259564,'make','4.3-4.1build1',324),(259565,'make','4.3-4.1build1',339),(259566,'make','4.3-4.1build1',347),(259567,'make','4.3-4.1build1',348),(259568,'make','4.0-8.1',136),(259569,'make','4.1-6',227),(259570,'make','4.1-9.1ubuntu1',221),(259571,'make','4.2.1-1.2',226),(259572,'make','4.3-4.1build1',186),(259573,'make','4.2.1-1.2',216),(259574,'make','4.3-4.1build1',207),(259575,'make','4.3-4.1',274),(259576,'make','4.0-8.1',244),(259577,'make','4.3-4.1',134),(259578,'make','4.0-8.1',140),(259579,'make','4.0-8.1',141),(259580,'make','4.1-6',184),(259581,'make','4.1-6',185),(259582,'make','4.1-9.1ubuntu1',217),(259583,'make','4.1-9.1ubuntu1',218),(259584,'make','4.2.1-1.2',222),(259585,'make','4.2.1-1.2',223),(259586,'make','4.2.1-1.2',224),(259587,'make','4.3-4.1',385),(259588,'make','4.0-8.1',138),(259589,'make','4.0-8.1',139),(259590,'make','4.1-6',174),(259591,'make','4.1-6',175),(259592,'make','4.2.1-1.2',182),(259593,'make','4.2.1-1.2',183),(259594,'make','4.2.1-1.2',319),(259595,'make','4.2.1-1.2',320),(259596,'make','4.2.1-1.2',321),(259597,'make','4.2.1-1.2',322),(259598,'make','4.2.1-1.2',331),(259599,'make','4.3-4.1',245),(259600,'make','4.3-4.1',135),(259601,'make','4.3-4.1',253),(259602,'make','4.3-4.1',254),(259603,'make','4.3-4.1',161),(259604,'make','4.3-4.1',247),(259605,'make','4.3-4.1',255),(259606,'make','4.3-4.1',393),(259607,'make','4.3-4.1',394),(259608,'make','4.3-4.1',335),(259609,'make','4.3-4.1',336),(259610,'make','4.3-4.1build1',305),(259611,'make','4.3-4.1build1',306),(259612,'make','4.2.1-1.2',380),(259613,'make','4.2.1-1.2',381),(259614,'make','4.3-4.1',395),(259615,'make','4.3-4.1',396),(259616,'make','4.2.1-1.2',201),(259617,'make','4.2.1-1.2',202),(259618,'make','4.2.1-1.2',203),(259619,'make','4.3-4.1',373),(259620,'make','4.3-4.1',372),(259621,'make','4.3-4.1',374),(259622,'make','4.3-4.1',340),(259623,'make','4.3-4.1',345),(259624,'make','4.3-4.1',346),(259625,'make','4.3-4.1build1',171),(259626,'make','4.3-4.1build1',212),(259627,'make','4.3-4.1',301),(259628,'make','4.3-4.1build1',213),(259629,'make','4.3-4.1',300),(259630,'make','4.1-9.1ubuntu1',249),(259631,'make','4.1-9.1ubuntu1',250),(259632,'make','4.2.1-1.2',251),(259633,'make','4.2.1-1.2',252),(259634,'make','4.1-9.1ubuntu1',246),(259635,'make','4.1-9.1ubuntu1',248),(259636,'make','4.3-4.1',341),(259637,'make','4.3-4.1',342),(259638,'make','4.3-4.1',367),(259639,'make','4.3-4.1',343),(259640,'make','4.3-4.1',344),(259641,'libc-bin','2.31-13+deb11u10',285),(259642,'libc-bin','2.31-13+deb11u10',310),(259643,'libc-bin','2.31-13+deb11u10',311),(259644,'make','4.3-4.1',285),(259645,'libc-bin','2.36-9+deb12u7',375),(259646,'make','4.3-4.1',310),(259647,'make','4.3-4.1',311),(259648,'libc-bin','2.31-13+deb11u10',312),(259649,'libc-bin','2.36-9+deb12u7',349),(259650,'libc-bin','2.36-9+deb12u7',350),(259651,'libc-bin','2.36-9+deb12u7',399),(259652,'mysql-server','8.0.37-1debian11',245),(259653,'mysql-server','8.0.37-1debian12',393),(259654,'mysql-server','8.0.37-1debian12',394),(259655,'mysql-server','5.7.42-1debian10',380),(259656,'mysql-server','5.7.42-1debian10',381),(259657,'mysql-server','8.0.37-1debian12',395),(259658,'mysql-server','8.0.37-1debian12',396),(259659,'mysql-server','5.7.42-1debian10',341),(259660,'mysql-server','5.7.42-1debian10',342),(259661,'mysql-server','5.7.42-1debian10',367),(259662,'mysql-server','5.7.42-1debian10',153),(259663,'make','4.3-4.1',375),(259664,'libc-bin','2.36-9+deb12u7',351),(259665,'mysql-server','8.0.35-1debian12',343),(259666,'mysql-server','8.0.35-1debian12',344),(259667,'make','4.3-4.1',312),(259668,'nginx','1.18.0-6.1+deb11u3',253),(259669,'nginx','1.18.0-6.1+deb11u3',254),(259670,'make','4.3-4.1',349),(259671,'make','4.3-4.1',350),(259672,'make','4.3-4.1',399),(259673,'make','4.3-4.1',351),(259674,'openssl','3.0.2-0ubuntu1.16',188),(259675,'openssl','3.0.2-0ubuntu1.16',190),(259676,'openssl','3.0.2-0ubuntu1.16',330),(259677,'openssl','3.0.2-0ubuntu1.16',191),(259678,'openssl','3.0.2-0ubuntu1.16',192),(259679,'openssl','3.0.2-0ubuntu1.16',193),(259680,'openssl','3.0.2-0ubuntu1.16',313),(259681,'openssl','3.0.2-0ubuntu1.16',314),(259682,'openssl','3.0.2-0ubuntu1.16',315),(259683,'openssl','3.0.2-0ubuntu1.16',323),(259684,'openssl','3.0.2-0ubuntu1.16',324),(259685,'openssl','3.0.2-0ubuntu1.16',339),(259686,'openssl','3.0.2-0ubuntu1.16',347),(259687,'openssl','3.0.2-0ubuntu1.16',348),(259688,'openssl','1.0.1t-1+deb8u12',136),(259689,'openssl','1.1.1-1ubuntu2.1~18.04.23',221),(259690,'openssl','1.0.2g-1ubuntu4.20',227),(259691,'openssl','1.1.1f-1ubuntu2.22',226),(259692,'openssl','3.0.2-0ubuntu1.16',186),(259693,'openssl','3.0.2-0ubuntu1.16',207),(259694,'openssl','1.1.1f-1ubuntu2.22',216),(259695,'openssl','1.1.1w-0+deb11u1',274),(259696,'openssl','1.0.1t-1+deb8u8',244),(259697,'openssl','1.1.1w-0+deb11u1',134),(259698,'openssl','1.0.1t-1+deb8u12',140),(259699,'openssl','1.0.1t-1+deb8u12',141),(259700,'openssl','1.0.2g-1ubuntu4.20',184),(259701,'openssl','1.0.2g-1ubuntu4.20',185),(259702,'openssl','1.1.1-1ubuntu2.1~18.04.23',217),(259703,'openssl','1.1.1-1ubuntu2.1~18.04.23',218),(259704,'openssl','1.1.1f-1ubuntu2.22',222),(259705,'openssl','1.1.1f-1ubuntu2.22',223),(259706,'openssl','1.1.1f-1ubuntu2.22',224),(259707,'openssl','3.0.13-1~deb12u1',385),(259708,'openssl','1.0.1t-1+deb8u12',138),(259709,'openssl','1.0.1t-1+deb8u12',139),(259710,'openssl','1.0.2g-1ubuntu4.20',174),(259711,'openssl','1.0.2g-1ubuntu4.20',175),(259712,'openssl','1.1.1f-1ubuntu2.22',182),(259713,'openssl','1.1.1f-1ubuntu2.22',183),(259714,'openssl','1.1.1f-1ubuntu2.22',319),(259715,'openssl','1.1.1f-1ubuntu2.22',320),(259716,'openssl','1.1.1f-1ubuntu2.22',321),(259717,'openssl','1.1.1f-1ubuntu2.22',322),(259718,'openssl','1.1.1f-1ubuntu2.22',331),(259719,'openssl','1.1.1w-0+deb11u1',245),(259720,'openssl','1.1.1w-0+deb11u1',135),(259721,'openssl','1.1.1w-0+deb11u1',253),(259722,'openssl','1.1.1w-0+deb11u1',254),(259723,'openssl','1.1.1w-0+deb11u1',161),(259724,'openssl','1.1.1w-0+deb11u1',247),(259725,'openssl','1.1.1w-0+deb11u1',255),(259726,'openssl','3.0.13-1~deb12u1',394),(259727,'openssl','3.0.13-1~deb12u1',393),(259728,'openssl','3.0.13-1~deb12u1',335),(259729,'openssl','3.0.13-1~deb12u1',336),(259730,'openssl','3.0.2-0ubuntu1.16',305),(259731,'openssl','3.0.2-0ubuntu1.16',306),(259732,'openssl','1.1.1n-0+deb10u6',380),(259733,'openssl','1.1.1n-0+deb10u6',381),(259734,'openssl','3.0.13-1~deb12u1',395),(259735,'openssl','3.0.13-1~deb12u1',396),(259736,'openssl','1.1.1f-1ubuntu2.22',201),(259737,'openssl','1.1.1f-1ubuntu2.22',202),(259738,'openssl','1.1.1f-1ubuntu2.22',203),(259739,'openssl','3.0.13-1~deb12u1',373),(259740,'openssl','3.0.13-1~deb12u1',372),(259741,'openssl','3.0.13-1~deb12u1',374),(259742,'openssl','3.0.13-1~deb12u1',340),(259743,'openssl','3.0.13-1~deb12u1',345),(259744,'openssl','3.0.13-1~deb12u1',346),(259745,'openssl','3.0.2-0ubuntu1.16',171),(259746,'openssl','3.0.2-0ubuntu1.16',212),(259747,'openssl','3.0.2-0ubuntu1.16',213),(259748,'openssl','1.1.1w-0+deb11u1',301),(259749,'openssl','1.1.1w-0+deb11u1',300),(259750,'openssl','1.1.1-1ubuntu2.1~18.04.23',249),(259751,'openssl','1.1.1-1ubuntu2.1~18.04.23',250),(259752,'openssl','1.1.1n-0+deb10u6',251),(259753,'openssl','1.1.1n-0+deb10u6',252),(259754,'openssl','1.1.1-1ubuntu2.1~18.04.23',246),(259755,'openssl','1.1.1-1ubuntu2.1~18.04.23',248),(259756,'openssl','1.1.1w-0+deb11u1',341),(259757,'openssl','1.1.1w-0+deb11u1',342),(259758,'openssl','1.1.1w-0+deb11u1',367),(259759,'openssl','1.1.1n-0+deb10u6',153),(259760,'mongodb-org','7.0.12',310),(259761,'mongodb-org','7.0.12',311),(259762,'libc-bin','2.36-9+deb12u7',401),(259763,'libc-bin','2.36-9+deb12u7',402),(259764,'openssl','3.0.13-1~deb12u1',343),(259765,'openssl','3.0.13-1~deb12u1',344),(259766,'openssh-server','1:8.9p1-3ubuntu0.10',188),(259767,'openssh-server','1:8.9p1-3ubuntu0.10',190),(259768,'openssh-server','1:8.9p1-3ubuntu0.10',330),(259769,'openssh-server','1:8.9p1-3ubuntu0.10',191),(259770,'openssh-server','1:8.9p1-3ubuntu0.10',192),(259771,'openssh-server','1:8.9p1-3ubuntu0.10',193),(259772,'openssh-server','1:8.9p1-3ubuntu0.10',313),(259773,'openssh-server','1:8.9p1-3ubuntu0.10',314),(259774,'openssh-server','1:8.9p1-3ubuntu0.10',315),(259775,'openssh-server','1:8.9p1-3ubuntu0.10',323),(259776,'openssh-server','1:8.9p1-3ubuntu0.10',324),(259777,'openssh-server','1:8.9p1-3ubuntu0.10',339),(259778,'openssh-server','1:8.9p1-3ubuntu0.10',347),(259779,'openssh-server','1:8.9p1-3ubuntu0.10',348),(259780,'openssh-server','1:6.7p1-5+deb8u8',136),(259781,'openssh-server','1:7.2p2-4ubuntu2.10',227),(259782,'openssh-server','1:7.6p1-4ubuntu0.7',221),(259783,'openssh-server','1:8.2p1-4ubuntu0.11',226),(259784,'openssh-server','1:8.9p1-3ubuntu0.10',186),(259785,'openssh-server','1:8.9p1-3ubuntu0.10',207),(259786,'openssh-server','1:8.2p1-4ubuntu0.11',216),(259787,'openssh-server','1:8.4p1-5+deb11u3',274),(259788,'openssh-server','1:6.7p1-5+deb8u4',244),(259789,'openssh-server','1:8.4p1-5+deb11u3',134),(259790,'openssh-server','1:6.7p1-5+deb8u8',140),(259791,'openssh-server','1:6.7p1-5+deb8u8',141),(259792,'openssh-server','1:7.2p2-4ubuntu2.10',184),(259793,'openssh-server','1:7.2p2-4ubuntu2.10',185),(259794,'openssh-server','1:7.6p1-4ubuntu0.7',217),(259795,'openssh-server','1:7.6p1-4ubuntu0.7',218),(259796,'openssh-server','1:8.2p1-4ubuntu0.11',222),(259797,'openssh-server','1:8.2p1-4ubuntu0.11',223),(259798,'openssh-server','1:8.2p1-4ubuntu0.11',224),(259799,'openssh-server','1:9.2p1-2+deb12u3',385),(259800,'openssh-server','1:6.7p1-5+deb8u8',138),(259801,'openssh-server','1:6.7p1-5+deb8u8',139),(259802,'openssh-server','1:7.2p2-4ubuntu2.10',174),(259803,'openssh-server','1:7.2p2-4ubuntu2.10',175),(259804,'openssh-server','1:8.2p1-4ubuntu0.11',182),(259805,'openssh-server','1:8.2p1-4ubuntu0.11',183),(259806,'openssh-server','1:8.2p1-4ubuntu0.11',319),(259807,'openssh-server','1:8.2p1-4ubuntu0.11',320),(259808,'openssh-server','1:8.2p1-4ubuntu0.11',321),(259809,'openssh-server','1:8.2p1-4ubuntu0.11',322),(259810,'openssh-server','1:8.2p1-4ubuntu0.11',331),(259811,'openssh-server','1:8.4p1-5+deb11u3',245),(259812,'openssh-server','1:8.4p1-5+deb11u3',135),(259813,'openssh-server','1:8.4p1-5+deb11u3',253),(259814,'openssh-server','1:8.4p1-5+deb11u3',254),(259815,'openssh-server','1:8.4p1-5+deb11u3',161),(259816,'openssh-server','1:8.4p1-5+deb11u3',247),(259817,'openssh-server','1:8.4p1-5+deb11u3',255),(259818,'openssh-server','1:9.2p1-2+deb12u3',393),(259819,'openssh-server','1:9.2p1-2+deb12u3',394),(259820,'openssh-server','1:9.2p1-2+deb12u3',335),(259821,'openssh-server','1:9.2p1-2+deb12u3',336),(259822,'openssh-server','1:8.9p1-3ubuntu0.10',305),(259823,'openssh-server','1:8.9p1-3ubuntu0.10',306),(259824,'openssh-server','1:7.9p1-10+deb10u4',380),(259825,'openssh-server','1:7.9p1-10+deb10u4',381),(259826,'openssh-server','1:9.2p1-2+deb12u3',395),(259827,'openssh-server','1:9.2p1-2+deb12u3',396),(259828,'openssh-server','1:8.2p1-4ubuntu0.11',201),(259829,'openssh-server','1:8.2p1-4ubuntu0.11',202),(259830,'openssh-server','1:8.2p1-4ubuntu0.11',203),(259831,'openssh-server','1:9.2p1-2+deb12u3',373),(259832,'openssh-server','1:9.2p1-2+deb12u3',372),(259833,'openssh-server','1:9.2p1-2+deb12u3',374),(259834,'openssh-server','1:9.2p1-2+deb12u3',340),(259835,'openssh-server','1:9.2p1-2+deb12u3',345),(259836,'openssh-server','1:9.2p1-2+deb12u3',346),(259837,'openssh-server','1:8.9p1-3ubuntu0.10',171),(259838,'openssh-server','1:8.9p1-3ubuntu0.10',212),(259839,'openssh-server','1:8.9p1-3ubuntu0.10',213),(259840,'openssh-server','1:8.4p1-5+deb11u3',301),(259841,'openssh-server','1:8.4p1-5+deb11u3',300),(259842,'openssh-server','1:7.6p1-4ubuntu0.7',249),(259843,'openssh-server','1:7.6p1-4ubuntu0.7',250),(259844,'openssh-server','1:7.9p1-10+deb10u4',251),(259845,'openssh-server','1:7.9p1-10+deb10u4',252),(259846,'openssh-server','1:7.6p1-4ubuntu0.7',246),(259847,'openssh-server','1:7.6p1-4ubuntu0.7',248),(259848,'openssh-server','1:8.4p1-5+deb11u3',341),(259849,'openssh-server','1:8.4p1-5+deb11u3',342),(259850,'openssh-server','1:8.4p1-5+deb11u3',367),(259851,'openssh-server','1:7.9p1-10+deb10u4',153),(259852,'openssh-server','1:9.2p1-2+deb12u3',343),(259853,'openssh-server','1:9.2p1-2+deb12u3',344),(259854,'mongodb-org','7.0.12',312),(259855,'make','4.3-4.1',401),(259856,'php5','5.6.33+dfsg-0+deb8u1',244),(259857,'php5','5.6.40+dfsg-0+deb8u12',140),(259858,'php5','5.6.40+dfsg-0+deb8u12',141),(259859,'php5','5.6.40+dfsg-0+deb8u12',138),(259860,'php5','5.6.40+dfsg-0+deb8u12',139),(259861,'make','4.3-4.1',402),(259862,'php7.0','7.0.33-0ubuntu0.16.04.16',227),(259863,'php7.0','7.0.33-0ubuntu0.16.04.16',184),(259864,'php7.0','7.0.33-0ubuntu0.16.04.16',185),(259865,'php7.0','7.0.33-0ubuntu0.16.04.16',174),(259866,'php7.0','7.0.33-0ubuntu0.16.04.16',175),(259867,'php7.2','7.2.24-0ubuntu0.18.04.17',221),(259868,'php7.2','7.2.24-0ubuntu0.18.04.17',217),(259869,'php7.2','7.2.24-0ubuntu0.18.04.17',218),(259870,'openssl','1.1.1w-0+deb11u1',285),(259871,'openssl','1.1.1w-0+deb11u1',310),(259872,'openssl','1.1.1w-0+deb11u1',311),(259873,'php7.4','7.4.3-4ubuntu2.23',226),(259874,'php7.4','7.4.3-4ubuntu2.23',222),(259875,'php7.4','7.4.3-4ubuntu2.23',223),(259876,'php7.4','7.4.3-4ubuntu2.23',224),(259877,'php7.4','7.4.3-4ubuntu2.23',182),(259878,'php7.4','7.4.3-4ubuntu2.23',183),(259879,'php7.4','7.4.3-4ubuntu2.23',319),(259880,'php7.4','7.4.3-4ubuntu2.23',320),(259881,'php7.4','7.4.3-4ubuntu2.23',321),(259882,'php7.4','7.4.3-4ubuntu2.23',322),(259883,'php7.4','7.4.3-4ubuntu2.23',331),(259884,'openssh-server','1:8.4p1-5+deb11u3',285),(259885,'openssl','3.0.13-1~deb12u1',375),(259886,'openssh-server','1:8.4p1-5+deb11u3',310),(259887,'openssh-server','1:8.4p1-5+deb11u3',311),(259888,'openssl','1.1.1w-0+deb11u1',312),(259889,'openssh-server','1:9.2p1-2+deb12u3',375),(259890,'openssl','3.0.13-1~deb12u1',349),(259891,'openssl','3.0.13-1~deb12u1',350),(259892,'openssl','3.0.13-1~deb12u1',399),(259893,'openssh-server','1:8.4p1-5+deb11u3',312),(259894,'openssl','3.0.13-1~deb12u1',351),(259895,'openssh-server','1:9.2p1-2+deb12u3',349),(259896,'openssh-server','1:9.2p1-2+deb12u3',350),(259897,'openssh-server','1:9.2p1-2+deb12u3',399),(259898,'postfix','3.6.4-1ubuntu1.3',188),(259899,'postfix','3.6.4-1ubuntu1.3',190),(259900,'postfix','3.6.4-1ubuntu1.3',330),(259901,'postfix','3.6.4-1ubuntu1.3',191),(259902,'postfix','3.6.4-1ubuntu1.3',192),(259903,'postfix','3.6.4-1ubuntu1.3',193),(259904,'postfix','3.6.4-1ubuntu1.3',313),(259905,'postfix','3.6.4-1ubuntu1.3',314),(259906,'postfix','3.6.4-1ubuntu1.3',315),(259907,'postfix','3.6.4-1ubuntu1.3',323),(259908,'postfix','3.6.4-1ubuntu1.3',324),(259909,'postfix','3.6.4-1ubuntu1.3',339),(259910,'postfix','3.6.4-1ubuntu1.3',347),(259911,'postfix','3.6.4-1ubuntu1.3',348),(259912,'postfix','2.11.3-1+deb8u2',136),(259913,'postfix','3.1.0-3ubuntu0.4',227),(259914,'postfix','3.3.0-1ubuntu0.4',221),(259915,'postfix','3.4.13-0ubuntu1.4',226),(259916,'postfix','3.6.4-1ubuntu1.3',186),(259917,'postfix','3.6.4-1ubuntu1.3',207),(259918,'postfix','3.4.13-0ubuntu1.4',216),(259919,'postfix','3.5.25-0+deb11u1',274),(259920,'postfix','2.11.3-1+deb8u2',244),(259921,'postfix','3.5.25-0+deb11u1',134),(259922,'postfix','2.11.3-1+deb8u2',140),(259923,'postfix','2.11.3-1+deb8u2',141),(259924,'postfix','3.1.0-3ubuntu0.4',184),(259925,'postfix','3.1.0-3ubuntu0.4',185),(259926,'postfix','3.3.0-1ubuntu0.4',217),(259927,'postfix','3.3.0-1ubuntu0.4',218),(259928,'postfix','3.4.13-0ubuntu1.4',222),(259929,'postfix','3.4.13-0ubuntu1.4',223),(259930,'postfix','3.4.13-0ubuntu1.4',224),(259931,'postfix','3.7.11-0+deb12u1',385),(259932,'postfix','2.11.3-1+deb8u2',138),(259933,'postfix','2.11.3-1+deb8u2',139),(259934,'postfix','3.1.0-3ubuntu0.4',174),(259935,'postfix','3.1.0-3ubuntu0.4',175),(259936,'postfix','3.4.13-0ubuntu1.4',182),(259937,'postfix','3.4.13-0ubuntu1.4',183),(259938,'postfix','3.4.13-0ubuntu1.4',319),(259939,'postfix','3.4.13-0ubuntu1.4',320),(259940,'postfix','3.4.13-0ubuntu1.4',321),(259941,'postfix','3.4.13-0ubuntu1.4',322),(259942,'postfix','3.4.13-0ubuntu1.4',331),(259943,'postfix','3.5.25-0+deb11u1',245),(259944,'postfix','3.5.25-0+deb11u1',135),(259945,'postfix','3.5.25-0+deb11u1',253),(259946,'postfix','3.5.25-0+deb11u1',254),(259947,'postfix','3.5.25-0+deb11u1',161),(259948,'postfix','3.5.25-0+deb11u1',247),(259949,'postfix','3.5.25-0+deb11u1',255),(259950,'postfix','3.7.11-0+deb12u1',393),(259951,'postfix','3.7.11-0+deb12u1',394),(259952,'postfix','3.7.11-0+deb12u1',335),(259953,'postfix','3.7.11-0+deb12u1',336),(259954,'postfix','3.6.4-1ubuntu1.3',305),(259955,'postfix','3.6.4-1ubuntu1.3',306),(259956,'postfix','3.4.23-0+deb10u2',380),(259957,'postfix','3.4.23-0+deb10u2',381),(259958,'postfix','3.7.11-0+deb12u1',395),(259959,'postfix','3.7.11-0+deb12u1',396),(259960,'postfix','3.4.13-0ubuntu1.4',201),(259961,'postfix','3.4.13-0ubuntu1.4',202),(259962,'postfix','3.4.13-0ubuntu1.4',203),(259963,'postfix','3.7.11-0+deb12u1',373),(259964,'postfix','3.7.11-0+deb12u1',372),(259965,'postfix','3.7.11-0+deb12u1',374),(259966,'postfix','3.7.11-0+deb12u1',340),(259967,'postfix','3.7.11-0+deb12u1',345),(259968,'postfix','3.7.11-0+deb12u1',346),(259969,'postfix','3.6.4-1ubuntu1.3',171),(259970,'postfix','3.6.4-1ubuntu1.3',212),(259971,'postfix','3.6.4-1ubuntu1.3',213),(259972,'postfix','3.5.25-0+deb11u1',301),(259973,'postfix','3.5.25-0+deb11u1',300),(259974,'postfix','3.3.0-1ubuntu0.4',249),(259975,'postfix','3.3.0-1ubuntu0.4',250),(259976,'postfix','3.4.23-0+deb10u2',251),(259977,'postfix','3.4.23-0+deb10u2',252),(259978,'postfix','3.3.0-1ubuntu0.4',246),(259979,'postfix','3.3.0-1ubuntu0.4',248),(259980,'postfix','3.5.25-0+deb11u1',341),(259981,'postfix','3.5.25-0+deb11u1',342),(259982,'postfix','3.5.25-0+deb11u1',367),(259983,'openssh-server','1:9.2p1-2+deb12u3',351),(259984,'postfix','3.4.23-0+deb10u2',153),(259985,'postfix','3.7.11-0+deb12u1',343),(259986,'postfix','3.7.11-0+deb12u1',344),(259987,'proxysql','2.6.3',212),(259988,'proxysql','2.6.3',213),(259989,'proxysql','2.6.3',301),(259990,'proxysql','2.6.3',300),(259991,'openssl','3.0.13-1~deb12u1',401),(259992,'openssl','3.0.13-1~deb12u1',402),(259993,'redis','5:5.0.3-4+deb10u3',251),(259994,'redis','5:5.0.3-4+deb10u3',252),(259995,'openssh-server','1:9.2p1-2+deb12u3',401),(259996,'redis-server','5:4.0.9-1ubuntu0.2',249),(259997,'redis-server','5:4.0.9-1ubuntu0.2',250),(259998,'redis-server','5:5.0.3-4+deb10u3',251),(259999,'redis-server','5:5.0.3-4+deb10u3',252),(260000,'openssh-server','1:9.2p1-2+deb12u3',402),(260001,'sphinxsearch','2.0.4-1.1',244),(260002,'sphinxsearch','2.2.11-2',246),(260003,'sphinxsearch','2.2.11-2',248),(260004,'sudo','1.9.9-1ubuntu2.4',188),(260005,'sudo','1.9.9-1ubuntu2.4',190),(260006,'sudo','1.9.9-1ubuntu2.4',330),(260007,'sudo','1.9.9-1ubuntu2.4',191),(260008,'sudo','1.9.9-1ubuntu2.4',192),(260009,'sudo','1.9.9-1ubuntu2.4',193),(260010,'sudo','1.9.9-1ubuntu2.4',313),(260011,'sudo','1.9.9-1ubuntu2.4',314),(260012,'sudo','1.9.9-1ubuntu2.4',315),(260013,'sudo','1.9.9-1ubuntu2.4',323),(260014,'sudo','1.9.9-1ubuntu2.4',324),(260015,'sudo','1.9.9-1ubuntu2.4',339),(260016,'sudo','1.9.9-1ubuntu2.4',347),(260017,'sudo','1.9.9-1ubuntu2.4',348),(260018,'sudo','1.8.10p3-1+deb8u7',136),(260019,'sudo','1.8.16-0ubuntu1.10',227),(260020,'sudo','1.8.21p2-3ubuntu1.6',221),(260021,'sudo','1.8.31-1ubuntu1.5',226),(260022,'sudo','1.9.9-1ubuntu2.4',186),(260023,'sudo','1.9.9-1ubuntu2.4',207),(260024,'sudo','1.8.31-1ubuntu1.5',216),(260025,'sudo','1.9.5p2-3+deb11u1',274),(260026,'sudo','1.8.10p3-1+deb8u5',244),(260027,'sudo','1.9.5p2-3+deb11u1',134),(260028,'sudo','1.8.10p3-1+deb8u7',140),(260029,'sudo','1.8.10p3-1+deb8u7',141),(260030,'sudo','1.8.16-0ubuntu1.10',184),(260031,'sudo','1.8.16-0ubuntu1.10',185),(260032,'sudo','1.8.21p2-3ubuntu1.6',217),(260033,'sudo','1.8.21p2-3ubuntu1.6',218),(260034,'sudo','1.8.31-1ubuntu1.5',222),(260035,'sudo','1.8.31-1ubuntu1.5',223),(260036,'sudo','1.8.31-1ubuntu1.5',224),(260037,'sudo','1.9.13p3-1+deb12u1',385),(260038,'sudo','1.8.10p3-1+deb8u7',138),(260039,'sudo','1.8.10p3-1+deb8u7',139),(260040,'sudo','1.8.16-0ubuntu1.10',174),(260041,'sudo','1.8.16-0ubuntu1.10',175),(260042,'sudo','1.8.31-1ubuntu1.5',182),(260043,'sudo','1.8.31-1ubuntu1.5',183),(260044,'sudo','1.8.31-1ubuntu1.5',319),(260045,'sudo','1.8.31-1ubuntu1.5',320),(260046,'sudo','1.8.31-1ubuntu1.5',321),(260047,'sudo','1.8.31-1ubuntu1.5',322),(260048,'sudo','1.8.31-1ubuntu1.5',331),(260049,'sudo','1.9.5p2-3+deb11u1',245),(260050,'sudo','1.9.5p2-3+deb11u1',135),(260051,'sudo','1.9.5p2-3+deb11u1',253),(260052,'sudo','1.9.5p2-3+deb11u1',254),(260053,'sudo','1.9.5p2-3+deb11u1',161),(260054,'sudo','1.9.5p2-3+deb11u1',247),(260055,'sudo','1.9.5p2-3+deb11u1',255),(260056,'sudo','1.9.13p3-1+deb12u1',393),(260057,'sudo','1.9.13p3-1+deb12u1',394),(260058,'sudo','1.9.13p3-1+deb12u1',335),(260059,'sudo','1.9.13p3-1+deb12u1',336),(260060,'sudo','1.9.9-1ubuntu2.4',305),(260061,'sudo','1.9.9-1ubuntu2.4',306),(260062,'sudo','1.8.27-1+deb10u6',380),(260063,'sudo','1.8.27-1+deb10u6',381),(260064,'sudo','1.9.13p3-1+deb12u1',395),(260065,'sudo','1.9.13p3-1+deb12u1',396),(260066,'sudo','1.8.31-1ubuntu1.5',201),(260067,'sudo','1.8.31-1ubuntu1.5',202),(260068,'sudo','1.8.31-1ubuntu1.5',203),(260069,'sudo','1.9.13p3-1+deb12u1',373),(260070,'sudo','1.9.13p3-1+deb12u1',372),(260071,'sudo','1.9.13p3-1+deb12u1',374),(260072,'sudo','1.9.13p3-1+deb12u1',340),(260073,'sudo','1.9.13p3-1+deb12u1',345),(260074,'sudo','1.9.13p3-1+deb12u1',346),(260075,'sudo','1.9.9-1ubuntu2.4',171),(260076,'sudo','1.9.9-1ubuntu2.4',212),(260077,'sudo','1.9.9-1ubuntu2.4',213),(260078,'sudo','1.9.5p2-3+deb11u1',301),(260079,'sudo','1.9.5p2-3+deb11u1',300),(260080,'sudo','1.8.21p2-3ubuntu1.6',249),(260081,'sudo','1.8.21p2-3ubuntu1.6',250),(260082,'sudo','1.8.27-1+deb10u6',251),(260083,'sudo','1.8.27-1+deb10u6',252),(260084,'sudo','1.8.21p2-3ubuntu1.6',246),(260085,'sudo','1.8.21p2-3ubuntu1.6',248),(260086,'sudo','1.9.5p2-3+deb11u1',341),(260087,'sudo','1.9.5p2-3+deb11u1',342),(260088,'sudo','1.9.5p2-3+deb11u1',367),(260089,'sudo','1.8.27-1+deb10u6',153),(260090,'sudo','1.9.13p3-1+deb12u1',343),(260091,'sudo','1.9.13p3-1+deb12u1',344),(260092,'postfix','3.5.25-0+deb11u1',285),(260093,'systemd','249.11-0ubuntu3.12',188),(260094,'systemd','249.11-0ubuntu3.12',190),(260095,'systemd','249.11-0ubuntu3.12',330),(260096,'systemd','249.11-0ubuntu3.12',191),(260097,'systemd','249.11-0ubuntu3.12',192),(260098,'systemd','249.11-0ubuntu3.12',193),(260099,'systemd','249.11-0ubuntu3.12',313),(260100,'systemd','249.11-0ubuntu3.12',314),(260101,'systemd','249.11-0ubuntu3.12',315),(260102,'systemd','249.11-0ubuntu3.12',323),(260103,'systemd','249.11-0ubuntu3.12',324),(260104,'systemd','249.11-0ubuntu3.12',339),(260105,'systemd','249.11-0ubuntu3.12',347),(260106,'systemd','249.11-0ubuntu3.12',348),(260107,'systemd','215-17+deb8u13',136),(260108,'systemd','229-4ubuntu21.31',227),(260109,'systemd','237-3ubuntu10.57',221),(260110,'systemd','245.4-4ubuntu3.23',226),(260111,'systemd','249.11-0ubuntu3.12',186),(260112,'systemd','249.11-0ubuntu3.12',207),(260113,'systemd','245.4-4ubuntu3.23',216),(260114,'systemd','247.3-7+deb11u5',274),(260115,'systemd','215-17+deb8u7',244),(260116,'systemd','247.3-7+deb11u5',134),(260117,'systemd','215-17+deb8u13',140),(260118,'systemd','215-17+deb8u13',141),(260119,'systemd','229-4ubuntu21.31',184),(260120,'systemd','229-4ubuntu21.31',185),(260121,'systemd','237-3ubuntu10.57',217),(260122,'systemd','237-3ubuntu10.57',218),(260123,'systemd','245.4-4ubuntu3.23',222),(260124,'systemd','245.4-4ubuntu3.23',223),(260125,'systemd','245.4-4ubuntu3.23',224),(260126,'systemd','252.26-1~deb12u2',385),(260127,'systemd','215-17+deb8u13',138),(260128,'systemd','215-17+deb8u13',139),(260129,'systemd','229-4ubuntu21.31',174),(260130,'systemd','229-4ubuntu21.31',175),(260131,'systemd','245.4-4ubuntu3.23',182),(260132,'systemd','245.4-4ubuntu3.23',183),(260133,'systemd','245.4-4ubuntu3.23',319),(260134,'systemd','245.4-4ubuntu3.23',320),(260135,'systemd','245.4-4ubuntu3.23',321),(260136,'systemd','245.4-4ubuntu3.23',322),(260137,'systemd','245.4-4ubuntu3.23',331),(260138,'systemd','247.3-7+deb11u5',245),(260139,'systemd','247.3-7+deb11u5',135),(260140,'systemd','247.3-7+deb11u5',253),(260141,'systemd','247.3-7+deb11u5',254),(260142,'systemd','247.3-7+deb11u5',161),(260143,'systemd','247.3-7+deb11u5',247),(260144,'systemd','247.3-7+deb11u5',255),(260145,'systemd','252.26-1~deb12u2',393),(260146,'systemd','252.26-1~deb12u2',394),(260147,'systemd','252.26-1~deb12u2',335),(260148,'systemd','252.26-1~deb12u2',336),(260149,'systemd','249.11-0ubuntu3.12',305),(260150,'systemd','249.11-0ubuntu3.12',306),(260151,'systemd','241-7~deb10u10',380),(260152,'systemd','241-7~deb10u10',381),(260153,'systemd','252.26-1~deb12u2',395),(260154,'systemd','252.26-1~deb12u2',396),(260155,'systemd','245.4-4ubuntu3.23',201),(260156,'systemd','245.4-4ubuntu3.23',202),(260157,'systemd','245.4-4ubuntu3.23',203),(260158,'systemd','252.26-1~deb12u2',373),(260159,'systemd','252.26-1~deb12u2',372),(260160,'systemd','252.26-1~deb12u2',374),(260161,'systemd','252.26-1~deb12u2',340),(260162,'systemd','252.26-1~deb12u2',345),(260163,'systemd','252.26-1~deb12u2',346),(260164,'systemd','249.11-0ubuntu3.12',171),(260165,'systemd','249.11-0ubuntu3.12',212),(260166,'systemd','249.11-0ubuntu3.12',213),(260167,'systemd','247.3-7+deb11u5',301),(260168,'systemd','247.3-7+deb11u5',300),(260169,'systemd','237-3ubuntu10.57',249),(260170,'systemd','237-3ubuntu10.57',250),(260171,'systemd','241-7~deb10u10',251),(260172,'systemd','241-7~deb10u10',252),(260173,'systemd','237-3ubuntu10.57',246),(260174,'systemd','237-3ubuntu10.57',248),(260175,'systemd','247.3-7+deb11u5',341),(260176,'systemd','247.3-7+deb11u5',342),(260177,'systemd','247.3-7+deb11u5',367),(260178,'systemd','241-7~deb10u10',153),(260179,'systemd','252.26-1~deb12u2',343),(260180,'systemd','252.26-1~deb12u2',344),(260181,'postfix','3.5.25-0+deb11u1',310),(260182,'postfix','3.5.25-0+deb11u1',311),(260183,'unbound','1.17.1-2+deb12u2',335),(260184,'unbound','1.17.1-2+deb12u2',336),(260185,'postfix','3.7.11-0+deb12u1',375),(260186,'varnish','6.6.1-1ubuntu0.2',305),(260187,'varnish','6.6.1-1ubuntu0.2',306),(260188,'postfix','3.5.25-0+deb11u1',312),(260189,'postfix','3.7.11-0+deb12u1',349),(260190,'postfix','3.7.11-0+deb12u1',350),(260191,'kernel','3.16.84-1',136),(260192,'kernel','5.10.209-2',274),(260193,'kernel','3.16.56-1+deb8u1',244),(260194,'kernel','4.19.171-2',134),(260195,'kernel','3.16.84-1',140),(260196,'kernel','3.16.84-1',141),(260197,'kernel','Debian',385),(260198,'kernel','3.16.84-1',138),(260199,'kernel','3.16.84-1',139),(260200,'kernel','5.10.205-2',245),(260201,'kernel','5.10.158-2',135),(260202,'kernel','5.10.162-1',253),(260203,'kernel','5.10.209-2',254),(260204,'kernel','5.10.197-1',161),(260205,'kernel','5.10.205-2',247),(260206,'kernel','5.10.209-2',255),(260207,'kernel','Debian',393),(260208,'kernel','Debian',394),(260209,'kernel','Debian',335),(260210,'kernel','Debian',336),(260211,'kernel','4.19.249-2',380),(260212,'kernel','4.19.249-2',381),(260213,'kernel','Debian',395),(260214,'kernel','Debian',396),(260215,'kernel','Debian',373),(260216,'kernel','Debian',372),(260217,'kernel','Debian',374),(260218,'kernel','Debian',340),(260219,'kernel','Debian',345),(260220,'kernel','Debian',346),(260221,'kernel','5.10.120-1',301),(260222,'kernel','5.10.120-1',300),(260223,'kernel','4.19.282-1',251),(260224,'kernel','4.19.304-1',252),(260225,'kernel','5.10.197-1',341),(260226,'kernel','5.10.197-1',342),(260227,'kernel','5.10.209-2',367),(260228,'postfix','3.7.11-0+deb12u1',351),(260229,'kernel','4.19.152-1',153),(260230,'kernel','Debian',343),(260231,'kernel','5.15.0-94-generic',188),(260232,'kernel','5.15.0-91-generic',190),(260233,'kernel','5.15.0-94-generic',330),(260234,'kernel','5.15.0-78-generic',191),(260235,'kernel','5.15.0-78-generic',192),(260236,'kernel','5.15.0-88-generic',193),(260237,'kernel','5.15.0-84-generic',313),(260238,'kernel','5.15.0-112-generic',314),(260239,'kernel','5.15.0-105-generic',315),(260240,'kernel','5.15.0-79-generic',323),(260241,'kernel','5.15.0-79-generic',324),(260242,'kernel','5.15.0-86-generic',339),(260243,'kernel','5.15.0-88-generic',347),(260244,'kernel','5.15.0-88-generic',348),(260245,'kernel','4.4.0-210-generic',227),(260246,'kernel','4.15.0-213-generic',221),(260247,'kernel','5.4.0-164-generic',226),(260248,'kernel','5.15.0-78-generic',186),(260249,'kernel','5.15.0-105-generic',207),(260250,'kernel','5.4.0-171-generic',216),(260251,'kernel','4.4.0-210-generic',184),(260252,'kernel','4.4.0-210-generic',185),(260253,'kernel','4.15.0-213-generic',217),(260254,'kernel','4.15.0-213-generic',218),(260255,'kernel','5.4.0-165-generic',222),(260256,'kernel','5.4.0-169-generic',223),(260257,'kernel','5.4.0-171-generic',224),(260258,'kernel','4.4.0-210-generic',174),(260259,'kernel','4.4.0-210-generic',175),(260260,'kernel','5.4.0-165-generic',182),(260261,'kernel','5.4.0-171-generic',183),(260262,'kernel','5.4.0-171-generic',319),(260263,'kernel','5.4.0-171-generic',320),(260264,'kernel','5.4.0-171-generic',321),(260265,'kernel','5.4.0-171-generic',322),(260266,'kernel','5.4.0-171-generic',331),(260267,'kernel','5.15.0-72-generic',305),(260268,'kernel','5.15.0-94-generic',306),(260269,'kernel','5.4.0-125-generic',201),(260270,'kernel','5.4.0-104-generic',202),(260271,'kernel','5.4.0-104-generic',203),(260272,'kernel','5.15.0-87-generic',171),(260273,'kernel','5.15.0-94-generic',212),(260274,'kernel','5.15.0-70-generic',213),(260275,'kernel','4.15.0-204-generic',249),(260276,'kernel','4.15.0-209-generic',250),(260277,'kernel','4.15.0-213-generic',246),(260278,'kernel','4.15.0-213-generic',248),(260279,'kernel','Debian',344),(260280,'postfix','3.7.11-0+deb12u1',399),(260281,'rabbitmq-server','3.13.4-1',349),(260282,'rabbitmq-server','3.13.4-1',350),(260283,'sudo','1.9.5p2-3+deb11u1',285),(260284,'rabbitmq-server','3.13.4-1',351),(260285,'systemd','247.3-7+deb11u5',285),(260286,'sudo','1.9.5p2-3+deb11u1',310),(260287,'sudo','1.9.5p2-3+deb11u1',311),(260288,'postfix','3.7.11-0+deb12u1',401),(260289,'sudo','1.9.13p3-1+deb12u1',375),(260290,'systemd','247.3-7+deb11u5',310),(260291,'systemd','247.3-7+deb11u5',311),(260292,'systemd','252.26-1~deb12u2',375),(260293,'sudo','1.9.5p2-3+deb11u1',312),(260294,'postgresql','16+261.pgdg120+1',401),(260295,'sudo','1.9.13p3-1+deb12u1',349),(260296,'postfix','3.7.11-0+deb12u1',402),(260297,'systemd','247.3-7+deb11u5',312),(260298,'systemd','252.26-1~deb12u2',349),(260299,'sudo','1.9.13p3-1+deb12u1',350),(260300,'sudo','1.9.13p3-1+deb12u1',351),(260301,'kernel','5.10.205-2',285),(260302,'postgresql','16+261.pgdg120+1',402),(260303,'systemd','252.26-1~deb12u2',350),(260304,'systemd','252.26-1~deb12u2',351),(260305,'kernel','5.10.179-1',310),(260306,'kernel','5.10.179-1',311),(260307,'kernel','Debian',375),(260308,'sudo','1.9.13p3-1+deb12u1',399),(260309,'kernel','5.10.179-1',312),(260310,'systemd','252.26-1~deb12u2',399),(260311,'kernel','Debian',349),(260312,'kernel','Debian',350),(260313,'kernel','Debian',351),(260314,'sudo','1.9.13p3-1+deb12u1',401),(260315,'kernel','Debian',399),(260316,'systemd','252.26-1~deb12u2',401),(260317,'sudo','1.9.13p3-1+deb12u1',402),(260318,'systemd','252.26-1~deb12u2',402),(260319,'kernel','Debian',401),(260320,'kernel','Debian',402),(260321,'apt','2.4.12',114),(260322,'apt','2.0.10',115),(260323,'apt','2.2.4',116),(260324,'apt','2.4.12',120),(260325,'apt','2.6.1',357),(260326,'apt','2.0.10',194),(260327,'apt','2.0.10',195),(260328,'apt','2.0.10',196),(260329,'apt','2.0.10',197),(260330,'apt','2.0.10',198),(260331,'apt','2.0.10',199),(260332,'apt','2.0.10',200),(260333,'apt','1.0.9.8.6',137),(260334,'apt','1.0.9.8.6',142),(260335,'apt','1.0.9.8.6',144),(260336,'apt','1.2.35',209),(260337,'apt','1.2.35',230),(260338,'apt','1.2.35',228),(260339,'apt','1.2.35',229),(260340,'apt','1.6.17',210),(260341,'apt','1.6.17',232),(260342,'apt','1.6.17',233),(260343,'apt','2.0.10',211),(260344,'apt','2.0.10',238),(260345,'apt','2.0.10',239),(260346,'apt','2.0.10',364),(260347,'apt','2.0.10',365),(260348,'apt','2.0.10',236),(260349,'apt','2.0.10',237),(260350,'apt','2.2.4',163),(260351,'apt','2.2.4',164),(260352,'apt','2.2.4',162),(260353,'apt','2.2.4',168),(260354,'apt','2.4.12',208),(260355,'apt','2.4.12',187),(260356,'apt','2.2.4',169),(260357,'apt','2.6.1',397),(260358,'apt','1.8.2.3',382),(260359,'apt','2.6.1',156),(260360,'apt','2.0.10',279),(260361,'apt','2.0.10',280),(260362,'apt','2.0.10',281),(260363,'apt','1.0.9.8.4',165),(260364,'apt','2.4.12',214),(260365,'apt','2.2.4',302),(260366,'apt','1.8.2.3',166),(260367,'apt','1.8.2.3',158),(260368,'apt','1.8.2.3',159),(260369,'apt','1.6.17',240),(260370,'apt','2.0.10',242),(260371,'apt','2.2.4',160),(260372,'apt','2.2.4',327),(260373,'apt','2.6.1',358),(260374,'apache2','2.4.52-1ubuntu4.10',114),(260375,'apache2','2.4.10-10+deb8u16',142),(260376,'apache2','2.4.10-10+deb8u16',144),(260377,'apache2','2.4.18-2ubuntu3.17',230),(260378,'apache2','2.4.18-2ubuntu3.17',228),(260379,'apache2','2.4.18-2ubuntu3.17',229),(260380,'apache2','2.4.29-1ubuntu4.27',232),(260381,'apache2','2.4.29-1ubuntu4.27',233),(260382,'apache2','2.4.41-4ubuntu3.19',238),(260383,'apache2','2.4.41-4ubuntu3.19',239),(260384,'apache2','2.4.41-4ubuntu3.19',364),(260385,'apache2','2.4.41-4ubuntu3.19',365),(260386,'apache2','2.4.41-4ubuntu3.19',236),(260387,'apache2','2.4.41-4ubuntu3.19',237),(260388,'bash','5.1-6ubuntu1.1',114),(260389,'bash','5.0-6ubuntu1.2',115),(260390,'bash','5.1-2+deb11u1',116),(260391,'bash','5.1-6ubuntu1.1',120),(260392,'bash','5.2.15-2+b7',357),(260393,'bash','5.0-6ubuntu1.2',194),(260394,'bash','5.0-6ubuntu1.2',195),(260395,'bash','5.0-6ubuntu1.2',196),(260396,'bash','5.0-6ubuntu1.2',197),(260397,'bash','5.0-6ubuntu1.2',198),(260398,'bash','5.0-6ubuntu1.2',199),(260399,'bash','5.0-6ubuntu1.2',200),(260400,'bash','4.3-11+deb8u2',137),(260401,'bash','4.3-11+deb8u2',142),(260402,'bash','4.3-11+deb8u2',144),(260403,'bash','4.3-14ubuntu1.4',209),(260404,'bash','4.3-14ubuntu1.4',230),(260405,'bash','4.3-14ubuntu1.4',228),(260406,'bash','4.3-14ubuntu1.4',229),(260407,'bash','4.4.18-2ubuntu1.3',210),(260408,'bash','4.4.18-2ubuntu1.3',232),(260409,'bash','4.4.18-2ubuntu1.3',233),(260410,'bash','5.0-6ubuntu1.2',211),(260411,'bash','5.0-6ubuntu1.2',238),(260412,'bash','5.0-6ubuntu1.2',239),(260413,'bash','5.0-6ubuntu1.2',364),(260414,'bash','5.0-6ubuntu1.2',365),(260415,'bash','5.0-6ubuntu1.2',236),(260416,'bash','5.0-6ubuntu1.2',237),(260417,'bash','5.1-2+deb11u1',163),(260418,'bash','5.1-2+deb11u1',164),(260419,'bash','5.1-2+deb11u1',162),(260420,'bash','5.1-2+deb11u1',168),(260421,'bash','5.1-6ubuntu1.1',208),(260422,'bash','5.1-6ubuntu1.1',187),(260423,'bash','5.1-2+deb11u1',169),(260424,'bash','5.2.15-2+b7',397),(260425,'bash','5.0-4',382),(260426,'bash','5.2.15-2+b7',156),(260427,'bash','5.0-6ubuntu1.2',279),(260428,'bash','5.0-6ubuntu1.2',280),(260429,'bash','5.0-6ubuntu1.2',281),(260430,'bash','4.3-11+deb8u1',165),(260431,'check-mk-agent','2.3.0p3-1',114),(260432,'check-mk-agent','2.3.0p3-1',115),(260433,'check-mk-agent','2.3.0p3-1',116),(260434,'check-mk-agent','2.3.0p3-1',120),(260435,'check-mk-agent','2.3.0p3-1',357),(260436,'check-mk-agent','2.3.0p3-1',194),(260437,'check-mk-agent','2.3.0p3-1',195),(260438,'check-mk-agent','2.3.0p3-1',196),(260439,'check-mk-agent','2.3.0p3-1',197),(260440,'check-mk-agent','2.3.0p3-1',198),(260441,'check-mk-agent','2.3.0p3-1',199),(260442,'check-mk-agent','2.3.0p3-1',200),(260443,'check-mk-agent','2.2.0p2-1',137),(260444,'check-mk-agent','2.2.0p2-1',142),(260445,'check-mk-agent','2.2.0p2-1',144),(260446,'check-mk-agent','2.2.0p2-1',209),(260447,'check-mk-agent','2.2.0p2-1',230),(260448,'check-mk-agent','2.2.0p2-1',228),(260449,'check-mk-agent','2.2.0p2-1',229),(260450,'check-mk-agent','2.3.0p3-1',210),(260451,'check-mk-agent','2.3.0p3-1',232),(260452,'check-mk-agent','2.2.0p2-1',233),(260453,'check-mk-agent','2.3.0p3-1',211),(260454,'check-mk-agent','2.3.0p3-1',238),(260455,'check-mk-agent','2.3.0p3-1',239),(260456,'check-mk-agent','2.3.0p3-1',364),(260457,'check-mk-agent','2.3.0p3-1',365),(260458,'check-mk-agent','2.3.0p3-1',236),(260459,'check-mk-agent','2.3.0p3-1',237),(260460,'check-mk-agent','2.3.0p3-1',163),(260461,'check-mk-agent','2.3.0p3-1',164),(260462,'check-mk-agent','2.3.0p3-1',162),(260463,'check-mk-agent','2.3.0p3-1',168),(260464,'check-mk-agent','2.3.0p3-1',208),(260465,'check-mk-agent','2.2.0p2-1',187),(260466,'check-mk-agent','2.3.0-1',169),(260467,'check-mk-agent','2.3.0p3-1',397),(260468,'check-mk-agent','2.3.0p3-1',382),(260469,'check-mk-agent','2.3.0p3-1',156),(260470,'check-mk-agent','2.3.0p3-1',279),(260471,'bash','5.1-6ubuntu1.1',214),(260472,'bash','5.1-2+deb11u1',302),(260473,'bash','5.0-4',166),(260474,'bash','5.0-4',158),(260475,'bash','4.4.18-2ubuntu1.3',240),(260476,'bash','5.0-6ubuntu1.2',242),(260477,'bash','5.0-4',159),(260478,'bash','5.1-2+deb11u1',160),(260479,'docker-ce','5:20.10.21~3-0~ubuntu-focal',194),(260480,'docker-ce','5:20.10.21~3-0~ubuntu-focal',195),(260481,'docker-ce','5:20.10.21~3-0~ubuntu-focal',196),(260482,'docker-ce','5:20.10.21~3-0~ubuntu-focal',197),(260483,'docker-ce','5:20.10.21~3-0~ubuntu-focal',198),(260484,'docker-ce','5:20.10.21~3-0~ubuntu-focal',199),(260485,'docker-ce','5:20.10.21~3-0~ubuntu-focal',200),(260486,'check-mk-agent','2.3.0p3-1',280),(260487,'check-mk-agent','2.3.0p3-1',281),(260488,'check-mk-agent','2.2.0p2-1',165),(260489,'bash','5.1-2+deb11u1',327),(260490,'check-mk-agent','2.3.0p3-1',214),(260491,'check-mk-agent','2.3.0p3-1',302),(260492,'check-mk-agent','2.3.0p3-1',166),(260493,'check-mk-agent','2.3.0p3-1',158),(260494,'bash','5.2.15-2+b7',358),(260495,'elasticsearch','6.8.23',279),(260496,'check-mk-agent','2.3.0p3-1',240),(260497,'check-mk-agent','2.3.0p3-1',242),(260498,'check-mk-agent','2.3.0p3-1',159),(260499,'check-mk-agent','2.3.0p3-1',160),(260500,'libc-bin','2.35-0ubuntu3.8',114),(260501,'libc-bin','2.31-0ubuntu9.16',115),(260502,'libc-bin','2.31-13+deb11u10',116),(260503,'libc-bin','2.35-0ubuntu3.8',120),(260504,'libc-bin','2.36-9+deb12u7',357),(260505,'libc-bin','2.31-0ubuntu9.16',194),(260506,'libc-bin','2.31-0ubuntu9.16',195),(260507,'libc-bin','2.31-0ubuntu9.16',196),(260508,'libc-bin','2.31-0ubuntu9.16',197),(260509,'libc-bin','2.31-0ubuntu9.16',198),(260510,'libc-bin','2.31-0ubuntu9.16',199),(260511,'libc-bin','2.31-0ubuntu9.16',200),(260512,'libc-bin','2.19-18+deb8u10',137),(260513,'libc-bin','2.19-18+deb8u10',142),(260514,'libc-bin','2.19-18+deb8u10',144),(260515,'libc-bin','2.23-0ubuntu11.3',209),(260516,'libc-bin','2.23-0ubuntu11.3',230),(260517,'libc-bin','2.23-0ubuntu11.3',228),(260518,'libc-bin','2.23-0ubuntu11.3',229),(260519,'libc-bin','2.27-3ubuntu1.6',210),(260520,'libc-bin','2.27-3ubuntu1.6',232),(260521,'libc-bin','2.27-3ubuntu1.6',233),(260522,'libc-bin','2.31-0ubuntu9.16',211),(260523,'libc-bin','2.31-0ubuntu9.16',238),(260524,'libc-bin','2.31-0ubuntu9.16',239),(260525,'libc-bin','2.31-0ubuntu9.16',364),(260526,'libc-bin','2.31-0ubuntu9.16',365),(260527,'libc-bin','2.31-0ubuntu9.16',236),(260528,'libc-bin','2.31-0ubuntu9.16',237),(260529,'libc-bin','2.31-13+deb11u10',164),(260530,'libc-bin','2.31-13+deb11u10',163),(260531,'libc-bin','2.31-13+deb11u10',162),(260532,'libc-bin','2.31-13+deb11u10',168),(260533,'libc-bin','2.35-0ubuntu3.8',208),(260534,'libc-bin','2.35-0ubuntu3.8',187),(260535,'libc-bin','2.31-13+deb11u10',169),(260536,'libc-bin','2.36-9+deb12u7',397),(260537,'libc-bin','2.28-10+deb10u4',382),(260538,'libc-bin','2.36-9+deb12u7',156),(260539,'libc-bin','2.31-0ubuntu9.16',279),(260540,'check-mk-agent','2.3.0p3-1',327),(260541,'check-mk-agent','2.3.0p3-1',358),(260542,'make','4.3-4.1build1',114),(260543,'make','4.2.1-1.2',115),(260544,'make','4.3-4.1',116),(260545,'make','4.3-4.1build1',120),(260546,'make','4.3-4.1',357),(260547,'make','4.2.1-1.2',194),(260548,'make','4.2.1-1.2',195),(260549,'make','4.2.1-1.2',196),(260550,'make','4.2.1-1.2',197),(260551,'make','4.2.1-1.2',198),(260552,'make','4.2.1-1.2',199),(260553,'make','4.2.1-1.2',200),(260554,'make','4.0-8.1',137),(260555,'make','4.0-8.1',142),(260556,'make','4.0-8.1',144),(260557,'make','4.1-6',209),(260558,'make','4.1-6',230),(260559,'make','4.1-6',228),(260560,'make','4.1-9.1ubuntu1',210),(260561,'make','4.1-6',229),(260562,'make','4.1-9.1ubuntu1',232),(260563,'make','4.1-9.1ubuntu1',233),(260564,'make','4.2.1-1.2',238),(260565,'make','4.2.1-1.2',211),(260566,'make','4.2.1-1.2',239),(260567,'make','4.2.1-1.2',364),(260568,'make','4.2.1-1.2',365),(260569,'make','4.2.1-1.2',237),(260570,'make','4.2.1-1.2',236),(260571,'make','4.3-4.1',163),(260572,'make','4.3-4.1',164),(260573,'make','4.3-4.1',168),(260574,'make','4.3-4.1build1',208),(260575,'make','4.3-4.1build1',187),(260576,'make','4.3-4.1',169),(260577,'make','4.3-4.1',397),(260578,'make','4.2.1-1.2',382),(260579,'make','4.3-4.1',156),(260580,'make','4.2.1-1.2',279),(260581,'elasticsearch','6.8.23',280),(260582,'elasticsearch','6.8.23',281),(260583,'libc-bin','2.31-0ubuntu9.16',280),(260584,'libc-bin','2.31-0ubuntu9.16',281),(260585,'libc-bin','2.19-18+deb8u10',165),(260586,'libc-bin','2.28-10+deb10u4',158),(260587,'libc-bin','2.28-10+deb10u4',159),(260588,'libc-bin','2.35-0ubuntu3.8',214),(260589,'libc-bin','2.31-13+deb11u10',302),(260590,'libc-bin','2.28-10+deb10u4',166),(260591,'make','4.0-8.1',165),(260592,'libc-bin','2.27-3ubuntu1.6',240),(260593,'libc-bin','2.31-0ubuntu9.16',242),(260594,'make','4.2.1-1.2',158),(260595,'libc-bin','2.31-13+deb11u10',160),(260596,'mysql-server','8.0.37-1debian11',168),(260597,'mysql-server','8.0.37-1debian12',397),(260598,'mysql-server','5.7.42-1debian10',382),(260599,'make','4.2.1-1.2',280),(260600,'make','4.2.1-1.2',281),(260601,'make','4.2.1-1.2',159),(260602,'make','4.3-4.1build1',214),(260603,'make','4.3-4.1',302),(260604,'make','4.2.1-1.2',166),(260605,'nginx','1.18.0-6.1+deb11u3',163),(260606,'nginx','1.18.0-6.1+deb11u3',164),(260607,'mysql-server','8.0.37-1debian12',156),(260608,'make','4.1-9.1ubuntu1',240),(260609,'make','4.2.1-1.2',242),(260610,'make','4.3-4.1',160),(260611,'openssl','3.0.2-0ubuntu1.16',114),(260612,'openssl','1.1.1f-1ubuntu2.22',115),(260613,'openssl','1.1.1w-0+deb11u1',116),(260614,'openssl','3.0.2-0ubuntu1.16',120),(260615,'openssl','3.0.13-1~deb12u1',357),(260616,'openssl','1.1.1f-1ubuntu2.22',194),(260617,'openssl','1.1.1f-1ubuntu2.22',195),(260618,'openssl','1.1.1f-1ubuntu2.22',196),(260619,'openssl','1.1.1f-1ubuntu2.22',197),(260620,'openssl','1.1.1f-1ubuntu2.22',198),(260621,'openssl','1.1.1f-1ubuntu2.22',199),(260622,'openssl','1.1.1f-1ubuntu2.22',200),(260623,'openssl','1.0.1t-1+deb8u12',137),(260624,'openssl','1.0.1t-1+deb8u12',142),(260625,'openssl','1.0.1t-1+deb8u12',144),(260626,'openssl','1.0.2g-1ubuntu4.20',230),(260627,'openssl','1.0.2g-1ubuntu4.20',209),(260628,'openssl','1.0.2g-1ubuntu4.20',228),(260629,'openssl','1.0.2g-1ubuntu4.20',229),(260630,'openssl','1.1.1-1ubuntu2.1~18.04.23',210),(260631,'openssl','1.1.1-1ubuntu2.1~18.04.23',232),(260632,'openssl','1.1.1-1ubuntu2.1~18.04.23',233),(260633,'openssl','1.1.1f-1ubuntu2.22',211),(260634,'openssl','1.1.1f-1ubuntu2.22',238),(260635,'openssl','1.1.1f-1ubuntu2.22',239),(260636,'openssl','1.1.1f-1ubuntu2.22',364),(260637,'openssl','1.1.1f-1ubuntu2.22',365),(260638,'openssl','1.1.1f-1ubuntu2.22',236),(260639,'openssl','1.1.1f-1ubuntu2.22',237),(260640,'openssl','1.1.1w-0+deb11u1',163),(260641,'openssl','1.1.1w-0+deb11u1',164),(260642,'openssl','1.1.1w-0+deb11u1',162),(260643,'openssl','1.1.1w-0+deb11u1',168),(260644,'openssl','3.0.2-0ubuntu1.16',208),(260645,'openssl','3.0.2-0ubuntu1.16',187),(260646,'openssl','3.0.13-1~deb12u1',397),(260647,'openssl','1.1.1n-0+deb10u6',382),(260648,'libc-bin','2.31-13+deb11u10',327),(260649,'openssl','1.1.1w-0+deb11u1',169),(260650,'libc-bin','2.36-9+deb12u7',358),(260651,'openssh-server','1:8.9p1-3ubuntu0.10',114),(260652,'openssh-server','1:8.2p1-4ubuntu0.11',115),(260653,'openssh-server','1:8.4p1-5+deb11u3',116),(260654,'openssh-server','1:8.9p1-3ubuntu0.10',120),(260655,'openssh-server','1:9.2p1-2+deb12u3',357),(260656,'openssh-server','1:8.2p1-4ubuntu0.11',194),(260657,'openssh-server','1:8.2p1-4ubuntu0.11',195),(260658,'openssh-server','1:8.2p1-4ubuntu0.11',196),(260659,'openssh-server','1:8.2p1-4ubuntu0.11',197),(260660,'openssh-server','1:8.2p1-4ubuntu0.11',198),(260661,'openssh-server','1:8.2p1-4ubuntu0.11',199),(260662,'openssh-server','1:8.2p1-4ubuntu0.11',200),(260663,'openssh-server','1:6.7p1-5+deb8u8',137),(260664,'openssh-server','1:6.7p1-5+deb8u8',142),(260665,'openssh-server','1:6.7p1-5+deb8u8',144),(260666,'openssh-server','1:7.2p2-4ubuntu2.10',209),(260667,'openssh-server','1:7.2p2-4ubuntu2.10',230),(260668,'openssh-server','1:7.2p2-4ubuntu2.10',228),(260669,'openssh-server','1:7.2p2-4ubuntu2.10',229),(260670,'openssh-server','1:7.6p1-4ubuntu0.7',210),(260671,'openssh-server','1:7.6p1-4ubuntu0.7',232),(260672,'openssh-server','1:7.6p1-4ubuntu0.7',233),(260673,'openssh-server','1:8.2p1-4ubuntu0.11',211),(260674,'openssh-server','1:8.2p1-4ubuntu0.11',238),(260675,'openssh-server','1:8.2p1-4ubuntu0.11',239),(260676,'openssh-server','1:8.2p1-4ubuntu0.11',364),(260677,'openssh-server','1:8.2p1-4ubuntu0.11',365),(260678,'openssh-server','1:8.2p1-4ubuntu0.11',236),(260679,'openssh-server','1:8.2p1-4ubuntu0.11',237),(260680,'openssh-server','1:8.4p1-5+deb11u3',163),(260681,'openssh-server','1:8.4p1-5+deb11u3',164),(260682,'openssh-server','1:8.4p1-5+deb11u3',162),(260683,'openssh-server','1:8.4p1-5+deb11u3',168),(260684,'openssh-server','1:8.9p1-3ubuntu0.10',208),(260685,'openssh-server','1:8.9p1-3ubuntu0.10',187),(260686,'openssh-server','1:9.2p1-2+deb12u3',397),(260687,'openssh-server','1:7.9p1-10+deb10u4',382),(260688,'openssl','3.0.13-1~deb12u1',156),(260689,'openssl','1.1.1f-1ubuntu2.22',279),(260690,'mysql-server','5.7.42-1debian10',158),(260691,'php5','5.6.40+dfsg-0+deb8u12',142),(260692,'php5','5.6.40+dfsg-0+deb8u12',144),(260693,'openssh-server','1:8.4p1-5+deb11u3',169),(260694,'make','4.3-4.1',327),(260695,'openssh-server','1:9.2p1-2+deb12u3',156),(260696,'openssh-server','1:8.2p1-4ubuntu0.11',279),(260697,'openssl','1.0.1t-1+deb8u8',165),(260698,'mysql-server','5.7.42-1debian10',159),(260699,'make','4.3-4.1',358),(260700,'php7.0','7.0.33-0ubuntu0.16.04.16',209),(260701,'php7.0','7.0.33-0ubuntu0.16.04.16',230),(260702,'php7.0','7.0.33-0ubuntu0.16.04.16',228),(260703,'php7.0','7.0.33-0ubuntu0.16.04.16',229),(260704,'openssl','1.1.1f-1ubuntu2.22',280),(260705,'mysql-server','8.0.35-1debian11',160),(260706,'php7.2','7.2.24-0ubuntu0.18.04.17',210),(260707,'php7.2','7.2.24-0ubuntu0.18.04.17',232),(260708,'php7.2','7.2.24-0ubuntu0.18.04.17',233),(260709,'openssl','1.1.1f-1ubuntu2.22',281),(260710,'openssh-server','1:6.7p1-5+deb8u4',165),(260711,'openssl','1.1.1n-0+deb10u6',158),(260712,'php7.4','7.4.3-4ubuntu2.23',211),(260713,'php7.4','7.4.3-4ubuntu2.23',238),(260714,'php7.4','7.4.3-4ubuntu2.23',239),(260715,'php7.4','7.4.3-4ubuntu2.23',364),(260716,'php7.4','7.4.3-4ubuntu2.23',365),(260717,'php7.4','7.4.3-4ubuntu2.23',236),(260718,'php7.4','7.4.3-4ubuntu2.23',237),(260719,'openssh-server','1:8.2p1-4ubuntu0.11',280),(260720,'php5','5.6.33+dfsg-0+deb8u1',165),(260721,'openssh-server','1:8.2p1-4ubuntu0.11',281),(260722,'openssl','1.1.1w-0+deb11u1',302),(260723,'openssl','1.1.1n-0+deb10u6',159),(260724,'openssl','3.0.2-0ubuntu1.16',214),(260725,'openssl','1.1.1n-0+deb10u6',166),(260726,'openssh-server','1:7.9p1-10+deb10u4',158),(260727,'mongodb-org','7.0.12',327),(260728,'openssl','1.1.1-1ubuntu2.1~18.04.23',240),(260729,'openssl','1.1.1f-1ubuntu2.22',242),(260730,'openssh-server','1:8.4p1-5+deb11u3',302),(260731,'openssh-server','1:7.9p1-10+deb10u4',159),(260732,'openssl','1.1.1w-0+deb11u1',160),(260733,'openssh-server','1:8.9p1-3ubuntu0.10',214),(260734,'openssh-server','1:7.9p1-10+deb10u4',166),(260735,'openssh-server','1:7.6p1-4ubuntu0.7',240),(260736,'openssh-server','1:8.2p1-4ubuntu0.11',242),(260737,'openssh-server','1:8.4p1-5+deb11u3',160),(260738,'postfix','3.6.4-1ubuntu1.3',114),(260739,'postfix','3.4.13-0ubuntu1.4',115),(260740,'postfix','3.5.25-0+deb11u1',116),(260741,'postfix','3.6.4-1ubuntu1.3',120),(260742,'postfix','3.7.11-0+deb12u1',357),(260743,'postfix','3.4.13-0ubuntu1.4',194),(260744,'postfix','3.4.13-0ubuntu1.4',195),(260745,'postfix','3.4.13-0ubuntu1.4',196),(260746,'postfix','3.4.13-0ubuntu1.4',197),(260747,'postfix','3.4.13-0ubuntu1.4',198),(260748,'postfix','3.4.13-0ubuntu1.4',199),(260749,'postfix','3.4.13-0ubuntu1.4',200),(260750,'postfix','2.11.3-1+deb8u2',137),(260751,'postfix','2.11.3-1+deb8u2',142),(260752,'postfix','2.11.3-1+deb8u2',144),(260753,'postfix','3.1.0-3ubuntu0.4',209),(260754,'postfix','3.1.0-3ubuntu0.4',230),(260755,'postfix','3.1.0-3ubuntu0.4',228),(260756,'postfix','3.1.0-3ubuntu0.4',229),(260757,'postfix','3.3.0-1ubuntu0.4',210),(260758,'postfix','3.3.0-1ubuntu0.4',232),(260759,'postfix','3.3.0-1ubuntu0.4',233),(260760,'postfix','3.4.13-0ubuntu1.4',211),(260761,'postfix','3.4.13-0ubuntu1.4',238),(260762,'postfix','3.4.13-0ubuntu1.4',239),(260763,'postfix','3.4.13-0ubuntu1.4',364),(260764,'postfix','3.4.13-0ubuntu1.4',365),(260765,'postfix','3.4.13-0ubuntu1.4',236),(260766,'postfix','3.4.13-0ubuntu1.4',237),(260767,'postfix','3.5.25-0+deb11u1',163),(260768,'postfix','3.5.25-0+deb11u1',164),(260769,'postfix','3.5.25-0+deb11u1',162),(260770,'postfix','3.5.25-0+deb11u1',168),(260771,'postfix','3.6.4-1ubuntu1.3',208),(260772,'postfix','3.6.4-1ubuntu1.3',187),(260773,'postfix','3.7.11-0+deb12u1',397),(260774,'postfix','3.4.23-0+deb10u2',382),(260775,'postfix','3.7.11-0+deb12u1',156),(260776,'postfix','3.4.13-0ubuntu1.4',279),(260777,'openssl','1.1.1w-0+deb11u1',327),(260778,'postfix','3.5.24-0+deb11u1',169),(260779,'openssl','3.0.13-1~deb12u1',358),(260780,'openssh-server','1:8.4p1-5+deb11u3',327),(260781,'openssh-server','1:9.2p1-2+deb12u3',358),(260782,'postfix','3.4.13-0ubuntu1.4',280),(260783,'postfix','2.11.3-1+deb8u2',165),(260784,'sudo','1.9.9-1ubuntu2.4',114),(260785,'sudo','1.8.31-1ubuntu1.5',115),(260786,'sudo','1.9.5p2-3+deb11u1',116),(260787,'sudo','1.9.9-1ubuntu2.4',120),(260788,'sudo','1.9.13p3-1+deb12u1',357),(260789,'sudo','1.8.31-1ubuntu1.5',194),(260790,'sudo','1.8.31-1ubuntu1.5',195),(260791,'sudo','1.8.31-1ubuntu1.5',196),(260792,'sudo','1.8.31-1ubuntu1.5',197),(260793,'sudo','1.8.31-1ubuntu1.5',198),(260794,'sudo','1.8.31-1ubuntu1.5',199),(260795,'sudo','1.8.31-1ubuntu1.5',200),(260796,'sudo','1.8.10p3-1+deb8u7',137),(260797,'sudo','1.8.10p3-1+deb8u7',142),(260798,'sudo','1.8.10p3-1+deb8u7',144),(260799,'sudo','1.8.16-0ubuntu1.10',209),(260800,'sudo','1.8.16-0ubuntu1.10',230),(260801,'sudo','1.8.16-0ubuntu1.10',228),(260802,'sudo','1.8.16-0ubuntu1.10',229),(260803,'sudo','1.8.21p2-3ubuntu1.6',210),(260804,'sudo','1.8.21p2-3ubuntu1.6',232),(260805,'sudo','1.8.21p2-3ubuntu1.6',233),(260806,'sudo','1.8.31-1ubuntu1.5',211),(260807,'sudo','1.8.31-1ubuntu1.5',238),(260808,'sudo','1.8.31-1ubuntu1.5',239),(260809,'sudo','1.8.31-1ubuntu1.5',364),(260810,'sudo','1.8.31-1ubuntu1.5',365),(260811,'sudo','1.8.31-1ubuntu1.5',236),(260812,'sudo','1.8.31-1ubuntu1.5',237),(260813,'sudo','1.9.5p2-3+deb11u1',163),(260814,'sudo','1.9.5p2-3+deb11u1',164),(260815,'sudo','1.9.5p2-3+deb11u1',162),(260816,'sudo','1.9.5p2-3+deb11u1',168),(260817,'sudo','1.9.9-1ubuntu2.4',208),(260818,'sudo','1.9.9-1ubuntu2.4',187),(260819,'sudo','1.9.13p3-1+deb12u1',397),(260820,'sudo','1.8.27-1+deb10u6',382),(260821,'systemd','249.11-0ubuntu3.12',114),(260822,'systemd','245.4-4ubuntu3.23',115),(260823,'systemd','247.3-7+deb11u5',116),(260824,'systemd','249.11-0ubuntu3.12',120),(260825,'systemd','252.26-1~deb12u2',357),(260826,'systemd','245.4-4ubuntu3.23',194),(260827,'systemd','245.4-4ubuntu3.23',195),(260828,'systemd','245.4-4ubuntu3.23',196),(260829,'systemd','245.4-4ubuntu3.23',197),(260830,'systemd','245.4-4ubuntu3.23',198),(260831,'systemd','245.4-4ubuntu3.23',199),(260832,'systemd','245.4-4ubuntu3.23',200),(260833,'systemd','215-17+deb8u13',137),(260834,'systemd','215-17+deb8u13',142),(260835,'systemd','215-17+deb8u13',144),(260836,'systemd','229-4ubuntu21.31',209),(260837,'systemd','229-4ubuntu21.31',230),(260838,'systemd','229-4ubuntu21.31',228),(260839,'systemd','229-4ubuntu21.31',229),(260840,'systemd','237-3ubuntu10.57',210),(260841,'systemd','237-3ubuntu10.57',232),(260842,'systemd','237-3ubuntu10.57',233),(260843,'systemd','245.4-4ubuntu3.23',211),(260844,'systemd','245.4-4ubuntu3.23',238),(260845,'systemd','245.4-4ubuntu3.23',239),(260846,'systemd','245.4-4ubuntu3.23',364),(260847,'systemd','245.4-4ubuntu3.23',365),(260848,'systemd','245.4-4ubuntu3.23',236),(260849,'systemd','245.4-4ubuntu3.23',237),(260850,'systemd','247.3-7+deb11u5',163),(260851,'systemd','247.3-7+deb11u5',164),(260852,'systemd','247.3-7+deb11u5',162),(260853,'systemd','247.3-7+deb11u5',168),(260854,'systemd','249.11-0ubuntu3.12',208),(260855,'systemd','249.11-0ubuntu3.12',187),(260856,'postfix','3.4.13-0ubuntu1.4',281),(260857,'systemd','252.26-1~deb12u2',397),(260858,'systemd','241-7~deb10u10',382),(260859,'sudo','1.9.13p3-1+deb12u1',156),(260860,'sudo','1.8.31-1ubuntu1.5',279),(260861,'unbound','1.17.1-2+deb12u2',357),(260862,'postfix','3.4.23-0+deb10u2',158),(260863,'systemd','252.26-1~deb12u2',156),(260864,'systemd','245.4-4ubuntu3.23',279),(260865,'postfix','3.5.24-0+deb11u1',302),(260866,'postfix','3.4.23-0+deb10u2',159),(260867,'postfix','3.6.4-1ubuntu1.3',214),(260868,'postfix','3.4.23-0+deb10u2',166),(260869,'vault','1.17.1-1',120),(260870,'postfix','3.3.0-1ubuntu0.4',240),(260871,'postfix','3.4.13-0ubuntu1.4',242),(260872,'kernel','5.10.205-2',116),(260873,'kernel','Debian',357),(260874,'kernel','3.16.84-1',137),(260875,'kernel','3.16.84-1',142),(260876,'kernel','3.16.84-1',144),(260877,'kernel','5.10.106-1',163),(260878,'kernel','5.10.205-2',162),(260879,'kernel','5.10.205-2',164),(260880,'kernel','5.10.205-2',168),(260881,'postfix','3.5.25-0+deb11u1',160),(260882,'sudo','1.9.5p2-3+deb11u1',169),(260883,'kernel','Debian',397),(260884,'kernel','4.19.249-2',382),(260885,'kernel','5.15.0-92-generic',114),(260886,'kernel','5.4.0-170-generic',115),(260887,'kernel','5.15.0-101-generic',120),(260888,'kernel','5.4.0-170-generic',194),(260889,'kernel','5.4.0-170-generic',195),(260890,'kernel','5.4.0-186-generic',196),(260891,'kernel','5.4.0-170-generic',197),(260892,'kernel','5.4.0-170-generic',198),(260893,'kernel','5.4.0-170-generic',199),(260894,'kernel','5.4.0-177-generic',200),(260895,'kernel','4.4.0-210-generic',209),(260896,'kernel','4.4.0-210-generic',230),(260897,'kernel','4.4.0-210-generic',228),(260898,'kernel','4.4.0-210-generic',229),(260899,'kernel','4.15.0-213-generic',210),(260900,'kernel','4.15.0-213-generic',232),(260901,'kernel','4.15.0-213-generic',233),(260902,'kernel','5.4.0-170-generic',211),(260903,'kernel','5.4.0-170-generic',238),(260904,'kernel','5.4.0-170-generic',239),(260905,'kernel','5.4.0-169-generic',364),(260906,'kernel','5.4.0-170-generic',365),(260907,'kernel','5.4.0-170-generic',236),(260908,'kernel','5.4.0-170-generic',237),(260909,'kernel','5.15.0-92-generic',187),(260910,'proxysql','2.6.2',302),(260911,'kernel','5.15.0-92-generic',208),(260912,'systemd','247.3-7+deb11u4',169),(260913,'kernel','Debian',156),(260914,'sphinxsearch','2.0.4-1.1',165),(260915,'proxysql','2.6.3',214),(260916,'kernel','5.4.0-170-generic',279),(260917,'sudo','1.8.31-1ubuntu1.5',280),(260918,'sudo','1.8.10p3-1+deb8u5',165),(260919,'systemd','245.4-4ubuntu3.23',280),(260920,'sudo','1.8.31-1ubuntu1.5',281),(260921,'systemd','215-17+deb8u7',165),(260922,'redis','5:5.0.3-4+deb10u3',166),(260923,'systemd','245.4-4ubuntu3.23',281),(260924,'kernel','5.10.205-2',169),(260925,'redis-server','5:4.0.9-1ubuntu0.2',240),(260926,'redis-server','5:5.0.3-4+deb10u3',166),(260927,'sudo','1.8.27-1+deb10u6',158),(260928,'sphinxsearch','2.2.11-2ubuntu2',242),(260929,'systemd','241-7~deb10u10',158),(260930,'kernel','3.16.56-1+deb8u1',165),(260931,'sudo','1.9.9-1ubuntu2.4',214),(260932,'sudo','1.9.5p2-3+deb11u1',302),(260933,'postfix','3.5.25-0+deb11u1',327),(260934,'sudo','1.8.21p2-3ubuntu1.6',240),(260935,'sudo','1.8.27-1+deb10u6',166),(260936,'kernel','5.4.0-170-generic',280),(260937,'sudo','1.8.31-1ubuntu1.5',242),(260938,'postfix','3.7.11-0+deb12u1',358),(260939,'systemd','249.11-0ubuntu3.12',214),(260940,'systemd','247.3-7+deb11u4',302),(260941,'sudo','1.8.27-1+deb10u6',159),(260942,'systemd','237-3ubuntu10.57',240),(260943,'systemd','241-7~deb10u10',166),(260944,'systemd','245.4-4ubuntu3.23',242),(260945,'kernel','5.4.0-170-generic',281),(260946,'systemd','241-7~deb10u10',159),(260947,'sudo','1.9.5p2-3+deb11u1',160),(260948,'kernel','4.19.304-1',158),(260949,'systemd','247.3-7+deb11u5',160),(260950,'kernel','5.10.205-2',302),(260951,'kernel','5.15.0-92-generic',214),(260952,'rabbitmq-server','3.13.1-1',358),(260953,'kernel','4.19.304-1',166),(260954,'kernel','4.15.0-213-generic',240),(260955,'kernel','4.19.194-3',159),(260956,'kernel','5.4.0-170-generic',242),(260957,'kernel','5.10.205-2',160),(260958,'sudo','1.9.5p2-3+deb11u1',327),(260959,'sudo','1.9.13p3-1+deb12u1',358),(260960,'systemd','247.3-7+deb11u5',327),(260961,'systemd','252.26-1~deb12u2',358),(260962,'kernel','5.10.205-2',327),(260963,'kernel','Debian',358),(260964,'apt','1.0.9.8.6',39),(260965,'apt','1.2.35',78),(260966,'apt','1.6.17',76),(260967,'apt','2.0.10',80),(260968,'apt','2.0.10',55),(260969,'apt','2.4.12',54),(260970,'apt','2.2.4',273),(260971,'apt','2.4.12',53),(260972,'apt','2.2.4',35),(260973,'apt','1.0.9.8.4',33),(260974,'apt','1.0.9.8.6',69),(260975,'apt','1.2.35',66),(260976,'apt','1.2.35',67),(260977,'apt','1.6.17',70),(260978,'apt','1.6.17',71),(260979,'apt','2.0.10',73),(260980,'apt','2.0.10',74),(260981,'apt','2.0.10',75),(260982,'apt','1.0.9.8.6',40),(260983,'apt','1.2.35',59),(260984,'apt','1.2.35',60),(260985,'apt','2.0.10',64),(260986,'apt','2.0.10',65),(260987,'apt','2.0.10',316),(260988,'apt','2.0.10',363),(260989,'apt','2.2.4',38),(260990,'apt','2.2.4',34),(260991,'apt','2.2.4',77),(260992,'apt','2.2.4',79),(260993,'apt','2.4.12',43),(260994,'apt','2.4.12',44),(260995,'apt','2.4.12',45),(260996,'apt','2.4.12',46),(260997,'apt','2.4.12',47),(260998,'apt','2.4.12',48),(260999,'apt','2.2.4',36),(261000,'apt','2.6.1',398),(261001,'apt','2.2.4',37),(261002,'apt','2.4.12',297),(261003,'apt','2.4.12',298),(261004,'apt','2.6.1',333),(261005,'apt','2.6.1',334),(261006,'apt','2.6.1',386),(261007,'apt','1.8.2.3',383),(261008,'apt','1.8.2.3',384),(261009,'apt','2.6.1',387),(261010,'apt','2.6.1',388),(261011,'apt','2.0.10',81),(261012,'apt','2.0.10',82),(261013,'apt','2.0.10',83),(261014,'apt','2.4.12',56),(261015,'apt','2.4.12',49),(261016,'apt','2.4.12',57),(261017,'apt','2.4.12',58),(261018,'apt','2.2.4',295),(261019,'apt','2.2.4',296),(261020,'apt','1.6.17',50),(261021,'apt','1.6.17',51),(261022,'apt','1.8.2.3',31),(261023,'apt','1.8.2.3',32),(261024,'apt','1.6.17',41),(261025,'apt','1.6.17',42),(261026,'apt','1.8.2.3',23),(261027,'apt','1.8.2.3',262),(261028,'apt','1.8.2.3',20),(261029,'apt','1.8.2.3',21),(261030,'apt','2.6.1',368),(261031,'apt','2.6.1',369),(261032,'apt','2.2.4',308),(261033,'apt','2.2.4',307),(261034,'apt','2.2.4',309),(261035,'apt','2.6.1',352),(261036,'apt','2.6.1',353),(261037,'apt','2.6.1',354),(261038,'apt','2.6.1',370),(261039,'apt','2.6.1',371),(261040,'apt','2.6.1',376),(261041,'apt','2.6.1',377),(261042,'apt','2.6.1',389),(261043,'apt','2.6.1',390),(261044,'apt','2.6.1',400),(261045,'apache2','2.4.10-10+deb8u16',69),(261046,'apache2','2.4.18-2ubuntu3.17',66),(261047,'apache2','2.4.18-2ubuntu3.17',67),(261048,'apache2','2.4.29-1ubuntu4.27',70),(261049,'apache2','2.4.29-1ubuntu4.27',71),(261050,'apache2','2.4.41-4ubuntu3.19',73),(261051,'apache2','2.4.41-4ubuntu3.19',74),(261052,'apache2','2.4.41-4ubuntu3.19',75),(261053,'apache2','2.4.10-10+deb8u16',40),(261054,'apache2','2.4.18-2ubuntu3.17',59),(261055,'apache2','2.4.18-2ubuntu3.17',60),(261056,'apache2','2.4.41-4ubuntu3.19',64),(261057,'apache2','2.4.41-4ubuntu3.19',65),(261058,'apache2','2.4.41-4ubuntu3.19',316),(261059,'apache2','2.4.41-4ubuntu3.19',363),(261060,'apache2','2.4.59-1~deb11u1',34),(261061,'bash','4.3-11+deb8u2',39),(261062,'bash','4.3-14ubuntu1.4',78),(261063,'bash','4.4.18-2ubuntu1.3',76),(261064,'bash','5.0-6ubuntu1.2',80),(261065,'bash','5.0-6ubuntu1.2',55),(261066,'bash','5.1-6ubuntu1.1',54),(261067,'bash','5.1-2+deb11u1',273),(261068,'bash','5.1-6ubuntu1.1',53),(261069,'bash','4.3-11+deb8u1',33),(261070,'bash','5.1-2+deb11u1',35),(261071,'bash','4.3-11+deb8u2',69),(261072,'bash','4.3-14ubuntu1.4',66),(261073,'bash','4.3-14ubuntu1.4',67),(261074,'bash','4.4.18-2ubuntu1.3',70),(261075,'bash','4.4.18-2ubuntu1.3',71),(261076,'bash','5.0-6ubuntu1.2',73),(261077,'bash','5.0-6ubuntu1.2',74),(261078,'bash','5.0-6ubuntu1.2',75),(261079,'bash','4.3-11+deb8u2',40),(261080,'bash','4.3-14ubuntu1.4',59),(261081,'bash','4.3-14ubuntu1.4',60),(261082,'bash','5.0-6ubuntu1.2',64),(261083,'bash','5.0-6ubuntu1.2',65),(261084,'bash','5.0-6ubuntu1.2',316),(261085,'bash','5.0-6ubuntu1.2',363),(261086,'bash','5.1-2+deb11u1',34),(261087,'bash','5.1-2+deb11u1',38),(261088,'bash','5.1-2+deb11u1',77),(261089,'bash','5.1-2+deb11u1',79),(261090,'bash','5.1-6ubuntu1.1',43),(261091,'bash','5.1-6ubuntu1.1',44),(261092,'bash','5.1-6ubuntu1.1',45),(261093,'bash','5.1-6ubuntu1.1',46),(261094,'bash','5.1-6ubuntu1.1',47),(261095,'bash','5.1-6ubuntu1.1',48),(261096,'bash','5.1-2+deb11u1',36),(261097,'bash','5.2.15-2+b7',398),(261098,'bash','5.1-2+deb11u1',37),(261099,'bash','5.1-6ubuntu1.1',297),(261100,'bash','5.1-6ubuntu1.1',298),(261101,'bash','5.2.15-2+b7',333),(261102,'bash','5.2.15-2+b7',386),(261103,'bash','5.2.15-2+b7',334),(261104,'bash','5.0-4',383),(261105,'bash','5.0-4',384),(261106,'bash','5.2.15-2+b7',387),(261107,'bash','5.2.15-2+b7',388),(261108,'bash','5.0-6ubuntu1.2',81),(261109,'bash','5.0-6ubuntu1.2',82),(261110,'bash','5.0-6ubuntu1.2',83),(261111,'bash','5.1-6ubuntu1.1',56),(261112,'bash','5.1-6ubuntu1.1',49),(261113,'bash','5.1-6ubuntu1.1',57),(261114,'bash','5.1-6ubuntu1.1',58),(261115,'bash','5.1-2+deb11u1',295),(261116,'bash','5.1-2+deb11u1',296),(261117,'bash','4.4.18-2ubuntu1.3',50),(261118,'bash','4.4.18-2ubuntu1.3',51),(261119,'bash','5.0-4',31),(261120,'bash','5.0-4',32),(261121,'bash','4.4.18-2ubuntu1.3',41),(261122,'bash','4.4.18-2ubuntu1.3',42),(261123,'bash','5.0-4',23),(261124,'bash','5.0-4',262),(261125,'bash','5.0-4',20),(261126,'bash','5.0-4',21),(261127,'bash','5.2.15-2+b7',368),(261128,'bash','5.2.15-2+b7',369),(261129,'bash','5.1-2+deb11u1',307),(261130,'bash','5.1-2+deb11u1',308),(261131,'bash','5.1-2+deb11u1',309),(261132,'check-mk-agent','2.2.0p2-1',39),(261133,'check-mk-agent','2.2.0p2-1',78),(261134,'check-mk-agent','2.3.0p3-1',76),(261135,'check-mk-agent','2.3.0p3-1',80),(261136,'check-mk-agent','2.3.0p3-1',55),(261137,'check-mk-agent','2.3.0p3-1',54),(261138,'check-mk-agent','2.2.0p2-1',53),(261139,'check-mk-agent','2.3.0p3-1',273),(261140,'check-mk-agent','2.3.0p3-1',35),(261141,'check-mk-agent','2.2.0p2-1',33),(261142,'check-mk-agent','2.2.0p2-1',69),(261143,'check-mk-agent','2.2.0p2-1',66),(261144,'check-mk-agent','2.2.0p2-1',67),(261145,'check-mk-agent','2.3.0p3-1',70),(261146,'check-mk-agent','2.3.0p3-1',71),(261147,'check-mk-agent','2.3.0p3-1',73),(261148,'check-mk-agent','2.3.0p3-1',74),(261149,'check-mk-agent','2.3.0p3-1',75),(261150,'check-mk-agent','2.2.0p2-1',40),(261151,'check-mk-agent','2.2.0p2-1',59),(261152,'check-mk-agent','2.2.0p2-1',60),(261153,'check-mk-agent','2.3.0p3-1',64),(261154,'check-mk-agent','2.3.0p3-1',65),(261155,'check-mk-agent','2.3.0p3-1',316),(261156,'check-mk-agent','2.3.0p3-1',363),(261157,'check-mk-agent','2.3.0p3-1',38),(261158,'check-mk-agent','2.3.0p3-1',34),(261159,'check-mk-agent','2.3.0p3-1',77),(261160,'check-mk-agent','2.3.0p3-1',79),(261161,'check-mk-agent','2.3.0p3-1',43),(261162,'check-mk-agent','2.3.0p3-1',44),(261163,'check-mk-agent','2.3.0p3-1',45),(261164,'check-mk-agent','2.3.0p3-1',46),(261165,'check-mk-agent','2.3.0p3-1',47),(261166,'check-mk-agent','2.3.0p3-1',48),(261167,'check-mk-agent','2.3.0p3-1',36),(261168,'check-mk-agent','2.3.0p3-1',398),(261169,'check-mk-agent','2.3.0p3-1',37),(261170,'check-mk-agent','2.3.0p3-1',297),(261171,'check-mk-agent','2.3.0p3-1',298),(261172,'check-mk-agent','2.3.0p3-1',333),(261173,'check-mk-agent','2.3.0p3-1',334),(261174,'check-mk-agent','2.3.0p3-1',386),(261175,'check-mk-agent','2.3.0p3-1',383),(261176,'check-mk-agent','2.3.0p3-1',384),(261177,'check-mk-agent','2.3.0p3-1',387),(261178,'check-mk-agent','2.3.0p3-1',388),(261179,'check-mk-agent','2.3.0p3-1',81),(261180,'check-mk-agent','2.3.0p3-1',82),(261181,'check-mk-agent','2.3.0p3-1',83),(261182,'check-mk-agent','2.3.0p3-1',56),(261183,'check-mk-agent','2.3.0p3-1',49),(261184,'check-mk-agent','2.3.0p3-1',57),(261185,'check-mk-agent','2.3.0p3-1',58),(261186,'check-mk-agent','2.3.0p3-1',295),(261187,'check-mk-agent','2.3.0p3-1',296),(261188,'check-mk-agent','2.3.0p3-1',50),(261189,'check-mk-agent','2.3.0p3-1',51),(261190,'check-mk-agent','2.3.0p3-1',31),(261191,'check-mk-agent','2.3.0p3-1',32),(261192,'check-mk-agent','2.3.0p3-1',41),(261193,'check-mk-agent','2.3.0p3-1',42),(261194,'check-mk-agent','2.3.0p3-1',23),(261195,'check-mk-agent','2.3.0p3-1',262),(261196,'check-mk-agent','2.3.0p3-1',20),(261197,'check-mk-agent','2.3.0p3-1',21),(261198,'check-mk-agent','2.3.0p3-1',368),(261199,'check-mk-agent','2.3.0p3-1',369),(261200,'check-mk-agent','2.3.0p3-1',307),(261201,'check-mk-agent','2.3.0p3-1',308),(261202,'check-mk-agent','2.3.0p3-1',309),(261203,'bash','5.2.15-2+b7',352),(261204,'bash','5.2.15-2+b7',354),(261205,'bash','5.2.15-2+b7',353),(261206,'bash','5.2.15-2+b7',370),(261207,'bash','5.2.15-2+b7',371),(261208,'bash','5.2.15-2+b7',376),(261209,'bash','5.2.15-2+b7',377),(261210,'bash','5.2.15-2+b7',389),(261211,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',43),(261212,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',44),(261213,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',45),(261214,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',46),(261215,'docker-ce','5:20.10.18~3-0~ubuntu-jammy',47),(261216,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',48),(261217,'bash','5.2.15-2+b7',390),(261218,'check-mk-agent','2.3.0p3-1',352),(261219,'check-mk-agent','2.3.0p3-1',354),(261220,'check-mk-agent','2.3.0p3-1',353),(261221,'check-mk-agent','2.3.0p3-1',370),(261222,'bash','5.2.15-2+b7',400),(261223,'elasticsearch','6.8.23',81),(261224,'elasticsearch','6.8.23',82),(261225,'elasticsearch','6.8.23',83),(261226,'check-mk-agent','2.3.0p3-1',371),(261227,'check-mk-agent','2.3.0p3-1',376),(261228,'check-mk-agent','2.3.0p3-1',377),(261229,'check-mk-agent','2.3.0-1',389),(261230,'libc-bin','2.19-18+deb8u10',39),(261231,'libc-bin','2.23-0ubuntu11.3',78),(261232,'libc-bin','2.27-3ubuntu1.6',76),(261233,'libc-bin','2.31-0ubuntu9.16',80),(261234,'libc-bin','2.31-0ubuntu9.16',55),(261235,'libc-bin','2.35-0ubuntu3.8',54),(261236,'libc-bin','2.35-0ubuntu3.8',53),(261237,'libc-bin','2.31-13+deb11u10',273),(261238,'libc-bin','2.31-13+deb11u10',35),(261239,'libc-bin','2.19-18+deb8u10',33),(261240,'libc-bin','2.19-18+deb8u10',69),(261241,'libc-bin','2.23-0ubuntu11.3',66),(261242,'libc-bin','2.23-0ubuntu11.3',67),(261243,'libc-bin','2.27-3ubuntu1.6',70),(261244,'libc-bin','2.27-3ubuntu1.6',71),(261245,'libc-bin','2.31-0ubuntu9.16',73),(261246,'libc-bin','2.31-0ubuntu9.16',74),(261247,'libc-bin','2.31-0ubuntu9.16',75),(261248,'libc-bin','2.19-18+deb8u10',40),(261249,'libc-bin','2.23-0ubuntu11.3',59),(261250,'libc-bin','2.23-0ubuntu11.3',60),(261251,'libc-bin','2.31-0ubuntu9.16',64),(261252,'libc-bin','2.31-0ubuntu9.16',65),(261253,'libc-bin','2.31-0ubuntu9.16',316),(261254,'libc-bin','2.31-0ubuntu9.16',363),(261255,'libc-bin','2.31-13+deb11u10',38),(261256,'libc-bin','2.31-13+deb11u10',34),(261257,'libc-bin','2.31-13+deb11u10',77),(261258,'libc-bin','2.31-13+deb11u10',79),(261259,'libc-bin','2.35-0ubuntu3.8',43),(261260,'libc-bin','2.35-0ubuntu3.8',44),(261261,'libc-bin','2.35-0ubuntu3.8',45),(261262,'libc-bin','2.35-0ubuntu3.8',46),(261263,'libc-bin','2.35-0ubuntu3.8',47),(261264,'libc-bin','2.35-0ubuntu3.8',48),(261265,'libc-bin','2.31-13+deb11u10',36),(261266,'libc-bin','2.31-13+deb11u10',37),(261267,'libc-bin','2.36-9+deb12u7',398),(261268,'libc-bin','2.35-0ubuntu3.8',297),(261269,'libc-bin','2.35-0ubuntu3.8',298),(261270,'libc-bin','2.36-9+deb12u7',333),(261271,'libc-bin','2.36-9+deb12u7',334),(261272,'libc-bin','2.36-9+deb12u7',386),(261273,'libc-bin','2.28-10+deb10u4',383),(261274,'libc-bin','2.28-10+deb10u4',384),(261275,'libc-bin','2.36-9+deb12u7',387),(261276,'libc-bin','2.36-9+deb12u7',388),(261277,'libc-bin','2.31-0ubuntu9.16',81),(261278,'libc-bin','2.31-0ubuntu9.16',82),(261279,'libc-bin','2.31-0ubuntu9.16',83),(261280,'libc-bin','2.35-0ubuntu3.8',56),(261281,'libc-bin','2.35-0ubuntu3.8',49),(261282,'libc-bin','2.35-0ubuntu3.8',57),(261283,'libc-bin','2.35-0ubuntu3.8',58),(261284,'libc-bin','2.31-13+deb11u10',295),(261285,'libc-bin','2.31-13+deb11u10',296),(261286,'libc-bin','2.27-3ubuntu1.6',50),(261287,'libc-bin','2.27-3ubuntu1.6',51),(261288,'libc-bin','2.28-10+deb10u4',31),(261289,'libc-bin','2.28-10+deb10u4',32),(261290,'libc-bin','2.27-3ubuntu1.6',41),(261291,'libc-bin','2.28-10+deb10u4',23),(261292,'libc-bin','2.27-3ubuntu1.6',42),(261293,'libc-bin','2.28-10+deb10u4',262),(261294,'libc-bin','2.28-10+deb10u4',20),(261295,'libc-bin','2.28-10+deb10u4',21),(261296,'libc-bin','2.36-9+deb12u7',368),(261297,'libc-bin','2.36-9+deb12u7',369),(261298,'libc-bin','2.31-13+deb11u10',307),(261299,'libc-bin','2.31-13+deb11u10',308),(261300,'check-mk-agent','2.3.0-1',390),(261301,'check-mk-agent','2.3.0p3-1',400),(261302,'make','4.0-8.1',39),(261303,'make','4.1-6',78),(261304,'make','4.1-9.1ubuntu1',76),(261305,'make','4.2.1-1.2',55),(261306,'make','4.2.1-1.2',80),(261307,'make','4.3-4.1build1',54),(261308,'make','4.3-4.1build1',53),(261309,'make','4.3-4.1',273),(261310,'make','4.3-4.1',35),(261311,'make','4.0-8.1',33),(261312,'make','4.0-8.1',69),(261313,'make','4.1-6',66),(261314,'make','4.1-6',67),(261315,'make','4.1-9.1ubuntu1',70),(261316,'make','4.1-9.1ubuntu1',71),(261317,'make','4.2.1-1.2',73),(261318,'make','4.2.1-1.2',74),(261319,'make','4.2.1-1.2',75),(261320,'make','4.0-8.1',40),(261321,'make','4.1-6',59),(261322,'make','4.1-6',60),(261323,'make','4.2.1-1.2',64),(261324,'make','4.2.1-1.2',65),(261325,'make','4.2.1-1.2',316),(261326,'make','4.2.1-1.2',363),(261327,'make','4.3-4.1',38),(261328,'make','4.3-4.1',34),(261329,'make','4.3-4.1',77),(261330,'make','4.3-4.1build1',43),(261331,'make','4.3-4.1',79),(261332,'make','4.3-4.1build1',44),(261333,'make','4.3-4.1build1',45),(261334,'make','4.3-4.1build1',46),(261335,'make','4.3-4.1build1',47),(261336,'make','4.3-4.1build1',48),(261337,'make','4.3-4.1',36),(261338,'make','4.3-4.1',398),(261339,'make','4.3-4.1',37),(261340,'make','4.3-4.1build1',297),(261341,'make','4.3-4.1build1',298),(261342,'make','4.3-4.1',333),(261343,'make','4.3-4.1',334),(261344,'make','4.3-4.1',386),(261345,'make','4.2.1-1.2',383),(261346,'make','4.2.1-1.2',384),(261347,'make','4.3-4.1',387),(261348,'make','4.3-4.1',388),(261349,'make','4.2.1-1.2',81),(261350,'make','4.2.1-1.2',83),(261351,'make','4.2.1-1.2',82),(261352,'make','4.3-4.1build1',56),(261353,'make','4.3-4.1build1',49),(261354,'make','4.3-4.1build1',57),(261355,'make','4.3-4.1build1',58),(261356,'make','4.3-4.1',296),(261357,'make','4.3-4.1',295),(261358,'make','4.1-9.1ubuntu1',50),(261359,'make','4.1-9.1ubuntu1',51),(261360,'make','4.2.1-1.2',31),(261361,'make','4.2.1-1.2',32),(261362,'make','4.1-9.1ubuntu1',41),(261363,'make','4.1-9.1ubuntu1',42),(261364,'make','4.2.1-1.2',23),(261365,'make','4.2.1-1.2',262),(261366,'make','4.2.1-1.2',20),(261367,'make','4.2.1-1.2',21),(261368,'make','4.3-4.1',368),(261369,'make','4.3-4.1',369),(261370,'make','4.3-4.1',307),(261371,'make','4.3-4.1',308),(261372,'libc-bin','2.31-13+deb11u10',309),(261373,'elasticsearch','8.14.1',370),(261374,'elasticsearch','8.14.1',376),(261375,'make','4.3-4.1',309),(261376,'libc-bin','2.36-9+deb12u7',352),(261377,'mongodb-org','7.0.12',307),(261378,'mongodb-org','7.0.12',308),(261379,'libc-bin','2.36-9+deb12u7',354),(261380,'libc-bin','2.36-9+deb12u7',353),(261381,'libc-bin','2.36-9+deb12u7',370),(261382,'libc-bin','2.36-9+deb12u7',371),(261383,'libc-bin','2.36-9+deb12u7',376),(261384,'mysql-server','8.0.33-1debian10',38),(261385,'mysql-server','8.0.37-1debian12',398),(261386,'mysql-server','5.7.42-1debian10',383),(261387,'mysql-server','5.7.42-1debian10',384),(261388,'mysql-server','8.0.36-1debian12',387),(261389,'mysql-server','8.0.36-1debian12',388),(261390,'mysql-server','5.7.42-1debian10',23),(261391,'mysql-server','5.7.42-1debian10',262),(261392,'mysql-server','5.7.42-1debian10',21),(261393,'mysql-server','5.7.42-1debian10',20),(261394,'mysql-server','8.0.35-1debian12',368),(261395,'mysql-server','8.0.35-1debian12',369),(261396,'make','4.3-4.1',352),(261397,'make','4.3-4.1',354),(261398,'libc-bin','2.36-9+deb12u7',377),(261399,'libc-bin','2.36-9+deb12u7',389),(261400,'make','4.3-4.1',353),(261401,'nginx','1.18.0-6.1+deb11u3',77),(261402,'nginx','1.18.0-6.1+deb11u3',79),(261403,'mongodb-org','7.0.12',309),(261404,'make','4.3-4.1',370),(261405,'make','4.3-4.1',371),(261406,'make','4.3-4.1',376),(261407,'make','4.3-4.1',377),(261408,'openssl','1.0.1t-1+deb8u12',39),(261409,'openssl','1.0.2g-1ubuntu4.20',78),(261410,'openssl','1.1.1-1ubuntu2.1~18.04.23',76),(261411,'openssl','1.1.1f-1ubuntu2.22',80),(261412,'openssl','1.1.1f-1ubuntu2.22',55),(261413,'openssl','3.0.2-0ubuntu1.16',54),(261414,'openssl','3.0.2-0ubuntu1.16',53),(261415,'openssl','1.1.1w-0+deb11u1',273),(261416,'openssl','1.1.1w-0+deb11u1',35),(261417,'openssl','1.0.1t-1+deb8u8',33),(261418,'openssl','1.0.1t-1+deb8u12',69),(261419,'openssl','1.0.2g-1ubuntu4.20',66),(261420,'openssl','1.0.2g-1ubuntu4.20',67),(261421,'openssl','1.1.1-1ubuntu2.1~18.04.23',70),(261422,'openssl','1.1.1-1ubuntu2.1~18.04.23',71),(261423,'openssl','1.1.1f-1ubuntu2.22',73),(261424,'openssl','1.1.1f-1ubuntu2.22',74),(261425,'openssl','1.1.1f-1ubuntu2.22',75),(261426,'openssl','1.0.1t-1+deb8u12',40),(261427,'openssl','1.0.2g-1ubuntu4.20',59),(261428,'openssl','1.0.2g-1ubuntu4.20',60),(261429,'openssl','1.1.1f-1ubuntu2.22',64),(261430,'openssl','1.1.1f-1ubuntu2.22',65),(261431,'openssl','1.1.1f-1ubuntu2.22',316),(261432,'openssl','1.1.1f-1ubuntu2.22',363),(261433,'openssl','1.1.1w-0+deb11u1',38),(261434,'openssl','1.1.1w-0+deb11u1',34),(261435,'openssl','1.1.1w-0+deb11u1',77),(261436,'openssl','1.1.1w-0+deb11u1',79),(261437,'openssl','3.0.2-0ubuntu1.16',43),(261438,'openssl','3.0.2-0ubuntu1.16',44),(261439,'openssl','3.0.2-0ubuntu1.16',45),(261440,'openssl','3.0.2-0ubuntu1.16',46),(261441,'openssl','3.0.2-0ubuntu1.16',47),(261442,'openssl','3.0.2-0ubuntu1.16',48),(261443,'openssl','1.1.1w-0+deb11u1',36),(261444,'openssl','3.0.13-1~deb12u1',398),(261445,'openssl','1.1.1w-0+deb11u1',37),(261446,'openssl','3.0.2-0ubuntu1.16',297),(261447,'openssl','3.0.2-0ubuntu1.16',298),(261448,'openssl','3.0.13-1~deb12u1',333),(261449,'openssl','3.0.13-1~deb12u1',334),(261450,'openssl','3.0.13-1~deb12u1',386),(261451,'openssl','1.1.1n-0+deb10u6',383),(261452,'openssl','1.1.1n-0+deb10u6',384),(261453,'openssl','3.0.13-1~deb12u1',387),(261454,'openssl','3.0.13-1~deb12u1',388),(261455,'openssl','1.1.1f-1ubuntu2.22',81),(261456,'openssl','1.1.1f-1ubuntu2.22',82),(261457,'openssl','1.1.1f-1ubuntu2.22',83),(261458,'openssl','3.0.2-0ubuntu1.16',56),(261459,'openssl','3.0.2-0ubuntu1.16',49),(261460,'openssl','3.0.2-0ubuntu1.16',57),(261461,'openssl','3.0.2-0ubuntu1.16',58),(261462,'openssl','1.1.1w-0+deb11u1',295),(261463,'openssl','1.1.1w-0+deb11u1',296),(261464,'openssl','1.1.1-1ubuntu2.1~18.04.23',50),(261465,'openssl','1.1.1-1ubuntu2.1~18.04.23',51),(261466,'openssl','1.1.1n-0+deb10u6',31),(261467,'openssl','1.1.1n-0+deb10u6',32),(261468,'openssl','1.1.1-1ubuntu2.1~18.04.23',41),(261469,'openssl','1.1.1-1ubuntu2.1~18.04.23',42),(261470,'openssl','1.1.1n-0+deb10u6',23),(261471,'openssl','1.1.1n-0+deb10u6',262),(261472,'openssl','1.1.1n-0+deb10u6',20),(261473,'openssl','1.1.1n-0+deb10u6',21),(261474,'openssl','3.0.13-1~deb12u1',368),(261475,'openssl','3.0.13-1~deb12u1',369),(261476,'openssl','1.1.1w-0+deb11u1',307),(261477,'openssl','1.1.1w-0+deb11u1',308),(261478,'make','4.3-4.1',389),(261479,'libc-bin','2.36-9+deb12u7',390),(261480,'libc-bin','2.36-9+deb12u7',400),(261481,'openssh-server','1:6.7p1-5+deb8u8',39),(261482,'openssh-server','1:7.2p2-4ubuntu2.10',78),(261483,'openssh-server','1:7.6p1-4ubuntu0.7',76),(261484,'openssh-server','1:8.2p1-4ubuntu0.11',80),(261485,'openssh-server','1:8.2p1-4ubuntu0.11',55),(261486,'openssh-server','1:8.9p1-3ubuntu0.10',54),(261487,'openssh-server','1:8.9p1-3ubuntu0.10',53),(261488,'openssh-server','1:8.4p1-5+deb11u3',273),(261489,'openssh-server','1:8.4p1-5+deb11u3',35),(261490,'openssh-server','1:6.7p1-5+deb8u4',33),(261491,'openssh-server','1:6.7p1-5+deb8u8',69),(261492,'openssh-server','1:7.2p2-4ubuntu2.10',66),(261493,'openssh-server','1:7.6p1-4ubuntu0.7',70),(261494,'openssh-server','1:7.2p2-4ubuntu2.10',67),(261495,'openssh-server','1:7.6p1-4ubuntu0.7',71),(261496,'openssh-server','1:8.2p1-4ubuntu0.11',73),(261497,'openssh-server','1:8.2p1-4ubuntu0.11',74),(261498,'openssh-server','1:8.2p1-4ubuntu0.11',75),(261499,'openssh-server','1:6.7p1-5+deb8u8',40),(261500,'openssh-server','1:7.2p2-4ubuntu2.10',59),(261501,'openssh-server','1:7.2p2-4ubuntu2.10',60),(261502,'openssh-server','1:8.2p1-4ubuntu0.11',64),(261503,'openssh-server','1:8.2p1-4ubuntu0.11',65),(261504,'openssh-server','1:8.2p1-4ubuntu0.11',316),(261505,'openssh-server','1:8.2p1-4ubuntu0.11',363),(261506,'openssh-server','1:8.4p1-5+deb11u3',38),(261507,'openssh-server','1:8.4p1-5+deb11u3',34),(261508,'openssh-server','1:8.4p1-5+deb11u3',77),(261509,'openssh-server','1:8.4p1-5+deb11u3',79),(261510,'openssh-server','1:8.9p1-3ubuntu0.10',43),(261511,'openssh-server','1:8.9p1-3ubuntu0.10',44),(261512,'openssh-server','1:8.9p1-3ubuntu0.10',45),(261513,'openssh-server','1:8.9p1-3ubuntu0.10',46),(261514,'openssh-server','1:8.9p1-3ubuntu0.10',47),(261515,'openssh-server','1:8.9p1-3ubuntu0.10',48),(261516,'openssh-server','1:8.4p1-5+deb11u3',36),(261517,'openssh-server','1:9.2p1-2+deb12u3',398),(261518,'openssh-server','1:8.4p1-5+deb11u3',37),(261519,'openssh-server','1:8.9p1-3ubuntu0.10',297),(261520,'openssh-server','1:8.9p1-3ubuntu0.10',298),(261521,'openssh-server','1:9.2p1-2+deb12u3',333),(261522,'openssh-server','1:9.2p1-2+deb12u3',334),(261523,'openssh-server','1:9.2p1-2+deb12u3',386),(261524,'openssh-server','1:7.9p1-10+deb10u4',383),(261525,'openssh-server','1:7.9p1-10+deb10u4',384),(261526,'openssh-server','1:9.2p1-2+deb12u3',387),(261527,'openssh-server','1:9.2p1-2+deb12u3',388),(261528,'openssh-server','1:8.2p1-4ubuntu0.11',81),(261529,'openssh-server','1:8.2p1-4ubuntu0.11',82),(261530,'openssh-server','1:8.2p1-4ubuntu0.11',83),(261531,'openssh-server','1:8.9p1-3ubuntu0.10',56),(261532,'openssh-server','1:8.9p1-3ubuntu0.10',49),(261533,'openssh-server','1:8.9p1-3ubuntu0.10',57),(261534,'openssh-server','1:8.9p1-3ubuntu0.10',58),(261535,'openssh-server','1:8.4p1-5+deb11u3',295),(261536,'openssh-server','1:8.4p1-5+deb11u3',296),(261537,'openssh-server','1:7.6p1-4ubuntu0.7',50),(261538,'openssh-server','1:7.6p1-4ubuntu0.7',51),(261539,'openssh-server','1:7.9p1-10+deb10u4',31),(261540,'openssh-server','1:7.9p1-10+deb10u4',32),(261541,'openssh-server','1:7.6p1-4ubuntu0.7',41),(261542,'openssh-server','1:7.6p1-4ubuntu0.7',42),(261543,'openssh-server','1:7.9p1-10+deb10u4',23),(261544,'openssh-server','1:7.9p1-10+deb10u4',262),(261545,'openssh-server','1:7.9p1-10+deb10u4',20),(261546,'openssh-server','1:7.9p1-10+deb10u4',21),(261547,'openssh-server','1:9.2p1-2+deb12u3',368),(261548,'openssh-server','1:9.2p1-2+deb12u3',369),(261549,'openssh-server','1:8.4p1-5+deb11u3',307),(261550,'openssh-server','1:8.4p1-5+deb11u3',308),(261551,'php5','5.6.33+dfsg-0+deb8u1',33),(261552,'php5','5.6.40+dfsg-0+deb8u12',69),(261553,'php5','5.6.40+dfsg-0+deb8u12',40),(261554,'make','4.3-4.1',390),(261555,'make','4.3-4.1',400),(261556,'php7.0','7.0.33-0ubuntu0.16.04.16',78),(261557,'php7.0','7.0.33-0ubuntu0.16.04.16',66),(261558,'php7.0','7.0.33-0ubuntu0.16.04.16',67),(261559,'php7.0','7.0.33-0ubuntu0.16.04.16',59),(261560,'php7.0','7.0.33-0ubuntu0.16.04.16',60),(261561,'openssl','1.1.1w-0+deb11u1',309),(261562,'php7.2','7.2.24-0ubuntu0.18.04.17',76),(261563,'php7.2','7.2.24-0ubuntu0.18.04.17',70),(261564,'php7.2','7.2.24-0ubuntu0.18.04.17',71),(261565,'openssh-server','1:8.4p1-5+deb11u3',309),(261566,'openssl','3.0.13-1~deb12u1',352),(261567,'php7.4','7.4.3-4ubuntu2.23',80),(261568,'php7.4','7.4.3-4ubuntu2.23',73),(261569,'php7.4','7.4.3-4ubuntu2.23',74),(261570,'php7.4','7.4.3-4ubuntu2.23',75),(261571,'php7.4','7.4.3-4ubuntu2.23',64),(261572,'php7.4','7.4.3-4ubuntu2.23',65),(261573,'php7.4','7.4.3-4ubuntu2.23',316),(261574,'php7.4','7.4.3-4ubuntu2.23',363),(261575,'openssl','3.0.13-1~deb12u1',354),(261576,'openssh-server','1:9.2p1-2+deb12u3',352),(261577,'openssl','3.0.13-1~deb12u1',353),(261578,'openssh-server','1:9.2p1-2+deb12u3',354),(261579,'openssl','3.0.13-1~deb12u1',370),(261580,'openssl','3.0.13-1~deb12u1',376),(261581,'openssl','3.0.13-1~deb12u1',371),(261582,'openssh-server','1:9.2p1-2+deb12u3',353),(261583,'openssl','3.0.13-1~deb12u1',377),(261584,'openssh-server','1:9.2p1-2+deb12u3',370),(261585,'openssh-server','1:9.2p1-2+deb12u3',376),(261586,'openssl','3.0.13-1~deb12u1',389),(261587,'openssh-server','1:9.2p1-2+deb12u3',371),(261588,'postfix','2.11.3-1+deb8u2',39),(261589,'postfix','3.1.0-3ubuntu0.4',78),(261590,'postfix','3.3.0-1ubuntu0.4',76),(261591,'postfix','3.4.13-0ubuntu1.4',80),(261592,'postfix','3.4.13-0ubuntu1.4',55),(261593,'postfix','3.6.4-1ubuntu1.3',54),(261594,'postfix','3.6.4-1ubuntu1.3',53),(261595,'postfix','3.5.25-0+deb11u1',273),(261596,'postfix','3.5.25-0+deb11u1',35),(261597,'postfix','2.11.3-1+deb8u2',33),(261598,'postfix','2.11.3-1+deb8u2',69),(261599,'postfix','3.1.0-3ubuntu0.4',66),(261600,'postfix','3.1.0-3ubuntu0.4',67),(261601,'postfix','3.3.0-1ubuntu0.4',70),(261602,'postfix','3.3.0-1ubuntu0.4',71),(261603,'postfix','3.4.13-0ubuntu1.4',73),(261604,'postfix','3.4.13-0ubuntu1.4',74),(261605,'postfix','3.4.13-0ubuntu1.4',75),(261606,'postfix','2.11.3-1+deb8u2',40),(261607,'postfix','3.1.0-3ubuntu0.4',59),(261608,'postfix','3.1.0-3ubuntu0.4',60),(261609,'postfix','3.4.13-0ubuntu1.4',64),(261610,'postfix','3.4.13-0ubuntu1.4',65),(261611,'postfix','3.4.13-0ubuntu1.4',316),(261612,'postfix','3.4.13-0ubuntu1.4',363),(261613,'postfix','3.5.25-0+deb11u1',38),(261614,'postfix','3.5.25-0+deb11u1',34),(261615,'postfix','3.5.25-0+deb11u1',77),(261616,'postfix','3.5.25-0+deb11u1',79),(261617,'postfix','3.6.4-1ubuntu1.3',43),(261618,'postfix','3.6.4-1ubuntu1.3',44),(261619,'postfix','3.6.4-1ubuntu1.3',45),(261620,'postfix','3.6.4-1ubuntu1.3',46),(261621,'postfix','3.6.4-1ubuntu1.3',47),(261622,'postfix','3.6.4-1ubuntu1.3',48),(261623,'postfix','3.5.25-0+deb11u1',36),(261624,'postfix','3.7.11-0+deb12u1',398),(261625,'postfix','3.5.25-0+deb11u1',37),(261626,'postfix','3.6.4-1ubuntu1.3',297),(261627,'postfix','3.6.4-1ubuntu1.3',298),(261628,'postfix','3.7.11-0+deb12u1',333),(261629,'postfix','3.7.11-0+deb12u1',334),(261630,'postfix','3.7.11-0+deb12u1',386),(261631,'postfix','3.4.23-0+deb10u2',383),(261632,'postfix','3.4.23-0+deb10u2',384),(261633,'postfix','3.7.11-0+deb12u1',387),(261634,'postfix','3.7.11-0+deb12u1',388),(261635,'postfix','3.4.13-0ubuntu1.4',81),(261636,'postfix','3.4.13-0ubuntu1.4',82),(261637,'postfix','3.4.13-0ubuntu1.4',83),(261638,'postfix','3.6.4-1ubuntu1.3',56),(261639,'postfix','3.6.4-1ubuntu1.3',49),(261640,'postfix','3.6.4-1ubuntu1.3',57),(261641,'postfix','3.6.4-1ubuntu1.3',58),(261642,'postfix','3.5.25-0+deb11u1',295),(261643,'postfix','3.5.25-0+deb11u1',296),(261644,'postfix','3.3.0-1ubuntu0.4',50),(261645,'postfix','3.4.23-0+deb10u2',31),(261646,'postfix','3.3.0-1ubuntu0.4',51),(261647,'postfix','3.4.23-0+deb10u2',32),(261648,'postfix','3.3.0-1ubuntu0.4',41),(261649,'postfix','3.3.0-1ubuntu0.4',42),(261650,'postfix','3.4.23-0+deb10u2',23),(261651,'postfix','3.4.23-0+deb10u2',262),(261652,'postfix','3.4.23-0+deb10u2',20),(261653,'postfix','3.4.23-0+deb10u2',21),(261654,'postfix','3.7.11-0+deb12u1',368),(261655,'postfix','3.7.11-0+deb12u1',369),(261656,'postfix','3.5.25-0+deb11u1',307),(261657,'postfix','3.5.25-0+deb11u1',308),(261658,'openssh-server','1:9.2p1-2+deb12u3',377),(261659,'openssh-server','1:9.2p1-2+deb12u3',389),(261660,'proxysql','2.6.3',57),(261661,'proxysql','2.6.3',58),(261662,'proxysql','2.6.3',295),(261663,'proxysql','2.6.3',296),(261664,'openssl','3.0.13-1~deb12u1',390),(261665,'openssl','3.0.13-1~deb12u1',400),(261666,'redis','5:5.0.3-4+deb10u3',31),(261667,'redis','5:5.0.3-4+deb10u3',32),(261668,'redis-server','5:4.0.9-1ubuntu0.1',50),(261669,'redis-server','5:4.0.9-1ubuntu0.1',51),(261670,'redis-server','5:5.0.3-4+deb10u3',31),(261671,'redis-server','5:5.0.3-4+deb10u3',32),(261672,'openssh-server','1:9.2p1-2+deb12u3',390),(261673,'postfix','3.5.25-0+deb11u1',309),(261674,'openssh-server','1:9.2p1-2+deb12u3',400),(261675,'sphinxsearch','2.0.4-1.1',33),(261676,'sphinxsearch','2.2.11-2',41),(261677,'sphinxsearch','2.2.11-2',42),(261678,'sudo','1.8.10p3-1+deb8u7',39),(261679,'sudo','1.8.16-0ubuntu1.10',78),(261680,'sudo','1.8.21p2-3ubuntu1.6',76),(261681,'sudo','1.8.31-1ubuntu1.5',80),(261682,'sudo','1.8.31-1ubuntu1.5',55),(261683,'sudo','1.9.9-1ubuntu2.4',54),(261684,'sudo','1.9.9-1ubuntu2.4',53),(261685,'sudo','1.9.5p2-3+deb11u1',273),(261686,'sudo','1.9.5p2-3+deb11u1',35),(261687,'sudo','1.8.10p3-1+deb8u5',33),(261688,'sudo','1.8.10p3-1+deb8u7',69),(261689,'sudo','1.8.16-0ubuntu1.10',66),(261690,'sudo','1.8.16-0ubuntu1.10',67),(261691,'sudo','1.8.21p2-3ubuntu1.6',70),(261692,'sudo','1.8.21p2-3ubuntu1.6',71),(261693,'sudo','1.8.31-1ubuntu1.5',73),(261694,'sudo','1.8.31-1ubuntu1.5',74),(261695,'sudo','1.8.31-1ubuntu1.5',75),(261696,'sudo','1.8.10p3-1+deb8u7',40),(261697,'sudo','1.8.16-0ubuntu1.10',59),(261698,'sudo','1.8.16-0ubuntu1.10',60),(261699,'sudo','1.8.31-1ubuntu1.5',64),(261700,'sudo','1.8.31-1ubuntu1.5',65),(261701,'sudo','1.8.31-1ubuntu1.5',316),(261702,'sudo','1.8.31-1ubuntu1.5',363),(261703,'sudo','1.9.5p2-3+deb11u1',38),(261704,'sudo','1.9.5p2-3+deb11u1',34),(261705,'sudo','1.9.5p2-3+deb11u1',77),(261706,'sudo','1.9.5p2-3+deb11u1',79),(261707,'sudo','1.9.9-1ubuntu2.4',43),(261708,'sudo','1.9.9-1ubuntu2.4',44),(261709,'sudo','1.9.9-1ubuntu2.4',45),(261710,'sudo','1.9.9-1ubuntu2.4',46),(261711,'sudo','1.9.9-1ubuntu2.4',47),(261712,'sudo','1.9.9-1ubuntu2.4',48),(261713,'sudo','1.9.5p2-3+deb11u1',36),(261714,'sudo','1.9.13p3-1+deb12u1',398),(261715,'sudo','1.9.5p2-3+deb11u1',37),(261716,'sudo','1.9.9-1ubuntu2.4',297),(261717,'sudo','1.9.9-1ubuntu2.4',298),(261718,'sudo','1.9.13p3-1+deb12u1',333),(261719,'sudo','1.9.13p3-1+deb12u1',334),(261720,'sudo','1.9.13p3-1+deb12u1',386),(261721,'sudo','1.8.27-1+deb10u6',383),(261722,'sudo','1.8.27-1+deb10u6',384),(261723,'sudo','1.9.13p3-1+deb12u1',387),(261724,'sudo','1.9.13p3-1+deb12u1',388),(261725,'sudo','1.8.31-1ubuntu1.5',81),(261726,'sudo','1.8.31-1ubuntu1.5',82),(261727,'sudo','1.8.31-1ubuntu1.5',83),(261728,'sudo','1.9.9-1ubuntu2.4',56),(261729,'sudo','1.9.9-1ubuntu2.4',49),(261730,'sudo','1.9.9-1ubuntu2.4',57),(261731,'sudo','1.9.9-1ubuntu2.4',58),(261732,'sudo','1.9.5p2-3+deb11u1',295),(261733,'sudo','1.9.5p2-3+deb11u1',296),(261734,'sudo','1.8.21p2-3ubuntu1.6',50),(261735,'sudo','1.8.21p2-3ubuntu1.6',51),(261736,'sudo','1.8.27-1+deb10u6',31),(261737,'sudo','1.8.27-1+deb10u6',32),(261738,'sudo','1.8.21p2-3ubuntu1.6',41),(261739,'sudo','1.8.21p2-3ubuntu1.6',42),(261740,'sudo','1.8.27-1+deb10u6',23),(261741,'sudo','1.8.27-1+deb10u6',262),(261742,'sudo','1.8.27-1+deb10u6',20),(261743,'sudo','1.8.27-1+deb10u6',21),(261744,'sudo','1.9.13p3-1+deb12u1',368),(261745,'sudo','1.9.13p3-1+deb12u1',369),(261746,'sudo','1.9.5p2-3+deb11u1',307),(261747,'sudo','1.9.5p2-3+deb11u1',308),(261748,'systemd','215-17+deb8u13',39),(261749,'systemd','229-4ubuntu21.31',78),(261750,'systemd','237-3ubuntu10.57',76),(261751,'systemd','245.4-4ubuntu3.23',80),(261752,'systemd','245.4-4ubuntu3.23',55),(261753,'systemd','249.11-0ubuntu3.12',54),(261754,'systemd','249.11-0ubuntu3.12',53),(261755,'systemd','247.3-7+deb11u5',273),(261756,'systemd','247.3-7+deb11u5',35),(261757,'systemd','215-17+deb8u7',33),(261758,'systemd','215-17+deb8u13',69),(261759,'systemd','229-4ubuntu21.31',66),(261760,'systemd','229-4ubuntu21.31',67),(261761,'systemd','237-3ubuntu10.57',70),(261762,'systemd','237-3ubuntu10.57',71),(261763,'systemd','245.4-4ubuntu3.23',73),(261764,'systemd','245.4-4ubuntu3.23',74),(261765,'systemd','245.4-4ubuntu3.23',75),(261766,'systemd','215-17+deb8u13',40),(261767,'systemd','229-4ubuntu21.31',59),(261768,'systemd','229-4ubuntu21.31',60),(261769,'systemd','245.4-4ubuntu3.23',64),(261770,'systemd','245.4-4ubuntu3.23',65),(261771,'systemd','245.4-4ubuntu3.23',316),(261772,'systemd','245.4-4ubuntu3.23',363),(261773,'systemd','247.3-7+deb11u5',38),(261774,'systemd','247.3-7+deb11u5',34),(261775,'systemd','247.3-7+deb11u5',77),(261776,'systemd','247.3-7+deb11u5',79),(261777,'systemd','249.11-0ubuntu3.12',43),(261778,'systemd','249.11-0ubuntu3.12',44),(261779,'systemd','249.11-0ubuntu3.12',45),(261780,'systemd','249.11-0ubuntu3.12',46),(261781,'systemd','249.11-0ubuntu3.12',47),(261782,'systemd','249.11-0ubuntu3.12',48),(261783,'systemd','247.3-7+deb11u5',36),(261784,'systemd','252.26-1~deb12u2',398),(261785,'systemd','247.3-7+deb11u5',37),(261786,'systemd','249.11-0ubuntu3.12',297),(261787,'systemd','249.11-0ubuntu3.12',298),(261788,'systemd','252.26-1~deb12u2',333),(261789,'systemd','252.26-1~deb12u2',334),(261790,'systemd','252.26-1~deb12u2',386),(261791,'systemd','241-7~deb10u10',383),(261792,'systemd','241-7~deb10u10',384),(261793,'systemd','252.26-1~deb12u2',387),(261794,'systemd','252.26-1~deb12u2',388),(261795,'systemd','245.4-4ubuntu3.23',81),(261796,'systemd','245.4-4ubuntu3.23',82),(261797,'systemd','245.4-4ubuntu3.23',83),(261798,'systemd','249.11-0ubuntu3.12',56),(261799,'systemd','249.11-0ubuntu3.12',49),(261800,'systemd','249.11-0ubuntu3.12',57),(261801,'systemd','249.11-0ubuntu3.12',58),(261802,'systemd','247.3-7+deb11u5',295),(261803,'systemd','247.3-7+deb11u5',296),(261804,'systemd','237-3ubuntu10.57',50),(261805,'systemd','237-3ubuntu10.57',51),(261806,'systemd','241-7~deb10u10',31),(261807,'systemd','241-7~deb10u10',32),(261808,'systemd','237-3ubuntu10.57',41),(261809,'systemd','237-3ubuntu10.57',42),(261810,'systemd','241-7~deb10u10',23),(261811,'systemd','241-7~deb10u10',262),(261812,'systemd','241-7~deb10u10',20),(261813,'systemd','241-7~deb10u10',21),(261814,'systemd','252.26-1~deb12u2',368),(261815,'systemd','252.26-1~deb12u2',369),(261816,'systemd','247.3-7+deb11u5',307),(261817,'systemd','247.3-7+deb11u5',308),(261818,'unbound','1.17.1-2+deb12u2',333),(261819,'unbound','1.17.1-2+deb12u2',334),(261820,'postfix','3.7.11-0+deb12u1',352),(261821,'postfix','3.7.11-0+deb12u1',354),(261822,'varnish','6.6.1-1ubuntu0.2',297),(261823,'varnish','6.6.1-1ubuntu0.2',298),(261824,'postfix','3.7.11-0+deb12u1',353),(261825,'postfix','3.7.11-0+deb12u1',370),(261826,'postfix','3.7.11-0+deb12u1',371),(261827,'postfix','3.7.11-0+deb12u1',376),(261828,'kernel','3.16.84-1',39),(261829,'kernel','5.10.209-2',273),(261830,'kernel','5.10.216-1',35),(261831,'kernel','3.16.84-1',69),(261832,'kernel','3.16.56-1+deb8u1',33),(261833,'kernel','3.16.84-1',40),(261834,'kernel','5.10.197-1',38),(261835,'kernel','5.10.197-1',34),(261836,'kernel','5.10.209-2',77),(261837,'kernel','5.10.162-1',79),(261838,'kernel','5.10.205-2',36),(261839,'kernel','Debian',398),(261840,'kernel','5.10.162-1',37),(261841,'kernel','Debian',333),(261842,'kernel','Debian',334),(261843,'kernel','Debian',386),(261844,'kernel','4.19.249-2',383),(261845,'kernel','4.19.249-2',384),(261846,'kernel','Debian',387),(261847,'kernel','Debian',388),(261848,'kernel','5.10.120-1',295),(261849,'kernel','5.10.209-2',296),(261850,'kernel','4.19.289-2',31),(261851,'kernel','4.19.304-1',32),(261852,'kernel','4.19.181-1',23),(261853,'kernel','4.19.249-2',262),(261854,'kernel','4.19.208-1',21),(261855,'kernel','4.19.208-1',20),(261856,'kernel','Debian',368),(261857,'kernel','Debian',369),(261858,'kernel','5.10.205-2',307),(261859,'kernel','5.10.179-1',308),(261860,'rabbitmq-server','3.13.3-1',352),(261861,'rabbitmq-server','3.13.3-1',354),(261862,'kernel','4.4.0-210-generic',78),(261863,'kernel','4.15.0-213-generic',76),(261864,'kernel','5.4.0-147-generic',80),(261865,'kernel','5.4.0-147-generic',55),(261866,'kernel','5.15.0-91-generic',54),(261867,'kernel','5.15.0-78-generic',53),(261868,'kernel','4.4.0-210-generic',66),(261869,'kernel','4.4.0-210-generic',67),(261870,'kernel','4.15.0-213-generic',70),(261871,'kernel','4.15.0-213-generic',71),(261872,'kernel','5.4.0-163-generic',73),(261873,'kernel','5.4.0-163-generic',74),(261874,'kernel','5.4.0-169-generic',75),(261875,'kernel','4.4.0-210-generic',59),(261876,'kernel','4.4.0-210-generic',60),(261877,'kernel','5.4.0-163-generic',64),(261878,'kernel','5.4.0-171-generic',65),(261879,'kernel','5.4.0-171-generic',316),(261880,'kernel','5.4.0-167-generic',363),(261881,'kernel','5.15.0-94-generic',43),(261882,'kernel','5.15.0-91-generic',44),(261883,'kernel','5.15.0-78-generic',45),(261884,'kernel','5.15.0-78-generic',46),(261885,'kernel','5.15.0-69-generic',47),(261886,'kernel','5.15.0-72-generic',48),(261887,'kernel','5.15.0-71-generic',297),(261888,'kernel','5.15.0-71-generic',298),(261889,'kernel','5.4.0-148-generic',81),(261890,'kernel','5.4.0-147-generic',82),(261891,'kernel','5.4.0-147-generic',83),(261892,'kernel','5.15.0-82-generic',56),(261893,'kernel','5.15.0-70-generic',49),(261894,'kernel','5.15.0-72-generic',57),(261895,'kernel','5.15.0-70-generic',58),(261896,'kernel','4.15.0-213-generic',51),(261897,'kernel','4.15.0-209-generic',50),(261898,'kernel','4.15.0-213-generic',42),(261899,'kernel','4.15.0-213-generic',41),(261900,'postfix','3.7.11-0+deb12u1',377),(261901,'postfix','3.7.11-0+deb12u1',389),(261902,'sudo','1.9.5p2-3+deb11u1',309),(261903,'rabbitmq-server','3.13.3-1',353),(261904,'postgresql','16+257.pgdg120+1',389),(261905,'systemd','247.3-7+deb11u5',309),(261906,'sudo','1.9.13p3-1+deb12u1',352),(261907,'sudo','1.9.13p3-1+deb12u1',354),(261908,'systemd','252.26-1~deb12u2',352),(261909,'systemd','252.26-1~deb12u2',354),(261910,'sudo','1.9.13p3-1+deb12u1',353),(261911,'kernel','5.10.179-1',309),(261912,'sudo','1.9.13p3-1+deb12u1',370),(261913,'sudo','1.9.13p3-1+deb12u1',371),(261914,'sudo','1.9.13p3-1+deb12u1',376),(261915,'postfix','3.7.11-0+deb12u1',390),(261916,'systemd','252.26-1~deb12u2',353),(261917,'postfix','3.7.11-0+deb12u1',400),(261918,'systemd','252.26-1~deb12u2',370),(261919,'systemd','252.26-1~deb12u2',371),(261920,'systemd','252.26-1~deb12u2',376),(261921,'postgresql','16+259.pgdg120+1',390),(261922,'kernel','Debian',352),(261923,'kernel','Debian',354),(261924,'sudo','1.9.13p3-1+deb12u1',377),(261925,'sudo','1.9.13p3-1+deb12u1',389),(261926,'kernel','Debian',353),(261927,'systemd','252.26-1~deb12u2',377),(261928,'systemd','252.26-1~deb12u2',389),(261929,'kernel','Debian',370),(261930,'kernel','Debian',371),(261931,'kernel','Debian',376),(261932,'sudo','1.9.13p3-1+deb12u1',400),(261933,'sudo','1.9.13p3-1+deb12u1',390),(261934,'systemd','252.26-1~deb12u2',400),(261935,'kernel','Debian',377),(261936,'kernel','Debian',389),(261937,'systemd','252.26-1~deb12u2',390),(261938,'kernel','Debian',400),(261939,'kernel','Debian',390),(261940,'apt','1.8.2.3',5),(261941,'apt','1.8.2.3',1),(261942,'apt','2.4.12',8),(261943,'apt','2.4.12',12),(261944,'apt','2.4.12',13),(261945,'apt','2.2.4',15),(261946,'apt','2.4.12',14),(261947,'bash','5.0-4',5),(261948,'apt','2.4.12',355),(261949,'bash','5.0-4',1),(261950,'check-mk-agent','2.3.0p3-1',5),(261951,'apt','2.4.12',269),(261952,'bash','5.1-6ubuntu1.1',8),(261953,'check-mk-agent','2.3.0p3-1',1),(261954,'bash','5.1-6ubuntu1.1',12),(261955,'bash','5.1-6ubuntu1.1',13),(261956,'bash','5.1-6ubuntu1.1',14),(261957,'bash','5.1-2+deb11u1',15),(261958,'check-mk-agent','2.3.0p3-1',8),(261959,'check-mk-agent','2.3.0p3-1',12),(261960,'check-mk-agent','2.3.0p3-1',13),(261961,'bash','5.1-6ubuntu1.1',355),(261962,'check-mk-agent','2.3.0p3-1',14),(261963,'check-mk-agent','2.3.0p3-1',15),(261964,'libc-bin','2.28-10+deb10u4',5),(261965,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',12),(261966,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',13),(261967,'libc-bin','2.28-10+deb10u4',1),(261968,'bash','5.1-6ubuntu1.1',269),(261969,'docker-ce','5:20.10.21~3-0~ubuntu-jammy',14),(261970,'libc-bin','2.35-0ubuntu3.8',8),(261971,'make','4.2.1-1.2',5),(261972,'check-mk-agent','2.3.0p3-1',355),(261973,'make','4.2.1-1.2',1),(261974,'check-mk-agent','2.3.0p3-1',269),(261975,'make','4.3-4.1build1',8),(261976,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',355),(261977,'libc-bin','2.35-0ubuntu3.8',12),(261978,'libc-bin','2.35-0ubuntu3.8',13),(261979,'docker-ce','5:20.10.23~3-0~ubuntu-jammy',269),(261980,'mysql-server','5.7.42-1debian10',5),(261981,'make','4.3-4.1build1',12),(261982,'libc-bin','2.35-0ubuntu3.8',14),(261983,'libc-bin','2.31-13+deb11u10',15),(261984,'mongodb-org','7.0.12',8),(261985,'make','4.3-4.1build1',13),(261986,'mysql-server','5.7.42-1debian10',1),(261987,'openssl','1.1.1n-0+deb10u6',5),(261988,'make','4.3-4.1build1',14),(261989,'libc-bin','2.35-0ubuntu3.8',355),(261990,'make','4.3-4.1',15),(261991,'openssh-server','1:7.9p1-10+deb10u4',5),(261992,'openssl','1.1.1n-0+deb10u6',1),(261993,'libc-bin','2.35-0ubuntu3.8',269),(261994,'make','4.3-4.1build1',355),(261995,'openssl','3.0.2-0ubuntu1.16',8),(261996,'openssh-server','1:7.9p1-10+deb10u4',1),(261997,'make','4.3-4.1build1',269),(261998,'openssh-server','1:8.9p1-3ubuntu0.10',8),(261999,'mysql-server','8.0.37-1debian11',15),(262000,'openssl','3.0.2-0ubuntu1.16',12),(262001,'openssl','3.0.2-0ubuntu1.16',13),(262002,'openssh-server','1:8.9p1-3ubuntu0.10',12),(262003,'openssh-server','1:8.9p1-3ubuntu0.10',13),(262004,'postfix','3.4.23-0+deb10u2',5),(262005,'openssl','3.0.2-0ubuntu1.16',14),(262006,'openssl','1.1.1w-0+deb11u1',15),(262007,'openssh-server','1:8.9p1-3ubuntu0.10',14),(262008,'openssh-server','1:8.4p1-5+deb11u3',15),(262009,'openssl','3.0.2-0ubuntu1.16',355),(262010,'postfix','3.4.23-0+deb10u2',1),(262011,'openssl','3.0.2-0ubuntu1.16',269),(262012,'openssh-server','1:8.9p1-3ubuntu0.10',355),(262013,'postfix','3.6.4-1ubuntu1.3',8),(262014,'openssh-server','1:8.9p1-3ubuntu0.10',269),(262015,'sudo','1.8.27-1+deb10u6',5),(262016,'systemd','241-7~deb10u10',5),(262017,'postfix','3.6.4-1ubuntu1.3',12),(262018,'postfix','3.6.4-1ubuntu1.3',13),(262019,'kernel','4.19.249-2',5),(262020,'sudo','1.8.27-1+deb10u6',1),(262021,'systemd','241-7~deb10u10',1),(262022,'sudo','1.9.9-1ubuntu2.4',8),(262023,'systemd','249.11-0ubuntu3.12',8),(262024,'postfix','3.6.4-1ubuntu1.3',14),(262025,'postfix','3.5.25-0+deb11u1',15),(262026,'kernel','Jul',1),(262027,'postfix','3.6.4-1ubuntu1.3',355),(262028,'postfix','3.6.4-1ubuntu1.3',269),(262029,'sudo','1.9.9-1ubuntu2.4',12),(262030,'systemd','249.11-0ubuntu3.12',12),(262031,'kernel','5.15.0-83-generic',8),(262032,'sudo','1.9.9-1ubuntu2.4',13),(262033,'systemd','249.11-0ubuntu3.12',13),(262034,'sudo','1.9.9-1ubuntu2.4',14),(262035,'sudo','1.9.5p2-3+deb11u1',15),(262036,'kernel','5.15.0-94-generic',12),(262037,'systemd','249.11-0ubuntu3.12',14),(262038,'systemd','247.3-7+deb11u5',15),(262039,'sudo','1.9.9-1ubuntu2.4',355),(262040,'kernel','5.15.0-94-generic',13),(262041,'sudo','1.9.9-1ubuntu2.4',269),(262042,'systemd','249.11-0ubuntu3.12',355),(262043,'systemd','249.11-0ubuntu3.12',269),(262044,'kernel','5.10.197-1',15),(262045,'kernel','5.15.0-94-generic',14),(262046,'kernel','5.15.0-94-generic',355),(262047,'kernel','5.15.0-88-generic',269); /*!40000 ALTER TABLE `dashboard_packagestatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_server` -- DROP TABLE IF EXISTS `dashboard_server`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_server` ( `id` int NOT NULL AUTO_INCREMENT, `hostname` varchar(200) COLLATE utf8mb4_general_ci NOT NULL, `os_id` int DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hostname` (`hostname`), KEY `dashboard_server_os_id_1420b5ff_fk_dashboard_os_id` (`os_id`), CONSTRAINT `dashboard_server_os_id_1420b5ff_fk_dashboard_os_id` FOREIGN KEY (`os_id`) REFERENCES `dashboard_os` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=385 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_server` -- LOCK TABLES `dashboard_server` WRITE; /*!40000 ALTER TABLE `dashboard_server` DISABLE KEYS */; INSERT INTO `dashboard_server` VALUES (1,'vlearning-db001-tst.infolegale.net',8),(2,'app-db001-tst.infolegale.net',8),(3,'consults-db001-tst.infolegale.net',8),(4,'vador-db001-tst.infolegale.net',8),(5,'tlearning-db003-tst.infolegale.net',8),(6,'transdb-db001-tst.infolegale.net',8),(7,'mysql8-db001-tst.infolegale.net',9),(8,'mongo-db001-tst.infolegale.net',28),(9,'orchestrator-mgr001-tst.infolegale.net',28),(10,'redis5-db001-tst.infolegale.net',8),(11,'redis-db001-tst.infolegale.net',26),(12,'docker-hpv001-tst.infolegale.net',28),(13,'docker-hpv002-tst.infolegale.net',28),(14,'docker-hpv003-tst.infolegale.net',28),(15,'rundeck-sch001-tst.infolegale.net',9),(16,'proxysql-db001-tst.infolegale.net',28),(17,'docker-hpv005-tst.infolegale.net',27),(18,'docker-hpv004-tst.infolegale.net',27),(19,'docker-hpv006-tst.infolegale.net',27),(20,'vador-db003-stg.infolegale.net',8),(21,'vador-db004-stg.infolegale.net',8),(22,'transdb-db002-stg.infolegale.net',7),(23,'transdb-db004-stg.infolegale.net',8),(24,'app-db003-stg.infolegale.net',8),(25,'app-db004-stg.infolegale.net',8),(26,'consults-db003-stg.infolegale.net',8),(27,'consults-db004-stg.infolegale.net',8),(28,'mysql8-db001-stg.infolegale.net',9),(29,'mysql8-db002-stg.infolegale.net',9),(30,'graylog-log001-stg.infolegale.net',8),(31,'redis5-db001-stg.infolegale.net',8),(32,'redis5-db002-stg.infolegale.net',8),(33,'match-run002-stg.infolegale.net',6),(34,'smartdata-web001-stg.infolegale.net',9),(35,'synchro-run001-stg.infolegale.net',9),(36,'sso-app001-stg.infolegale.net',9),(37,'sso-app002-stg.infolegale.net',9),(38,'rundeck-sch001-stg.infolegale.net',9),(39,'exploit56-run001-stg.infolegale.net',6),(40,'public56-web001-stg.infolegale.net',6),(41,'sphinx-db001-stg.infolegale.net',26),(42,'sphinx-db002-stg.infolegale.net',26),(43,'docker-hpv001-stg.infolegale.net',28),(44,'docker-hpv002-stg.infolegale.net',28),(45,'docker-hpv003-stg.infolegale.net',28),(46,'docker-hpv008-stg.infolegale.net',28),(47,'docker-hpv009-stg.infolegale.net',28),(48,'docker-hpv010-stg.infolegale.net',28),(49,'orchestrator-mgr001-stg.infolegale.net',28),(50,'redis-db001-stg.infolegale.net',26),(51,'redis-db002-stg.infolegale.net',26),(52,'exploit55-run001-stg.infolegale.net',18),(53,'exploitpy-run003-stg.infolegale.net',28),(54,'exploitgo-run001-stg.infolegale.net',28),(55,'exploitr-run001-stg.infolegale.net',27),(56,'nfs-sto001-stg.infolegale.net',28),(57,'proxysql-db001-stg.infolegale.net',28),(58,'proxysql-db002-stg.infolegale.net',28),(59,'public70-web001-stg.infolegale.net',22),(60,'public70-web002-stg.infolegale.net',22),(61,'public72-web001-stg.infolegale.net',26),(62,'public72-web002-stg.infolegale.net',26),(63,'public72-web003-stg.infolegale.net',26),(64,'public74-web001-stg.infolegale.net',27),(65,'public74-web002-stg.infolegale.net',27),(66,'private70-web001-stg.infolegale.net',22),(67,'private70-web002-stg.infolegale.net',22),(68,'private70-web003-stg.infolegale.net',22),(69,'private56-web001-stg.infolegale.net',6),(70,'private72-web001-stg.infolegale.net',26),(71,'private72-web002-stg.infolegale.net',26),(72,'private72-web003-stg.infolegale.net',26),(73,'private74-web001-stg.infolegale.net',27),(74,'private74-web002-stg.infolegale.net',27),(75,'private74-web003-stg.infolegale.net',27),(76,'exploit72-run001-stg.infolegale.net',26),(77,'static-web001-stg.infolegale.net',9),(78,'exploit70-run001-stg.infolegale.net',22),(79,'static-web002-stg.infolegale.net',9),(80,'exploit74-run001-stg.infolegale.net',27),(81,'elastic-sto001-stg.infolegale.net',27),(82,'elastic-sto002-stg.infolegale.net',27),(83,'elastic-sto003-stg.infolegale.net',27),(84,'3cx-tel002-dmz.infolegale.net',8),(85,'bastion-ssh001-dmz.infolegale.net',9),(86,'mail3-mta002-dmz.infolegale.net',27),(87,'cloud-web001-dmz.infolegale.net',28),(88,'client-ftp001-dmz.infolegale.net',27),(89,'avis-ftp001-dmz.infolegale.net',8),(90,'bastion-ssh002-dmz.sca.infolegale.net',9),(91,'preprod-ftp001-dmz.infolegale.net',28),(92,'fluxexternes-ftp001-dmz.infolegale.net',28),(93,'bouygues-ftp001-dmz.infolegale.net',27),(94,'presse-ftp001-dmz.infolegale.net',27),(95,'client-ftp001-dmz.sca.infolegale.net',27),(96,'ns0.infolegale.net',9),(97,'ns0.infolegale.fr',9),(98,'borg-bkp004-ext.infolegale.net',9),(99,'borg-bkp005-ext.infolegale.net',9),(100,'truenas-mgr001-inf.infolegale.net',59),(101,'sca-hpv001-inf.infolegale.net',9),(102,'sca-hpv002-inf.infolegale.net',9),(103,'checkmk-mon004-inf.infolegale.net',28),(104,'ubnt-mgr001-inf.infolegale.net',22),(105,'docker-mgr001-inf.infolegale.net',28),(106,'elastic-mgr001-inf.infolegale.net',28),(107,'rsyslog-log001-inf.infolegale.net',28),(108,'rundeck-sch001-inf.infolegale.net',28),(109,'pmm-mon001-inf.infolegale.net',28),(110,'sca-hpv003-inf.infolegale.net',9),(111,'grafana-mon001-inf.infolegale.net',9),(112,'checkmk-mon001-inf.infolegale.net',28),(113,'vault-db001-inf.infolegale.net',28),(114,'checkmk-mon003-inf.sca.infolegale.net',28),(115,'postfix-mta001-inf.sca.infolegale.net',27),(116,'gitlab-vcs001-inf.sca.infolegale.net',9),(117,'postfix-mta001-inf.infolegale.net',26),(118,'maildump-mta001-inf.infolegale.net',27),(119,'maildump-mta002-inf.infolegale.net',27),(120,'vault-db001-inf.sca.infolegale.net',28),(121,'gitlab-vcs001-inf.infolegale.net',8),(122,'checkmk-mon002-inf.infolegale.net',28),(123,'tableau-app001-lan.infolegale.net',22),(124,'glpi-web001-lan.infolegale.net',28),(125,'files-web001-lan.infolegale.net',28),(126,'dibox-app003-lan.infolegale.net',27),(127,'archives-sto001-lan.infolegale.net',9),(128,'digpu-lab001-lan.infolegale.net',28),(129,'actulegales-hpv001-prd.infolegale.net',8),(130,'actulegales-hpv002-prd.infolegale.net',8),(131,'actulegales-hpv003-prd.infolegale.net',8),(132,'graylog-log001-prd.infolegale.net',8),(133,'exploit54-run001-prd.infolegale.net',5),(134,'nfs-sto002-prd.infolegale.net',9),(135,'smartdata-web001-prd.infolegale.net',9),(136,'exploit56-run001-prd.infolegale.net',6),(137,'exploit56-run001-prd.sca.infolegale.net',6),(138,'public56-web001-prd.infolegale.net',6),(139,'public56-web002-prd.infolegale.net',6),(140,'private56-web001-prd.infolegale.net',6),(141,'private56-web002-prd.infolegale.net',6),(142,'public56-web001-prd.sca.infolegale.net',6),(143,'public56-web002-prd.sca.infolegale.net',6),(144,'private56-web001-prd.sca.infolegale.net',6),(145,'private56-web002-prd.sca.infolegale.net',6),(146,'consults-db003-prd.infolegale.net',8),(147,'consults-db004-prd.infolegale.net',8),(148,'app-db003-prd.infolegale.net',8),(149,'app-db004-prd.infolegale.net',8),(150,'transdb-db011-prd.infolegale.net',8),(151,'transdb-db012-prd.infolegale.net',8),(152,'vador-db002-prd.infolegale.net',7),(153,'vador-db004-prd.infolegale.net',8),(154,'mysql8-db001-prd.infolegale.net',9),(155,'mysql8-db002-prd.infolegale.net',9),(156,'consults-db001-prd.sca.infolegale.net',8),(157,'app-db001-prd.sca.infolegale.net',8),(158,'transdb-db001-prd.sca.infolegale.net',8),(159,'vador-db001-prd.sca.infolegale.net',8),(160,'mysql8-db001-prd.sca.infolegale.net',9),(161,'synchro-run001-prd.infolegale.net',9),(162,'synchro-run001-prd.sca.infolegale.net',9),(163,'static-web001-prd.sca.infolegale.net',9),(164,'static-web002-prd.sca.infolegale.net',9),(165,'match-run001-prd.sca.infolegale.net',6),(166,'redis5-db001-prd.sca.infolegale.net',8),(167,'redis5-db002-prd.sca.infolegale.net',8),(168,'rundeck-sch001-prd.sca.infolegale.net',9),(169,'sso-app001-prd.sca.infolegale.net',9),(170,'sso-app002-prd.sca.infolegale.net',9),(171,'orchestrator-mgr001-prd.infolegale.net',28),(172,'exploit55-run001-prd.infolegale.net',18),(174,'public70-web001-prd.infolegale.net',22),(175,'public70-web002-prd.infolegale.net',22),(176,'public72-web001-prd.infolegale.net',26),(177,'public72-web002-prd.infolegale.net',26),(178,'public72-web003-prd.infolegale.net',26),(179,'public72-web004-prd.infolegale.net',26),(180,'public72-web005-prd.infolegale.net',26),(181,'public72-web006-prd.infolegale.net',26),(182,'public74-web001-prd.infolegale.net',27),(183,'public74-web002-prd.infolegale.net',27),(184,'private70-web001-prd.infolegale.net',22),(185,'private70-web002-prd.infolegale.net',22),(186,'exploitpy-run003-prd.infolegale.net',28),(187,'exploitpy-run001-prd.sca.infolegale.net',28),(188,'docker-hpv001-prd.infolegale.net',28),(189,'docker-hpv002-prd.infolegale.net',28),(190,'docker-hpv003-prd.infolegale.net',28),(191,'docker-hpv008-prd.infolegale.net',28),(192,'docker-hpv009-prd.infolegale.net',28),(193,'docker-hpv010-prd.infolegale.net',28),(194,'docker-hpv001-prd.sca.infolegale.net',27),(195,'docker-hpv002-prd.sca.infolegale.net',27),(196,'docker-hpv003-prd.sca.infolegale.net',27),(197,'docker-hpv004-prd.sca.infolegale.net',27),(198,'docker-hpv005-prd.sca.infolegale.net',27),(199,'docker-hpv006-prd.sca.infolegale.net',27),(200,'docker-hpv007-prd.sca.infolegale.net',27),(201,'elastic-sto007-prd.infolegale.net',27),(202,'elastic-sto008-prd.infolegale.net',27),(203,'elastic-sto009-prd.infolegale.net',27),(204,'elastic-sto001-prd.sca.infolegale.net',27),(205,'elastic-sto002-prd.sca.infolegale.net',27),(206,'elastic-sto003-prd.sca.infolegale.net',27),(207,'exploitgo-run001-prd.infolegale.net',28),(208,'exploitgo-run001-prd.sca.infolegale.net',28),(209,'exploit70-run001-prd.sca.infolegale.net',22),(210,'exploit72-run001-prd.sca.infolegale.net',26),(211,'exploit74-run001-prd.sca.infolegale.net',27),(212,'proxysql-db001-prd.infolegale.net',28),(213,'proxysql-db002-prd.infolegale.net',28),(214,'proxysql-db001-prd.sca.infolegale.net',28),(215,'proxysql-db002-prd.sca.infolegale.net',28),(216,'exploitr-run001-prd.infolegale.net',27),(217,'private72-web001-prd.infolegale.net',26),(218,'private72-web002-prd.infolegale.net',26),(219,'private72-web003-prd.infolegale.net',26),(220,'private72-web004-prd.infolegale.net',26),(221,'exploit72-run001-prd.infolegale.net',26),(222,'private74-web001-prd.infolegale.net',27),(223,'private74-web002-prd.infolegale.net',27),(224,'private74-web003-prd.infolegale.net',27),(225,'private74-web004-prd.infolegale.net',27),(226,'exploit74-run001-prd.infolegale.net',27),(227,'exploit70-run001-prd.infolegale.net',22),(228,'private70-web001-prd.sca.infolegale.net',22),(229,'private70-web002-prd.sca.infolegale.net',22),(230,'public70-web001-prd.sca.infolegale.net',22),(231,'public70-web002-prd.sca.infolegale.net',22),(232,'private72-web001-prd.sca.infolegale.net',26),(233,'private72-web002-prd.sca.infolegale.net',26),(234,'public72-web001-prd.sca.infolegale.net',26),(235,'public72-web002-prd.sca.infolegale.net',26),(236,'private74-web001-prd.sca.infolegale.net',27),(237,'private74-web002-prd.sca.infolegale.net',27),(238,'public74-web001-prd.sca.infolegale.net',27),(239,'public74-web002-prd.sca.infolegale.net',27),(240,'redis-db001-prd.sca.infolegale.net',26),(241,'redis-db002-prd.sca.infolegale.net',26),(242,'sphinx-db001-prd.sca.infolegale.net',27),(243,'sphinx-db002-prd.sca.infolegale.net',27),(244,'match-run002-prd.infolegale.net',6),(245,'rundeck-sch001-prd.infolegale.net',9),(246,'sphinx-db001-prd.infolegale.net',26),(247,'sso-app001-prd.infolegale.net',9),(248,'sphinx-db002-prd.infolegale.net',26),(249,'redis-db001-prd.infolegale.net',26),(250,'redis-db002-prd.infolegale.net',26),(251,'redis5-db001-prd.infolegale.net',8),(252,'redis5-db002-prd.infolegale.net',8),(253,'static-web001-prd.infolegale.net',9),(254,'static-web002-prd.infolegale.net',9),(255,'sso-app002-prd.infolegale.net',9),(256,'ilg-lyon-vm-exploit-prod.infolegales.priv',9),(257,'3cx-tel001-mru.infolegale.net',8),(258,'ilg-maurice-vm-exploit-prod.infolegales.priv',9),(259,'3cx-tel002-mru.infolegale.net',8),(260,'consults-db002-prd.sca.infolegale.net',8),(261,'docker-hpv007-tst.infolegale.net',28),(262,'transdb-db005-stg.infolegale.net',8),(263,'proxyaws-db001-inf.infolegale.net',9),(264,'elastic-log001-inf.infolegale.net',9),(265,'kibana-mon001-inf.infolegale.net',9),(266,'elastic-ml001-inf.infolegale.net',9),(267,'docker-hpv008-tst.infolegale.net',28),(268,'exploitjre-run001-tst.infolegale.net',9),(269,'docker-hpv009-tst.infolegale.net',28),(270,'elastic-log002-inf.infolegale.net',9),(271,'elastic-log003-inf.infolegale.net',9),(272,'fleet-mon001-inf.infolegale.net',9),(273,'exploitjre-run001-stg.infolegale.net',9),(274,'exploitjre-run001-prd.infolegale.net',9),(275,'exploitjre-run001-prd.sca.infolegale.net',9),(276,'exploitr-run001-prd.sca.infolegale.net',27),(277,'registry-sca.infolegale.fr',9),(278,'exploit72-run002-prd.infolegale.net',26),(279,'elastic-sto004-prd.sca.infolegale.net',27),(280,'elastic-sto005-prd.sca.infolegale.net',27),(281,'elastic-sto006-prd.sca.infolegale.net',27),(282,'elasticvidocq-sto001-prd.infolegale.net',9),(283,'elasticvidocq-sto002-prd.infolegale.net',9),(284,'elasticvidocq-sto003-prd.infolegale.net',9),(285,'kibanavidocq-mon001-prd.infolegale.net',9),(286,'mimir-mon001-inf.infolegale.net',28),(287,'app-db005-prd.infolegale.net',8),(288,'app-db006-prd.infolegale.net',8),(289,'consults-db005-prd.infolegale.net',8),(290,'consults-db006-prd.infolegale.net',8),(291,'app-db005-stg.infolegale.net',8),(292,'app-db006-stg.infolegale.net',8),(293,'consults-db005-stg.infolegale.net',8),(294,'consults-db006-stg.infolegale.net',8),(295,'proxysql8-db001-stg.infolegale.net',9),(296,'proxysql8-db002-stg.infolegale.net',9),(297,'varni-che001-stg.infolegale.net',28),(298,'varni-che002-stg.infolegale.net',28),(299,'tableau-app002-lan.infolegale.net',27),(300,'proxysql8-db002-prd.infolegale.net',9),(301,'proxysql8-db001-prd.infolegale.net',9),(302,'proxysql8-db001-prd.sca.infolegale.net',9),(303,'proxysql8-db002-prd.sca.infolegale.net',9),(304,'tableau-app003-lan.infolegale.net',27),(305,'varni-che001-prd.infolegale.net',28),(306,'varni-che002-prd.infolegale.net',28),(307,'mongo-db001-stg.infolegale.net',9),(308,'mongo-db002-stg.infolegale.net',9),(309,'mongo-db003-stg.infolegale.net',9),(310,'mongo-db001-prd.infolegale.net',9),(311,'mongo-db002-prd.infolegale.net',9),(312,'mongo-db003-prd.infolegale.net',9),(313,'docker-hpv011-prd.infolegale.net',28),(314,'docker-hpv012-prd.infolegale.net',28),(315,'docker-hpv013-prd.infolegale.net',28),(316,'public74-web003-stg.infolegale.net',27),(317,'lyo-run001-lan.infolegale.net',9),(318,'lyo-radius001-lan.infolegale.net',9),(319,'public74-web003-prd.infolegale.net',27),(320,'public74-web004-prd.infolegale.net',27),(321,'public74-web005-prd.infolegale.net',27),(322,'public74-web006-prd.infolegale.net',27),(323,'docker-hpv014-prd.infolegale.net',28),(324,'docker-hpv015-prd.infolegale.net',28),(325,'docker-hpv016-prd.infolegale.net',28),(326,'docker-hpv017-prd.infolegale.net',28),(327,'mongo-db001-prd.sca.infolegale.net',9),(328,'api-mgr001-inf.infolegale.net',8),(329,'mru-run001-lan.infolegale.net',9),(330,'docker-hpv004-prd.infolegale.net',28),(331,'public74-web007-prd.infolegale.net',27),(332,'public74-web008-prd.infolegale.net',27),(333,'unbound-dns001-stg.infolegale.net',59),(334,'unbound-dns002-stg.infolegale.net',59),(335,'unbound-dns001-prd.infolegale.net',59),(336,'unbound-dns002-prd.infolegale.net',59),(337,'lyo-ns001-lan.infolegale.net',59),(338,'mru-ns001-lan.infolegale.net',59),(339,'docker-hpv018-prd.infolegale.net',28),(340,'elasticvidocq-sto004-prd.infolegale.net',59),(341,'transdb-db001-prd.infolegale.net',9),(342,'transdb-db002-prd.infolegale.net',9),(343,'mysql8-db003-prd.infolegale.net',59),(344,'mysql8-db004-prd.infolegale.net',59),(345,'elasticvidocq-sto005-prd.infolegale.net',59),(346,'elasticvidocq-sto006-prd.infolegale.net',59),(347,'docker-hpv019-prd.infolegale.net',28),(348,'docker-hpv020-prd.infolegale.net',28),(349,'rabbit-db001-prd.infolegale.net',59),(350,'rabbit-db002-prd.infolegale.net',59),(351,'rabbit-db003-prd.infolegale.net',59),(352,'rabbit-db001-stg.infolegale.net',59),(353,'rabbit-db003-stg.infolegale.net',59),(354,'rabbit-db002-stg.infolegale.net',59),(355,'docker-hpv010-tst.infolegale.net',28),(356,'lyo-vpn001-adm.infolegale.net',59),(357,'unbound-dns001-inf.sca.infolegale.net',59),(358,'rabbit-db001-prd.sca.infolegale.net',59),(359,'vault-db002-inf.infolegale.net',28),(360,'vault-db003-inf.infolegale.net',28),(361,'pass-db001-lan.infolegale.net',59),(362,'elastic-log004-inf.infolegale.net',59),(363,'public74-web004-stg.infolegale.net',27),(364,'public74-web003-prd.sca.infolegale.net',27),(365,'public74-web004-prd.sca.infolegale.net',27),(366,'vador-db005-prd.infolegale.net',9),(367,'vador-db003-prd.infolegale.net',9),(368,'mysql8-db003-stg.infolegale.net',59),(369,'mysql8-db004-stg.infolegale.net',59),(370,'elasticvidocq-sto001-stg.infolegale.net',59),(371,'kibanavidocq-mon001-stg.infolegale.net',59),(372,'elasticsirenisation-sto002-prd.infolegale.net',59),(373,'elasticsirenisation-sto001-prd.infolegale.net',59),(374,'elasticsirenisation-sto003-prd.infolegale.net',59),(375,'kibanasirenisation-mon001-prd.infolegale.net',59),(376,'elasticsirenisation-sto001-stg.infolegale.net',59),(377,'kibanasirenisation-mon001-stg.infolegale.net',59),(379,'opencve-app001-inf.infolegale.net',59),(380,'app-db001-prd.infolegale.net',8),(381,'app-db002-prd.infolegale.net',8),(382,'app-db002-prd.sca.infolegale.net',8),(383,'app-db001-stg.infolegale.net',8),(384,'app-db002-stg.infolegale.net',8); /*!40000 ALTER TABLE `dashboard_server` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-12-24 10:10:19