Commit Graph

34 Commits

Author SHA1 Message Date
Kamil Mankowski
90e696543f Update submodules and Docker for IntelMQ 3.2 2023-07-20 16:53:21 +02:00
Sebastian Waldbauer
7c69331d59 FIX: Fixed some missing dependecies
closes #16
closes #15

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2022-11-15 14:36:41 +01:00
Einar Felipe Lanfranco
51a1d7a4bf Update Dockerfile
Good morning, we found an error in sudoers file, it must be /etc/ not /opt/ !
2022-11-15 11:59:56 +01:00
Einar Lanfranco
9be93b3ddc fix to support dependenceies for all intelmq default bots 2022-11-14 13:48:48 +01:00
Einar Lanfranco
662f6ab390 fix entrypoint 2022-11-14 13:48:48 +01:00
Einar Felipe Lanfranco
4277635f68 Update entrypoint-dev.sh
Actualizando el entrypoint para prender del inicio
2022-11-14 13:48:48 +01:00
Einar Lanfranco
9e39baeca5 Adding new entrypoint 2022-11-14 13:48:48 +01:00
Einar Lanfranco
08859e2108 Actualizados para los cambios de 3.0.2 que trajeron muchos problemas 2022-11-14 13:48:48 +01:00
Einar Lanfranco
9d9bef0248 Dockerfile 2022-11-14 13:48:48 +01:00
Einar Felipe Lanfranco
af3be1c46c Update Dockerfile 2022-11-14 13:48:48 +01:00
Einar Lanfranco
536fe2cb7b some issues solved 2022-11-14 13:48:48 +01:00
Einar Lanfranco
4ec9c20a81 docker for dev ready 2022-11-14 13:48:48 +01:00
Sebastian Wagner
61129e65fe intelmq-full: add ssh, required for rsync
https://github.com/certtools/intelmq/discussions/2234
2022-08-31 09:28:34 +02:00
Sebastian Waldbauer
251f61d419 FIX: Docker build
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2022-01-31 16:12:41 +01:00
Nat
53409d6438 FIX: Install otxv2 module using pip3
AlienVault OTX Collector bot fails without the otxv2 python module.
2021-10-20 10:46:44 +02:00
Sebastian Waldbauer
d140232e6a FIX: Using python3-shodan instead of pip3
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-09-14 18:44:24 +02:00
Sebastian Waldbauer
10d1492e7e FIX: Added missing shodan dependency
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-09-14 18:41:09 +02:00
Sebastian Waldbauer
64d3c34e1e FIX: Using apt-get packages instead of pip
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-09-07 16:15:06 +02:00
Sebastian Waldbauer
1d6396afe1 FIX: Added aptitude python module instead of pip
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-09-07 08:55:48 +02:00
Sebastian Waldbauer
85633c70a3 REL: IntelMQ 3.0.1
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-09-02 14:39:56 +02:00
Sebastian Waldbauer
16874899df FIX: Create intelmq_persistence
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-08-25 18:40:36 +02:00
Sebastian Waldbauer
65f02f4f0c FIX: Create intelmq_persistence before mounting
We discovered an permission problem on some machines, because
intelmq_persistence will get mounted afterwards via volume.
So we create it beforehand & change its permission with
owner rights and then mount it in the container.

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-08-24 10:39:04 +02:00
Sebastian Waldbauer
9841045cd6 FIX: Added missing dependencies in Dockerfile
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-08-16 11:23:22 +02:00
Sebastian Waldbauer
6da11893c9 FIX: Updated Dockerfile
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-08-15 17:27:31 +02:00
Sebastian Waldbauer
ec69f12d64 FIX: Whitespace in nginx.conf
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-08-12 13:54:00 +02:00
Sebastian Waldbauer
0834eb239d FIX: Add html files to nginx
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-04-15 12:17:40 +02:00
Einar Felipe Lanfranco
6ac1503263 Removing mail handler from update.sh 2021-03-25 16:52:55 -03:00
Einar Lanfranco
9ff46cb1e6 Wagner suggestions 2021-03-25 15:41:24 -03:00
Jeremias Pretto
b1c3677f90 2.3 compatibility 2021-03-23 15:44:44 -03:00
Jeremias Pretto
5fba132f9c hotfix 2021-03-23 15:19:03 -03:00
Jeremias Pretto
77d05fbc1f Features:
- Support for bot development in intelmq 2.3.1 version
 - Add mail handler
 - Add start botnet at boot option
2021-03-23 11:57:27 -03:00
Einar Lanfranco
171a89a1a3 Adding Dockerfile to dev version 2021-03-23 10:08:27 -03:00
Sebastian Waldbauer
70744fba44 Fixed all related issues with bots
Every library should now be included!

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-01-29 10:03:33 +01:00
Sebastian Waldbauer
0082f38a2f [ENH] Updated IntelMQ-Full
Now we're using the api instead of the manager.
This is future proof & will be updated constantly.

Removed manager config & added api config

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

[NGINX] Added default webserver (nginx)

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Updated intelmq-full docker image

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Changed build process

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Updated utils

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Fixed entrypoint

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Updated docker-compose

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>

Misc

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
2021-01-24 15:19:04 +01:00