macOS
brew install yaflocal Homebrew formula metadata
brew
Yet another flowmeter: processes packet data from pcap(3). Version 2.19.3 via Homebrew; verified 2026-05-29.
install
brew install yaflocal Homebrew formula metadata
overview
Yet another flowmeter: processes packet data from pcap(3)
history
YAF, Yet Another Flowmeter, is CERT NetSA's packet-to-flow sensor for turning live traffic or PCAP captures into bidirectional IPFIX flow records. In package-manager terms it is the flow-metering front end of a larger network-security toolchain rather than a general packet sniffer.
The NetSA documentation describes YAF as the data collection component of the CERT NetSA Security Suite. Its original purpose was experimental: tracking work in the IETF IPFIX working group, especially bidirectional flow representation, archival storage formats, structured export, and deep packet inspection fields.
A 2010 USENIX LISA paper by Christopher M. Inacio and Brian Trammell presented YAF as a reference implementation of an IPFIX metering and exporting process and as a platform for rapid deployment of new flow-meter capabilities. The modern NetSA site keeps both a stable 2.x documentation set and a 3.x pre-release line, showing that the tool remained maintained long after its research-prototype origins.
YAF adoption is tied to operational network monitoring, especially environments that already use SiLK, super_mediator, Analysis Pipeline, Mothra, or other IPFIX-compatible collectors. Its niche is converting high-volume packet observation into compact flow records that analysts can store, query, and correlate without preserving every packet payload.
Common usage is to run `yaf` against a live interface, a pcap file, or a list of captures, export IPFIX to a collector, or write an IPFIX-based file for later processing. The documentation emphasizes flow building, DPI fields for protocols such as DNS, SSL, HTTP, and SMTP, and PCAP indexing workflows for retrospective analysis.
For package users, the important distinction is that YAF is not a packet-display tool like tcpdump or Wireshark. It is a sensor component that summarizes packet streams into flow data for downstream security analytics.
YAF is interesting to package nerds because it packages a research-grade IPFIX metering implementation as a Unix sensor daemon and CLI suite. It also sits at the boundary between standards work, security operations, and package-manager distribution: libpcap in, IPFIX and SiLK-style workflows out.
security posture
No matching local secret-handling manifest was found for yaf. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
airdaemon | cli | global executable | |
filedaemon | cli | global executable | |
getFlowKeyHash | cli | global executable | |
yaf | cli | global executable | |
yafMeta2Pcap | cli | global executable | |
yafcollect | cli | global executable | |
yafscii | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://tools.netsa.cert.org/yaf/
install metadata
| Package key | brew:yaf |
|---|---|
| Version | 2.19.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/yaf |
| Homepage | https://tools.netsa.cert.org/yaf/ |
| Upstream docs | https://tools.netsa.cert.org/yaf2 |
| License | GPL-2.0-only |
| Source archive | https://tools.netsa.cert.org/releases/yaf-2.19.3.tar.gz |
| Last updated | 2026-05-29T16:19:12Z |
| Pulse | updated |
| Dependencies | gettext, glib, libfixbuf, libtool, pcre2 |
| Build dependencies | pkgconf |
| Uses from macOS | libpcap |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | yaf |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.