CRITICAL INFRA
Loading critical CVEs…
ALL EXPLOITED
Loading…

Linux firewall with IP reputation + NetFlow monitoring

📅 2026-05-15 · Cyber Immunity

A modern Linux firewall is more than iptables with static rules.

Essential components

Visibility with NetFlow / sFlow / IPFIX

Top talkers, abnormal connections, exfiltration patterns, ongoing attacks, compliance reporting.

What we deliver

Hardened firewall, automatic blocklist updates, Grafana dashboard, Telegram/email alerting.

Example: ruleset + NetFlow

Reputation-set blocking and NetFlow export to a collector:

# nftables: default drop + GeoIP set + export NetFlow
nft add rule inet filter input ip saddr @blocklist drop
# NetFlow catre colector (softflowd -> nfdump/ntopng):
sudo apt -y install softflowd
sudo softflowd -i eth0 -n 10.0.0.50:2055
Let's discuss your project →