Ch. 5 Endpoint Vulnerabilities, Attacks, and Defenses

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

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:23 PM on 6/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

workstation

a special computer designed for scientific or highly technical applications

2
New cards

malware

word that describes software designed to interfere with a computer’s normal functions and can be used to commit an unwanted and harmful action

3
New cards

ransomware

malicious software designed to extort money from victims in exchange for their endpoint device to be restored to its normal working state

4
New cards

blocking ransomware

blocks the user from using their computer in a normal fashion

5
New cards

locking ransomware

encrypts sdome or all of the files on the device so thjat they cannot be opened

6
New cards

keylogger

silently captures and stores each keystroke that a user types on the computer’s keyboard

7
New cards

spyware

tracking software that is deployed without the consent or control of the user

8
New cards

trojan

executable program that masquerades as a performing a benign activity but also does something malicious

9
New cards

remote access Trojan (RAT)

has the basic functionality of a Trojan but also gives the threat agent unauthorized remote access to the victim’s computer by using specially configured communication protocols

10
New cards

file-based virus

malicious code that is attached to a file that reproduces itself on the same computer without any human intervention

11
New cards

fileless virus

does not attach itself to a file but instead takes advantage of native services and processes that are part of the OS to avoid detection and carry out its attacks

12
New cards

worm

malicious program that uses a computer network to replicate (sometimes called a network virus)

13
New cards

bloatware

software that is installed on a device without the user requesting it

14
New cards

bot

Infected robot computer (zombie)

15
New cards

logic bomb

computer code that is typically added to a legitimate program but lies dormant and evades detection until a specific logical event triggers it

16
New cards

rootkit

malware that can hide its presence and the presence of other malware on the device

17
New cards

backdoor

gives access to a computer, program, or service that circumvents any normal security protections

18
New cards

privilege escalation

allows the attacker to gain illicit access of elevated rights or privileges beyond what is entitled for a user

19
New cards

buffer overflow attack

occurs when a process attempts to store data in RAM beyond the boundaries of a fixed-length storage buffer

20
New cards

improper input handling

features does not filter or validate user input to prevent a malicious action

21
New cards

rare condition

software occurs when two concurrent threads of execution access a shared resource simultaneously

22
New cards

web-based attacks

common type of attack is an application attack directed at programs running on Internet web servers

23
New cards

directory traversal

type of web-based attack that takes advantage of a vulnerability so that a user can move from the root directory to other restricted directories

24
New cards

cross-site scripting (XSS)

a website that accepts user input without validating it and uses that input in a response can be exploited

25
New cards

SQL injection

one of the most common injection attacks.

inserts statements to manipulate a database server

26
New cards

structured query language (SQL)

an attack that inserts statements to manipulate a database server

27
New cards

cross-site request forgery (CSRF)

takes advantage of authentication “token” that a website sends to a user’s web browser

28
New cards

server-site request forgery (SSRF)

takes advantage of a trusting relationship between web servers

29
New cards

replay attacks

commonly used against digital identities

-Threat actor retransmits selected and edited portions of the copied communications later to impersonate the legitimate user

30
New cards

cross-site scripting (XSS)

attack that is based on a website accepting user input without sanitizing or validating it

31
New cards

antivirus (AV)

software can examine a computer for file-based virus infections and monitor computer activity and scan new documents that might cointain a virus

32
New cards

static analysis

older AV products use signature-based monitoring

33
New cards

dynamic analysis

newer approach to AV is heuristic monitoring

34
New cards

secure cookies

sent to a web server with an encrypted request over the secure HTTPS protocol

35
New cards

HTTP Response Headers

headers that tell the browser how to behave while communiocating with the website

36
New cards

Host Intrusion Detection Systems (HIDS)

software-based application that runs on an endpoint computer and can detect an attack has occurred

37
New cards

Host Intrusion Prevention Systems (HIPS)

monitor endpoint activity to immediately block a malicious attack by following specific rules

38
New cards

Endpoint Detection and Response (EDR)

tools considered more robust than HIDS and HIPS

39
New cards

automated patch management tools

patch distribution and deployment systems that automatically update software across endpoints to mitigate vulnerabilities.

40
New cards

application allow list

a list of approved applications to run on the OS so that any item not approved will not functioin

41
New cards

sandbox

a “container” in which an application can be run so that it does not impact the underlying OS