Group 08: Endpoint Security and Malware

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/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:20 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards
What is EDR?
Endpoint Detection and Response provides endpoint telemetry, behavioral detection, investigation, and response capabilities.
2
New cards
What is the difference between EDR and traditional antivirus?
Antivirus primarily detects known or suspicious malware, while EDR provides broader behavioral visibility, investigation data, and response actions.
3
New cards
What is malware?
Software intentionally designed to damage, disrupt, spy on, or gain unauthorized access to systems.
4
New cards
What is ransomware?
Malware that encrypts or disrupts systems and demands payment.
5
New cards
What is a Trojan?
Malicious software disguised as legitimate software or content.
6
New cards
What is a worm?
Malware capable of spreading automatically between systems.
7
New cards
What is spyware?
Malware designed to secretly collect information about users or systems.
8
New cards
What is a process tree?
A representation of parent and child process relationships showing how programs were started.
9
New cards
Why are parent-child process relationships important?
Unusual relationships may reveal malicious execution, scripting, exploitation, or abuse of trusted tools.
10
New cards
What is a LOLBin?
A legitimate operating-system binary abused by attackers for malicious activity.
11
New cards
What is credential dumping?
Extracting passwords, hashes, tickets, tokens, or other authentication material from a system.
12
New cards
What is process injection?
Running malicious code inside another process to evade detection or use its privileges.
13
New cards
What is persistence?
A technique used to maintain access after restarts, logouts, or credential changes.
14
New cards
What is command and control?
Communication between an attacker and compromised systems for issuing commands or transferring information.
15
New cards
What is endpoint isolation?
Restricting a device’s network communication while preserving access needed for security investigation and response.
16
New cards
What is quarantine?
Isolating a suspicious or malicious file so it cannot execute or affect the system.
17
New cards
Why can PowerShell be suspicious?
Attackers may use it to execute scripts, download payloads, collect information, evade controls, or move laterally.
18
New cards
Why can rundll32.exe be suspicious?
Attackers may abuse it to execute malicious DLL functions or proxy malicious execution.
19
New cards
Why can certutil.exe be suspicious?
It can download, decode, or manipulate files in addition to its legitimate certificate functions.
20
New cards
Why can mshta.exe be suspicious?
It can execute HTML applications and scripts, including malicious remote content.
21
New cards
Why can regsvr32.exe be suspicious?
It may be abused to execute scripts or DLLs while using a trusted Windows binary.
22
New cards
Why can schtasks.exe be suspicious?
It can create scheduled tasks for persistence or execution.
23
New cards
Why can sc.exe be suspicious?
It can create, modify, and start Windows services for persistence or execution.
24
New cards
What should be reviewed when a legitimate Windows tool triggers an alert?
Review the user, command line, parent process, child processes, file path, signature, network activity, timing, and business context.
25
New cards
Why should a remediated malware alert still be investigated?
The malware may have executed, spread, stolen credentials, established persistence, or affected other systems before remediatio