Nf

nfdump on Ubuntu 24.04 LTS

Azure Networking

nfdump, the de-facto NetFlow, IPFIX and sFlow collector and analysis toolkit: nfcapd captures flows from your routers and switches, nfdump queries them

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

nfdump is the de-facto open source toolkit for collecting and analysing NetFlow, IPFIX and sFlow traffic data. nfcapd, the always-on collector, listens for flow exports from routers, switches and firewalls and writes them to compact per-interval capture files; the nfdump command line tool then queries that archive with a fast, tcpdump-like filter language. Companion tools round out the toolkit: nfreplay resends captured flows to another collector, nfanon anonymises exporter and endpoint addresses for safe sharing, nfexpire manages retention by age or total volume, and nfpcapd converts raw packet captures into flow records. It is the collector behind most open flow-analysis stacks and a long-standing staple for network operations centres and internet service providers doing traffic visibility, capacity planning and security investigation.

A flow collector earns its keep by simply being there and being current: this image runs nfcapd as a managed systemd service the moment it boots, so routers and switches can be pointed at it immediately, and the archive it builds becomes the record you query when you need to understand what actually crossed the network.

Why the cloudimg image

cloudimg builds this image from the current v1.7.8 upstream release rather than the materially older archive package most distributions ship, so the collector benefits from the latest reliability fixes. Security is scoped to exactly what the product needs: the flow-collection port and SSH are the only two surfaces this appliance exposes, there is no web console, no management API and nothing else listening, so there is no login to harden and no credential to rotate because none is ever baked in. Retention is configured out of the box (30 days or 5GB, whichever comes first) so the archive never silently fills the disk, and every build proves capture genuinely works end to end, not merely that the port is open, by sending a real flow through the collector and reading it back. Paired deployment guide and 24/7 support.

Common uses

  • Collect NetFlow, IPFIX and sFlow exports from routers, switches and firewalls
  • Investigate traffic patterns, capacity and security incidents from a queryable flow archive
  • Centralise flow visibility for a NOC or ISP without deploying a full commercial NMS