From b0b72f47a3c2c0615f3da7940a32c7e3e520a30e Mon Sep 17 00:00:00 2001 From: giuseppe Date: Sun, 26 Feb 2023 18:51:08 +0100 Subject: [PATCH] added more infos --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 731623f..c7247fb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This repo intend to semplify installation of IDS/IPS Suricata for packet analyzing analyzing coming from Mikrotik. It uses latest docker repo from SELKS (Suricata, ELK Stack) and mikrocata. +Minimum working setup: + +- 2 cores +- 10 GB of free RAM +- minimum 10 GB of free disk space (actual disk occupation will mainly depend of the number of rules and the amount of traffic on the network). 200GB+ SSD grade is recommended. + ## Functions - Install Docker and Docker Compose - Install Python @@ -47,6 +53,10 @@ Enabling Mikrotik API - /ip service set api-ssl address=xxx.xxx.xxx.xxx enabled=yes (xxx.xxx.xxx.xxx is your Debian ip addr) +Add Mikrotik User + +- /user/add name=mikrocata2selks password=xxxxxxxxxxxxx group=full (change password) + ## Author 👤 **Giuseppe Trifilio**