# mac-robber mit Homebrew, apt, dnf, Nix, zypper installieren

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

## Installation

```sh
sudo av install brew:mac-robber
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mac-robber
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mac-robber
```

  Evidenz: Debian stable package indexes: mac-robber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mac-robber
```

  Evidenz: Fedora Rawhide package metadata: mac-robber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mac-robber
```

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

- zypper (92%):

```sh
sudo zypper install mac-robber
```

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

## Paketfakten

- **Paketschlüssel:** brew:mac-robber
- **Paketmanager:** Homebrew
- **Version:** 1.02
- **Quellzusammenfassung:** Digital investigation tool
- **Homepage:** <https://www.sleuthkit.org/mac-robber/>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- mac-robber (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

mac-robber is a small digital forensics and incident-response tool from the Sleuth Kit ecosystem. It collects metadata from allocated files on a mounted file system and emits data that can be fed to The Sleuth Kit's mactime tool to create file-activity timelines.

### Projektgeschichte

The Sleuth Kit site traces mac-robber to the early open-source UNIX forensics lineage around The Coroner's Toolkit. In the February 2003 Sleuth Kit Informer, Brian Carrier described writing mac-robber as similar to Rob Lee's mac-daddy, itself a variation of TCT's grave-robber, but implemented in C instead of Perl.

The project page describes the tool's scope and limits: it requires the file system to be mounted by the operating system, does not collect deleted files or files hidden by rootkits, and can modify directory access times when run against writable mounts. Those limitations are part of its forensic model rather than incidental bugs.

### Adoptionsgeschichte

mac-robber has remained useful because it covers file systems that The Sleuth Kit or other file-system analysis tools may not support directly. The official page calls out obscure UNIX file systems and common UNIX systems such as AIX as use cases.

Package metadata shows mac-robber distributed through Homebrew and several Unix/Linux package managers. Its adoption is niche, but it is durable niche software: the 1.02 release from 2010 is still packaged because the body-file/mactime workflow remains recognizable to forensic practitioners.

### Wie es verwendet wird

The tool is used during live incident response or lab analysis when a suspect file system has been mounted, ideally read-only on a trusted system. Its output is consumed by mactime to produce a timeline of file activity.

The official page warns that mac-robber is basic C intended to compile on any UNIX system, but also that it cannot see deleted or rootkit-hidden files because it relies on the mounted file-system view exposed by the operating system.

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

mac-robber is package-nerd significant because it is a tiny, old, command-line forensic utility whose value comes from interoperability with a larger toolchain. It represents the classic Unix package pattern: one focused binary, plain-text output, and composition with mactime.

### Zeitleiste

- 2000: The Coroner's Toolkit released, establishing the open-source UNIX forensics lineage cited by The Sleuth Kit.
- 2003-02: The Sleuth Kit Informer described mac-robber as a C tool derived from the mac-daddy/grave-robber idea.
- 2010-02: mac-robber 1.02 released with the newer mactime body format.
- 2026: The official mac-robber project page links the 1.02 source release to the sleuthkit/mac-robber GitHub repository.

### Related projects

- Related tools include The Coroner's Toolkit, grave-robber, mac-daddy, The Sleuth Kit, and mactime. mac-robber is best understood as a companion collector for timeline analysis rather than a standalone forensic suite.

### Quellen

- <https://github.com/sleuthkit/mac-robber>
- <https://www.sleuthkit.org/informer/sleuthkit-informer-1.html>
- <https://www.sleuthkit.org/mac-robber>
- <https://www.sleuthkit.org/sleuthkit/man/mactime.html>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - mac-robber - 1.02-13: normalized package name match | Debian stable package indexes: mac-robber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collects data about allocated files in mounted filesystems | https://www.sleuthkit.org/mac-robber
- Nix - mac-robber: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mac-robber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mac-robber - 1.02-13: normalized package name match | Ubuntu 24.04 LTS package indexes: mac-robber from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | collects data about allocated files in mounted filesystems | https://www.sleuthkit.org/mac-robber
- dnf - mac-robber - 1.02-41.fc45: normalized package name match | Fedora Rawhide package metadata: mac-robber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tool to create a timeline of file activity for mounted file systems | http://sourceforge.net/projects/mac-robber/
- zypper - mac-robber - 1.02-14.8: normalized package name match | openSUSE Tumbleweed package metadata: mac-robber from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool to create a timeline of file activity for mounted file systems | http://sourceforge.net/projects/mac-robber/


## Combined YAML source

View the package source record on GitHub. [combined/mac-robber.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mac-robber.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
