google/grr-doc

MacOS client installer not working!

Opened this issue · 2 comments

jx1138 commented

The MacOS client installer pkg for 3.4.6.8 on the latest Ventura release 13.4.1 does not work. The installer runs and says successful but does nothing -- these launchd files are not created:

/etc/grr.local.yaml
/Library/LaunchDaemons/com.google.code.grr.plist

Moreover, the alternative installation instructions (using apt-get) have not been relevant for years, leaving RAM on fleets of recent developer Macbooks unmonitored.

Can anyone point me to the GRR scripts used for memory acquisition on Macs? From the docs, I understand that Yara is used for analysis with a presumably modified dependency for acquisition, since Yara itself does not appear to handle acquisition on Macs. This is actually all I want to do -- can anyone point me to a solution?

The MacOS client installer pkg for 3.4.6.8 on the latest Ventura release 13.4.1 does not work. The installer runs and says successful but does nothing -- these launchd files are not created:

How is your GRR server deployment configured? Is Fleetspeak enabled?

Moreover, the alternative installation instructions (using apt-get) have not been relevant for years, leaving RAM on fleets of recent developer Macbooks unmonitored.

I'm not sure I follow - could you please share a link? I'm not aware of alternative installation instructions using apt-get, as apt-get is a Linux package management tool that, as far as I know, is not used on Macs.

Can anyone point me to the GRR scripts used for memory acquisition on Macs? From the docs, I understand that Yara is used for analysis with a presumably modified dependency for acquisition, since Yara itself does not appear to handle acquisition on Macs. This is actually all I want to do -- can anyone point me to a solution?

Memory acquisition on recent macOS versions unfortunately doesn't work, as Apple has locked down memory reading capabilities (short summary: process memory can only be read if the binary of the process of interest has a special debug bit set). Raw memory acquisition is not possible as well, as the kernel drivers system was also locked down and migrated to well-defined APIs in recent macOS versions.

jx1138 commented