Python scripts to parse DShield honeypot (cowrie, web honeypot, iptables firewall) logs
The easiest way to install is using pip.
# it is recommended to use a virtual environment
# python -m venv /path/to/new/venv
# /path/to/new/venv/scripts/activate
# depending on your system, you may need to replace "pip" with "pip3"
pip install dshield-parser