RPMs and Yum Repository

We provide selected releases of our tools as RPM packages, both via a Yum repository and as direct downloads. We currently build for the following distributions:

  • Red Hat Enterprise Linux 9
  • Red Hat Enterprise Linux 8

We build RPM packages for the following software packages, with some default configuration:

  • fixbuf-tools since 4.0.1
  • libfixbuf since 2.5.1 (with OpenSSL support enabled)
  • SiLK since 3.23.2 (with IPv6, GnuTLS, fixbuf, PySiLK, and Snappy support enabled)
  • super_mediator since 1.11.2 (with SiLK support enabled)
  • YAF since 2.16.2 (with applabel, plugins, OpenSSL, and zlib support enabled)

Yum Repository

The easiest way to use the NetSA Tools Yum repository is to install the appropriate repository RPM:

# Install the repository RPM for RHEL8:
sudo dnf install -y \
  https://tools.netsa.cert.org/yum/reporpms/netsa-tools-repo-2025.1-1.el8.noarch.rpm

# Install the repository RPM for RHEL9:
sudo dnf install -y \
  https://tools.netsa.cert.org/yum/reporpms/netsa-tools-repo-2025.1-1.el9.noarch.rpm

Installing these repository RPMs will add the NetSA GPG signing key to your system, and the NetSA Tools Yum repository to your Yum repos. You can then install individual packages like:

# Install fixbuf IFPIX tools, SiLK analysis tools, rwflowpack, and YAF:
sudo dnf install -y fixbuf-tools silk-analysis silk-rwflowpack yaf

Direct RPM download

If you can't use the yum-based installation method or would prefer not to use it, you may access all of the RPMs directly from the Yum repository.