Generating a quick and dirty graph from a pcap.
At malware traffic analysis you can get the 2024-10-23-Redline-Stealer-infection-traffic.pcap
python -m venv
source ./venv/bin/activate
pip install -r requirements.txt
python pcapmap.py 2024-10-23-Redline-Stealer-infection-traffic.pcapThis will produce you a graph giving you a basic idea of the pcap.