What is Procmon EXE?

What is Procmon EXE?

What is Procmon.exe? Procmon.exe is a legitimate file process developed by Sysinternals. This process is known as Process Monitor and it belongs to Sysinternals Utilities. You can locate the file in C:\Program Files. The virus is created by malware authors and is named after Procmon.exe file.

What kinds of information can be obtained from Procmon?

Procmon is a real-time monitoring tool that logs all filesystem and registry activity….That’s perfect for tracking down issues such as:

  • Incorrect permissions on a file or registry key.
  • Required application files missing.
  • Registry keys or values missing or being named incorrectly.

How do you stop Procmon?

Run Procmon.exe. Process Monitor will begin logging from the moment it starts running. To stop this, click the Capture icon ( ). Clear all the events that Process Monitor recorded by clicking the Clear icon ( ).

How do you take Procmon?

Run Procmon.exe. Select Options -> Enable Boot Logging….Click OK.

  1. Restart the operating system.
  2. Wait until the system starts (it may take up to 15 minutes) and run Procmon.exe again.
  3. Click Yes and save the log file.

How do you get ProcMon?

Collecting a system events log

  1. Close all unused applications.
  2. Run Procmon.exe. Logging will start automatically.
  3. Minimize Process Monitor and reproduce the issue.
  4. Maximize Process Monitor and uncheck the option File -> Capture Events. Event logging will stop.

What are the features of ProcMon for malware analysis?

On of the cool features of procmon is the process tree view. It’ll show every process captured in a trace in a tree like view representing the parent / child relationship between them. This can be extremely helpful when analyzing malware that spawn processes that dies quickly.

How to run riomalware.dll with ProcMon?

Before you run the riomalware.dll, you need to have the procmon be ready by clicking the capture button. when the procmon is in capturing mode then you can run the malware sample. In the malware code, we found the first step is basically will write a file. But let us assume we don’t know the path and how big it is.

Do you need a filter to use ProcMon?

Filters become a necessity to anyone using this tool, and especially when analyzing malware. Procmon offers a ton of filters, but for the sake of our sanity we’ll be focusing on those that are often used in malware analysis. Every action captured by procmon is associated to an operation.

Where do I find ProcMon in Windows 10?

We can use this feature by selecting it from the toolbar menu or pressing “Ctrl+H”. On of the cool features of procmon is the process tree view. It’ll show every process captured in a trace in a tree like view representing the parent / child relationship between them.