Skip to main content

fail2ban

v0.1.6

fail2ban inventory + per-jail banned-IP listings plus operator mutators for incident response: ban an IP into a jail, unban a false positive, reload jail filters from disk.

7 allowed by default 1 need approval
Pack ID
fail2ban
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
fail2ban-client

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:754816325b3229335585709e322c64162d12d16b1f336197d690ddcad442032f

on the runner host
sudo emisar pack install fail2ban \
  --hash sha256:754816325b3229335585709e322c64162d12d16b1f336197d690ddcad442032f \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub