0

I am trying to build an anomaly detection system for ransomware and one of the features that I want to use is the number of calls that a process makes to certain Windows APIs, such as calls that are done when a process is encrypting a file.

Is there any tool that gives which API calls a process made? If I can export that capture in a format such as csv would be even better.

I came across the tool procmon tool but it doesn't give a lot of information and does not include the APIs I want (such as encryption APIs). I also found winapioverride but it's paid.

  • There is no official Win32 API for monitoring API calls. However, there are several 3rd party API monitor tools. Search around. Asking for specific recommendations is [off-topic](https://stackoverflow.com/help/on-topic) for StackOverflow. – Remy Lebeau Mar 07 '23 at 01:49

0 Answers0