Professor Messers Security+ 2.3 Videos

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:00 AM on 9/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Can malware run on its own?

Yes, maleware can run its own process or find an existing process & insert itself in that

2
New cards

where does malware go?

typically between starting address to the end address (only when injecting malware into already running process)

3
New cards

Dynamic link library

also known as DLL; popular form of malware injection; on your system that many applications can use

4
New cards

buffer overflow

An attacker writing more than whats held in a memory & this then spills into another area of memory

5
New cards

Are buffer overflow attacks easy?

Not exactly, this overflow could cause crashing or could take time to take affect

6
New cards

race conditions

two events happen at the same time with an application; developer doesnt know & this could cause an unexpected out put

7
New cards

time of check to time of use

common form of race condition; also known as TOCTOU; application may check system find something & see what it could do with that value; if the time & value are both not checked they can overlap & cause a race condition

8
New cards

should we blindly update?

No, be mindful of all software updates as an attacker could imbed a code within this update

9
New cards

before downloading an update what should we do?

confirm the source (pop ups may not be legit); download directly from site; only download signed apps

10
New cards

operating systems

foundational computing platforms; important to keep it updated as attackers will find vulnerablities to gain access

11
New cards

code injection

attackers puts their own code into an application

12
New cards

Name 4 code injections

HTML

SQL

XML

LDAP

13
New cards

SQL

Also known as structured query language; most popular way to have an application interact with a database; take information input into application & put it into a database

14
New cards

SQLi

an attacker putting their own request into the database; application shouldnt allow this

15
New cards

cross site scripting

also known as XSS; vulnerablities found within apps; most common vulnerabilities & causes your information to be shared with other sites

16
New cards

non persistant attack

also known as a reflected attack; a third party website allows users to run scripts within their website/input box

17
New cards

persisted attacks

also known as stored attack; attacker will post message on social media included malicious payload/javascript

18
New cards

how to protect against XSS?

do not click links from third party sites; disable javascript or limit it; keep browser & applications updated

19
New cards

firmware

an operating system running inside a device that we do not have access to

20
New cards

what counts as a hardware device

lightbulbs

garage door

door locks

refridgerators

21
New cards

end of life

also known as EOL; When a device is no longer able to be upgraded, in the future these products wont be sold

22
New cards

end of service life

also known as EOSL; when a company decides they will no longer sell & update this product

23
New cards

legacy platform

a device thats running an old application; or software typically on EOSL or EOL; a device that is needed in company

24
New cards

virtual machine escape

allows attacker to get from one virtual machine to another

25
New cards

denial of service

also known as DoS; people attempting to disable an application in a public cloud

26
New cards

out of bounds write

writing information into memory even though that aer ais unauthorized for users

27
New cards

supply chain risk

the process of moving raw materials to the end goal of consumers

28
New cards

sideloading

installing application outside of the app store

29
New cards

zero day attacks

attackers exploiting vulnerability & no patch available to mitigate issue

30
New cards