macOS
brew install nfdumplocal Homebrew formula metadata
sudo port install nfdumpMacPorts ports tree · net/nfdump/Portfile · ソース: api.github.com
brew
nfdump のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nfdumplocal Homebrew formula metadata
sudo port install nfdumpMacPorts ports tree · net/nfdump/Portfile · ソース: api.github.com
sudo apk add nfdumpAlpine Linux edge package indexes · nfdump · ソース: dl-cdn.alpinelinux.org
sudo apt install nfdumpDebian stable package indexes · nfdump · ソース: deb.debian.org
sudo dnf install nfdumpFedora Rawhide package metadata · nfdump · ソース: dl.fedoraproject.org
nix profile install nixpkgs#nfdumpnixpkgs package indexes · pkgs/by-name/nf/nfdump/package.nix · ソース: api.github.com
sudo zypper install nfdumpopenSUSE Tumbleweed package metadata · nfdump · ソース: download.opensuse.org
概要
Tools to collect and process netflow data on the command-line
履歴
nfdump is a long-lived command-line toolkit for collecting, storing, replaying, filtering, aggregating, and analyzing NetFlow, IPFIX, and sFlow data. The core workflow pairs collector daemons such as `nfcapd` and `sfcapd` with `nfdump` queries over rotated binary flow files.
The legacy SourceForge page says the project moved to GitHub and describes the original design: collect flow data to disk first, organize it in timestamped files, then analyze historical or continuous traffic with a fast tcpdump-like filter language. FreshPorts records the FreeBSD port being added on 2004-11-07 with version 1.1 and NetFlow v5/v7 support; later documentation and packaging show support expanded to v9, IPFIX, and sFlow.
The GitHub README describes the 1.7.x series codename `unicorn`, compatibility with files created by nfdump 1.6.18 or newer, and conversion paths for older legacy flow files.
nfdump is an infrastructure package rather than a trendy CLI. It appears across Homebrew, Debian, Ubuntu, Fedora, Alpine, Nix, MacPorts, and FreeBSD ports, and is tied historically to NfSen. The GitHub repository showed 1,405 commits when researched. Homebrew's API generated on 2026-07-01 reported 233 installs-on-request in the preceding 365 days.
Practical users run `nfcapd` on UDP ports fed by routers, firewalls, or switches, rotate files every few minutes, and query them later with expressions such as `nfdump -r flowfile 'src ip 192.0.2.1 and dst port 443'`. The Debian nfcapd manpage says it accepts NetFlow v1, v5/v7, v9, and IPFIX transparently and works with exporters including Cisco Flexible NetFlow, ASA firewalls, NAT event logging, Juniper, VMware, Palo Alto, and yaf.
nfdump matters because it keeps the packet-capture mental model for flow records: small composable commands, tcpdump-like filters, files you can retain or expire, and text/CSV/JSON/custom output for shell pipelines and monitoring integrations.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
geolookup | cli | グローバル実行可能ファイル | |
nfanon | cli | グローバル実行可能ファイル | |
nfcapd | cli | グローバル実行可能ファイル | |
nfdump | cli | グローバル実行可能ファイル | |
nfexpire | cli | グローバル実行可能ファイル | |
nfreplay | cli | グローバル実行可能ファイル | |
sfcapd | cli | グローバル実行可能ファイル | |
torlookup | cli | グローバル実行可能ファイル | |
updateGeoDB.sh | cli | グローバル実行可能ファイル | |
updateTorDB.sh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/phaag/nfdump
インストールメタデータ
| パッケージキー | brew:nfdump |
|---|---|
| バージョン | 1.7.8 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nfdump |
| ホームページ | https://github.com/phaag/nfdump |
| リポジトリ | https://github.com/phaag/nfdump |
| 上流ドキュメント | https://github.com/phaag/nfdump#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/phaag/nfdump/archive/refs/tags/v1.7.8.tar.gz |
| 最終更新 | 2026-04-28T13:34:16Z |
| Pulse | updated |
| ビルド依存関係 | autoconf, automake, libtool, pkgconf |
| macOS 提供ライブラリ | bzip2, libpcap |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nfdump |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
nfdump 1.7.5-2+deb13u1
netflow capture daemon
https://github.com/phaag/nfdump/
sudo apt install nfdumpnfdump-sflow 1.7.5-2+deb13u1
sflow collector daemon
https://github.com/phaag/nfdump/
sudo apt install nfdump-sflownfdump
nix profile install nixpkgs#nfdumpnfdump 1.7.3-1build2
netflow capture daemon
https://github.com/phaag/nfdump/
sudo apt install nfdumpnfdump-sflow 1.7.3-1build2
sflow collector daemon
https://github.com/phaag/nfdump/
sudo apt install nfdump-sflownfdump 1.7.6-r1
Tools to collect and process netflow data
https://github.com/phaag/nfdump
sudo apk add nfdumpnfdump-dbg 1.7.6-r1
Tools to collect and process netflow data (debug symbols)
https://github.com/phaag/nfdump
sudo apk add nfdump-dbgnfdump-doc 1.7.6-r1
Tools to collect and process netflow data (documentation)
https://github.com/phaag/nfdump
sudo apk add nfdump-docnfdump-openrc 1.7.6-r1
Tools to collect and process netflow data (OpenRC init scripts)
https://github.com/phaag/nfdump
sudo apk add nfdump-openrcnfdump-static 1.7.6-r1
Tools to collect and process netflow data (static library)
https://github.com/phaag/nfdump
sudo apk add nfdump-staticnfprofile 1.7.6-r1
Create views of the data with NFdump filters
https://github.com/phaag/nfdump
sudo apk add nfprofilesfcapd 1.7.6-r1
sFlow collector
https://github.com/phaag/nfdump
sudo apk add sfcapdsfcapd-openrc 1.7.6-r1
Tools to collect and process netflow data (OpenRC init scripts)
https://github.com/phaag/nfdump
sudo apk add sfcapd-openrcnfdump 1.7.8-1.fc45
NetFlow collecting and processing tools
https://github.com/phaag/nfdump
sudo dnf install nfdumpnfdump-libs 1.7.8-1.fc45
Libraries used by NFDUMP packages
https://github.com/phaag/nfdump
sudo dnf install nfdump-libslibnfdump-1_7_8 1.7.8-1.1
Shared Library part of libnfdump
https://github.com/phaag/nfdump
sudo zypper install libnfdump-1_7_8ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.