Microsoft has released a Linux version of the popular Sysinternals Procmon utility that users can monitor running processes’ activity. Using Procmon on Linux, you can specify the process IDs that you would like to monitor or specific system calls. Microsoft provides instructions on building Procmon in on their GitHub page. To compile Procmon for Linux, Microsoft states that you will need to be running Ubuntu 18.04 LTS or later, have CMake 3.13 or later installed, and libsqlite3-dev installed.
Source: https://www.bleepingcomputer.com/news/microsoft/microsoft-releases-open-source-linux-version-of-procmon-tool/

