PTRACE_TRACEME used to prevent process debugging

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Goal

Detect usage of the ptrace system call with the PTRACE_TRACEME argument, indicating a program actively attempting to avoid debuggers attaching to the process. This behavior is typically indicative of malware activity.

Strategy

The ptrace system call provides a means for one process to observe and control the execution of another process. This system call allows a process to modify the execution of another process, including changing memory and register values. One limitation of this system call is that a process can only have one trace, and malicious actors have been observed making use of this limitation to prevent debuggers from attaching to malicious processes for the purpose of forensics or analysis.

Triage and response

  1. Check the name of the process using TRACEME
  2. If this file is not known or authorized, contain the host or container and roll back to a known good configuration. Initiate the incident response process. Requires Agent version 7.35 or greater