Detects anomalous use of macOS XPC services for code execution. Monitors for processes invoking privileged XPC daemons with abnormal parameters, unexpected binaries communicating over NSXPCConnection, or helper tools executing code outside of their expected parent process lineage. Correlates process access attempts to system-level daemons, privilege escalations via XPC misconfigurations, and injection of malicious payloads through inter-process communication.
| Data Component | Name | Channel |
|---|---|---|
| Process Access (DC0035) | macos:unifiedlog | Unexpected NSXPCConnection calls by non-Apple-signed or abnormal binaries |
| Process Creation (DC0032) | macos:unifiedlog | execve: Helper tools invoked through XPC executing unexpected binaries |
| Named Pipe Metadata (DC0048) | macos:unifiedlog | XPC messages requesting privileged actions from untrusted or unsigned clients |
| Field | Description |
|---|---|
| AllowedXPCClients | Maintain allowlist of binaries permitted to invoke specific XPC services to minimize false positives. |
| TimeWindow | Threshold for correlating abnormal XPC requests with subsequent privilege escalation or process creation. |
| UnsignedBinaryAlertLevel | Adjust sensitivity of alerts for unsigned or non-Apple-signed clients initiating XPC communication. |