Looking for Endpoint Security events for some System Calls

Please help me in finding Endpoint Security events for below systems calls.
  1. SYS_kdebug_trace

  2. SYS_open_nocancel

  3. SYS_posix_spawn

  4. SYS_proc_info

  5. SYS_rmdir

  6. SYS_vfork

  7. SYS_copyfile

  8. SYS_mkdir

  9. SYS_chmod

  10. SYS_chown

There isn’t a one-to-one mapping between system calls and EndpointSecurity messages. You should look through the es_event_type_t list in <EndpointSecurity/ESTypes.h> to find the event types that obviously correlate to the system calls of interest. If you find that there’s no event that matching a system call you care about, post the details here and I’ll take a detailed look.

Make sure to include both the system call itself and what you’re hoping to do by detecting that system call.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Looking for Endpoint Security events for some System Calls
 
 
Q