Send a link to your students to track their progress
22 Terms
1
New cards
What is a SIEM?
A platform that collects, normalizes, searches, correlates, and analyzes security logs from multiple sources.
2
New cards
What is a log source?
A system or application that generates records of activity, such as a firewall, endpoint, identity provider, or cloud platform.
3
New cards
What is log ingestion?
The process of collecting and importing log data into a security platform.
4
New cards
What is log parsing?
Extracting structured fields and values from raw log data.
5
New cards
What is log normalization?
Converting data from different products into a consistent format or schema.
6
New cards
What is a correlation rule?
Detection logic that connects multiple events or conditions to identify suspicious activity.
7
New cards
What is a baseline?
A representation of expected behavior used to identify unusual activity.
8
New cards
What is an anomaly?
Activity that differs from expected behavior but is not automatically malicious.
9
New cards
What is UEBA?
User and Entity Behavior Analytics identifies unusual activity involving users, devices, and other entities.
10
New cards
What is detection engineering?
Designing, testing, tuning, documenting, and maintaining security detections.
11
New cards
What makes a good SIEM detection?
It detects meaningful behavior, uses reliable data, provides useful context, limits noise, and gives analysts a clear investigation path.
12
New cards
How should a noisy detection be tuned?
Review the triggering activity, identify legitimate patterns, adjust thresholds or logic, add narrowly scoped exclusions, test historical data, and monitor the results.
13
New cards
Why should broad exclusions be avoided?
They can suppress real malicious activity and create large visibility gaps.
14
New cards
What is threat hunting?
Proactively searching for suspicious activity that may not have generated an alert.
15
New cards
What is log retention?
The amount of time logs remain stored and available for investigation.
16
New cards
Why is time synchronization important?
Accurate and consistent timestamps allow analysts to correlate events and build reliable timelines.
17
New cards
What is data enrichment?
Adding context such as user information, asset criticality, geolocation, vulnerabilities, or threat intelligence.
18
New cards
What is an indicator of compromise?
Evidence suggesting compromise, such as a malicious hash, IP address, domain, URL, or file.
19
New cards
What is an indicator of attack?
Behavior suggesting an attack is occurring, such as credential dumping, process injection, or suspicious command execution.
20
New cards
What is the difference between an IOC and an IOA?
An IOC is evidence associated with compromise, while an IOA describes suspicious attacker behavior.
21
New cards
Why should threat-intelligence matches be validated?
Indicators may be outdated, shared, misclassified, or associated with legitimate security tools and infrastructure.
22
New cards
What does it mean to pivot from a log event?
Use a field such as a user, host, process, IP address, domain, or hash to search for connected activit