Terminology Index

Glossary

1801 terms

Open concept maps

Showing 577-608 of 1801 terms

D
17

Dynamic Analysis Methodology

The approach to analyzing malware by running it in a controlled, isolated environment and observing its behavior, what files, processes, registry keys, and network connections it creates, to understand what it does without reading its code.

Dynamic analysis executes a malware sample in a safe sandbox or lab and watches what it does at runtime: spawning processes, modifying the system, contacting infrastructure, dropping files. It reveals behavior that static analysis of the code might miss or that obfuscation hides, and it produces indicators for detection. A sound methodology pairs careful isolation and sample handling with systematic observation, complementing static analysis for a complete picture.

Introduced in: Applied Malware Analysis for Defenders

Examples

  • Running a sample in an isolated lab and recording the processes it spawns.
  • Observing the network connections malware makes to find its infrastructure.
  • Watching file and registry changes to understand a sample's behavior.

No related terms linked yet.

E
15