How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04

Опубликовано: 15 Август 2024
на канале: MivoCloud
1,200
41

Arkime is a free, open-source, large-scale indexed packet capture and search tool that stores and indexes network traffic in PCAP format. It is also known as Moloch, which is designed to be deployed across multiple clustered systems, providing the ability to scale to handle multiple gigabits per second of traffic. Arkime has a built-in admin interface that helps you browse, search, and export PCAP. You can use other PCAP ingesting tools to analyze your workflow.

In this video I will show you how to install it

Useful Links:
VPS/VDS - https://www.mivocloud.com/

WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR

Commands Used:
sudo apt update sudo apt upgrade -y
apt-get install gnupg2 curl wget -y
wget http://es.archive.ubuntu.com/ubuntu/p...
wget http://archive.ubuntu.com/ubuntu/pool...
dpkg -i libffi7_3.3-4_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/local/lib/
ln -s /usr/lib/x86_64-linux-gnu/libffi.so.7 /usr/local/lib/
wget -qO - https://artifacts.elastic.co/GPG-KEY-... --no-check-certificate | apt-key add -
echo "deb https://artifacts.elastic.co/packages... stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt-get update -y
apt-get install elasticsearch -y
nano /etc/elasticsearch/jvm.options
systemctl enable --now elasticsearch
ss -antpl | grep 9200
wget https://s3.amazonaws.com/files.molo.c...
apt install ./arkime_3.4.2-1_amd64.deb
/opt/arkime/bin/Configure
/opt/arkime/db/db.pl http://localhost:9200 init
/opt/arkime/bin/arkime_add_user.sh admin "Moloch SuperAdmin" password --admin
/opt/arkime/bin/arkime_update_geo.sh
systemctl enable --now arkimecapture
systemctl enable --now arkimeviewer
systemctl status arkimecapture arkimeviewer
tail -f /opt/arkime/logs/viewer.log
tail -f /opt/arkime/logs/capture.log


Смотрите видео How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MivoCloud 15 Август 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,200 раз и оно понравилось 41 людям.