fail2ban

v0.1.4

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.

Pack ID
fail2ban
Vendor
emisar
OS
linux
Actions
8
Required binaries: fail2ban-client. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:dc391d00d70f90962db14336880fad8e4fce1d44c139c9e33f34741156c93691

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

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

Actions 8 total

View on GitHub