Network Monitoring and Intrusion Detection

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Critical vocabulary and concepts related to network security monitoring, intrusion detection systems, and common data analysis tools mentioned in the lecture.

Last updated 5:07 AM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Network Monitoring

The process of collecting and analyzing evidence from network communications to understand activity, detect behavior, and support investigations.

2
New cards

Full Content Data

A type of network security monitoring data that involves capturing every packet in its raw form, similar to a Wireshark capture.

3
New cards

Transaction Data

Summarized versions of full content records, such as those provided by the tool Zeke, that offer a high-level view of network events to save space and simplify analysis.

4
New cards

Extracted Content

Data types consisting of specific files or payloads, such as malware or sensitive files, that have been sent between hosts.

5
New cards

Alert Data

Automated pattern detection mechanisms that flag suspicious activity to allow analysts to investigate a small subset of total network traffic.

6
New cards

Zeke

A passive network analyzer, formerly known as Bro, that categorizes traffic into high-level transaction records and logs like DNS, TLS, and HTTP activity.

7
New cards

Suricata

A signature-based detection tool that uses predefined rules to listen to network traffic and generate alerts when patterns match known malicious activity.

8
New cards

Signature-based Detection

A detection method that looks for well-defined patterns considered to be malicious, generating alerts when those specific patterns are observed.

9
New cards

Anomaly-based Detection

A detection method that establishes a representation of normal behavior and generates alerts when activity deviates from that baseline.

10
New cards

Passive Sensor

A monitoring tool that collects data as it flows through the network without interfering with or blocking the traffic.

11
New cards

Inline Tool

A security mechanism that takes in packets and can actively decide to block traffic deemed malicious, serving as a layer of defense after a firewall.

12
New cards

EDR

Endpoint Detection Response; a security tool that monitors and records processes and activity occurring on individual host machines.

13
New cards

NDR

Network Detection Response; a tool used for identifying high-level malware activities by monitoring network flow traffic.

14
New cards

APT

Advanced Persistent Threat; a sophisticated adversary that attempts to remain undetected in an environment while moving laterally and using specialized tools.

15
New cards

SEEM

A security tool (referred to in the transcript as SEEM or SIEM, such as Splunk) that ingests logs and alerts from multiple sources to provide attack chain visibility.

16
New cards

S0

A connection state code used in Zeke logs to indicate that an initial connection attempt was made but no reply was received.

17
New cards

RSTO

A connection state code in Zeke indicating that a connection was established but was subsequently aborted by the originator.

18
New cards

Nmap

A tool used to simulate or perform service discovery by scanning ports to identify running services and their version numbers.