Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1089-1120 of 1801 terms

N
17

Network Behavior Analysis

In malware analysis, examining the network activity a sample produces, DNS lookups, connections, command-and-control traffic, downloads, to understand its capabilities and extract network indicators.

Network behavior analysis observes what a malware sample does on the network when run in a lab: which domains and IPs it contacts, the protocols and patterns it uses, what data it sends or pulls. This reveals C2 infrastructure, payload sources, and beaconing characteristics, producing indicators (domains, IPs, JA3 fingerprints) and detections. It is a core part of dynamic malware analysis, paired with host behavior analysis, and a key way analysts turn samples into useful defensive intelligence.

Introduced in: Applied Malware Analysis for Defenders

Examples

  • Recording the DNS lookups and connections a sample makes when detonated.
  • Identifying a command-and-control domain from a sample's traffic.
  • Extracting beaconing characteristics for detection.

No related terms linked yet.

O
15