Section 1: Enterprise Incident Response & Threat Hunting

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

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:48 PM on 6/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards
What does PICERL stand for?
Preparation, Identification, Containment, Eradication, Recovery, Lessons Learned.
2
New cards
Why should you scope an incident before eradication?
To understand the full compromise and avoid leaving attacker footholds behind, which can lead to a "whack-a-mole" scenario.
3
New cards
What is a hypothesis-driven hunt?
A proactive hunt based on a theory about attacker behavior, often informed by Cyber Threat Intelligence (CTI).
4
New cards
What is the difference between an IOC and a TTP?
An IOC is a specific, static indicator (like a hash or IP); a TTP is a broader behavioral pattern of an adversary.
5
New cards
What is living-off-the-land?
Abusing legitimate, pre-installed system tools (like PowerShell, WMI, or schtasks) to perform malicious actions.
6
New cards
What is high file entropy a clue for?
High entropy (a score close to 8) suggests the file contains compressed or encrypted data, a common sign of packed malware.
7
New cards
What is filename homoglyph abuse?
Using visually similar Unicode characters (e.g., a Cyrillic 'а' for an ASCII 'a') to disguise malicious file names.
8
New cards
Name two common ASEPs (AutoStart Extension Points) used for persistence.
Registry Run Keys and the Startup folder.
9
New cards
How are scheduled tasks (schtasks.exe) used for persistence?
They provide reliable, automated execution that can be triggered by time, a specific event, or user logon.
10
New cards
What is WMI persistence?
Using WMI event filters and consumers to create a trigger-based backdoor that executes malicious code.
11
New cards
What is process masquerading?
Making malware look like a legitimate process by giving it a familiar name or placing it in a familiar location.
12
New cards