Skip to content

OBTS Release

Latest
Compare
Choose a tag to compare
@Brandon7CC Brandon7CC released this 06 Dec 08:13
· 3 commits to main since this release

"Objective By the Sea v7.0" Drop!

This app demonstrates the ability to detect common classes of XPC exploits by validating code signing properties on both sides of the connection and pivoting off of macOS 14's XPC_CONNECT Endpoint Security event.

App usage

  1. Download a copy below
  2. Since this app leverages ES it needs to be run as root with FDA on the hosting process (e.g. Terminal.app): sudo XPC2Proc.app/Contents/MacOS/XPC2Proc
  3. Optionally, you can test a detection.
    1. Switch to the build directory: tests/build/
    2. Compile the test with tests/build/build.sh
    3. Test a detection with: ./tests/bin/xpcConnTest com.xpc.example.agent.hello

Screenshot