Carbon Black EDR MacOS 7.4.0 sensor is misattributing file modifications to the parent process launchd instead of the actual process.
The sensor daemon attributes each event to a process by looking up (pid, pid_version) in its process-details cache. Process details for a child are only created when the exec event for that child is processed. If a file event for that child is processed before its exec event:
So the underlying cause is: file and exec events are out of sync — the file event is handled before the exec event for the same process.