Terminology Index
Glossary
1801 terms
Showing 1249-1280 of 1801 terms
Process Monitor Analysis
Using Process Monitor (procmon), or similar tools, to observe and analyze a sample's process, file, registry, and network activity during dynamic malware analysis, revealing detailed behavior in real time.
Process Monitor analysis is a workhorse of dynamic malware analysis: running a sample in a lab while procmon records every process, file, registry, and network operation. Filtering and reviewing this trace shows exactly how the sample behaves, what it drops, where it persists, what it touches, faster than reverse engineering and useful for less-experienced analysts. As a malware-analysis foundations technique, it gives concrete behavioral evidence that informs indicators, detections, and reports.
Introduced in: Applied Malware Analysis for Defenders
Examples
- Running a sample under Process Monitor to capture all its operations.
- Filtering procmon output to find the sample's persistence writes.
- Reviewing the trace to extract indicators of file and registry changes.
No related terms linked yet.
