# chainsaw mit Homebrew, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für chainsaw in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:chainsaw
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install chainsaw
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chainsaw
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ch/chainsaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install apache-chainsaw
```

  Evidenz: openSUSE Tumbleweed package metadata: apache-chainsaw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:chainsaw
- **Paketmanager:** Homebrew
- **Version:** 2.16.2
- **Quellzusammenfassung:** Rapidly Search and Hunt through Windows Forensic Artefacts
- **Homepage:** <https://github.com/WithSecureLabs/chainsaw>
- **Repository:** <https://github.com/WithSecureLabs/chainsaw>
- **Zuletzt aktualisiert:** 2026-07-09T10:07:08Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- chainsaw (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.16.2
## Projektgeschichte und Nutzung

Chainsaw is a WithSecure Labs command-line tool for rapid Windows forensic triage. It searches event logs and other Windows artefacts, applies Sigma and custom detection rules, and emits investigator-friendly output formats.

### Projektgeschichte

WithSecure Countercept created Chainsaw for incident-response cases where endpoint telemetry or a SIEM was not available, so analysts needed fast standalone processing of Windows artefacts. The public GitHub repository was created in August 2021 and v1.0.0 was released later that month.

The project evolved from an all-in-one threat-hunting bundle toward a tool that expects users to keep Sigma rules and sample event logs separately. The README notes that Chainsaw v2 stopped including Sigma Rules and EVTX-Attack-Samples as submodules so users could track those projects independently.

### Adoptionsgeschichte

Chainsaw is distributed through GitHub releases, Nix, and the Homebrew formula named chainsaw. That packaging path matters because the tool is useful as a portable first-response binary on analyst workstations and ephemeral response systems.

GitHub release metadata shows active maintenance from v1.0.0 in 2021 through v2 releases in 2026.

### Wie es verwendet wird

Typical use is to run chainsaw against Windows event-log collections, optionally supplying a Sigma rules directory and a mapping file such as mappings/sigma-event-logs-all.yml. The README documents output formats including table, CSV, and JSON, plus timeline generation from Shimcache enriched with Amcache data.

### Warum Paket-Nerds sich dafür interessieren

Chainsaw is notable in package-manager culture because it packages modern Rust DFIR tooling for a workflow that often used heavier SIEM stacks such as Splunk or ELK. It also shows the Sigma ecosystem becoming something local CLIs can consume directly.

### Zeitleiste

- 2021: GitHub repository created by WithSecureLabs.
- 2021: v1.0.0 published on GitHub releases.
- 2023: v2 line documented removal of bundled Sigma and EVTX sample submodules.
- 2026: v2.16.0 published on GitHub releases.

### Related projects

- SigmaHQ/sigma provides the Sigma detection rules Chainsaw can run.
- omerbenamram/evtx is the Rust EVTX parser wrapped by Chainsaw.
- sbousseaden/EVTX-ATTACK-SAMPLES is used in the README example dataset workflow.

### Quellen

- <https://github.com/WithSecureLabs/chainsaw#readme>
- <https://github.com/WithSecureLabs/chainsaw/releases>
- <https://api.github.com/repos/WithSecureLabs/chainsaw>


## Sicherheitshinweise

Für chainsaw wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- Nix - chainsaw: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chainsaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - apache-chainsaw - 2.1.0-5.10: normalized package name match | openSUSE Tumbleweed package metadata: apache-chainsaw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Apache Chainsaw | https://logging.apache.org/chainsaw


## Combined YAML source

View the package source record on GitHub. [combined/chainsaw.yml](https://github.com/mxcl/pkgdb/blob/main/combined/chainsaw.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
