NetFlow Data and Traffic Flow Analysis

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering NetFlow, flow analysis, and related tools such as IPFIX, Zeek, MRTG, and SNMP, based on lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Full Packet Capture (FPC)

Captures the entire packet, including header and payload, for all traffic; requires large storage.

2
New cards

NetFlow

Cisco-developed protocol for exporting traffic flow metadata to a collector; used for flow analysis; precursor to IPFIX.

3
New cards

Flow collector

System that records NetFlow/IPFIX metadata about traffic flows.

4
New cards

Flow analysis

Analysis of traffic using flow metadata to identify trends, patterns, and anomalies without capturing full payloads.

5
New cards

IPFIX

IP Flow Information Export; the standardization of NetFlow-like data export.

6
New cards

Metadata vs payload

NetFlow captures metadata (IPs, ports, protocol, etc.) about traffic rather than the actual packet contents.

7
New cards

Data flow (NetFlow definition)

A sequence of packets that share the same characteristics (e.g., source/destination IP and ports) treated as a single flow.

8
New cards

Source IP

The origin IP address in a traffic flow.

9
New cards

Destination IP

The target IP address in a traffic flow.

10
New cards

Source port

The port number on the source side used in a flow.

11
New cards

Destination port

The port number on the destination side used in a flow.

12
New cards

Zeek

Hybrid network monitor that passively analyzes traffic; logs full packets only when data is deemed interesting; normalizes data to JSON/TSV.

13
New cards

Normalization

Converting varied logs into a consistent format (e.g., JSON or TSV) for easier analysis.

14
New cards

MRTG (Multi Router Traffic Grapher)

Tool that graphs traffic on network interfaces by querying devices via SNMP.

15
New cards

SNMP

Simple Network Management Protocol; used to monitor and manage network devices and collect traffic data.

16
New cards

Data exfiltration

Unapproved or clandestine transfer of data from a network to external destinations, often detected via unusual outbound traffic.

17
New cards

Baseline

An expected level of normal traffic against which anomalies are detected.

18
New cards

Anomaly detection

Identifying traffic patterns that deviate from the baseline to find potential issues or attacks.