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
Watch video How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04 online, duration hours minute second in high quality that is uploaded to the channel MivoCloud 15 August 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,200 times and liked it 41 visitors.