CompTIA A+ 220-1202 - Security and Malware Notes- 7th Set of Notes

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

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Why is perimeter security insufficient against insider threats?

It offers no protection against threats originating inside the network.

2
New cards

What is the least privilege principle?

Limiting data access to only those who genuinely need it.

3
New cards

Why is cryptocurrency popular for recruiting insider accomplices?

Payments are fast, anonymous, and difficult to trace.

4
New cards

What is the root cause of SQL injection attacks?

A failure of input validation in the application.

5
New cards

What does SQL stand for?

Structured Query Language.

6
New cards

How does the injected code "' OR '1'='1" bypass SQL authentication?

It creates an always-true condition, returning all database records.

7
New cards

What does the double dash ("--") signify in a SQL injection query?

It tells the database to ignore everything that follows as a comment.

8
New cards

What coding practice prevents SQL injection by separating input from commands?

Parameterized queries, also called prepared statements.

9
New cards

What is the primary target of a standard Cross-Site Scripting (XSS) attack?

The victim's session cookie.

10
New cards

Why is XSS abbreviated as XSS instead of CSS?

To avoid confusion with Cascading Style Sheets (CSS).

11
New cards

What scripting language is most commonly used in XSS attacks?

JavaScript.

12
New cards

What is Stored (Persistent) XSS?

An XSS attack where the malicious script is permanently stored on a web page.

13
New cards

What is the root-level developer fix that completely prevents XSS?

Rigorous input validation and sanitization.

14
New cards

What type of attack is Business Email Compromise (BEC)?

A social engineering attack targeting human trust and urgency.

15
New cards

What is typosquatting in email domain spoofing?

Registering a domain with a subtle misspelling to mimic a legitimate domain.

16
New cards

What is the single most effective defense against BEC financial requests?

Verifying unusual requests out-of-band, such as a direct phone call.

17
New cards

What is a supply chain attack?

An attack exploiting vulnerabilities in third-party suppliers to breach a target.

18
New cards

What network design practice would have contained the Target 2013 HVAC breach?

Network segmentation.

19
New cards

What did the 2020 SolarWinds Orion attack demonstrate about digital signatures?

They do not protect if malicious code is inserted before signing.

20
New cards

What is a Standard Operating Environment (SOE)?

A pre-approved, fully configured device setup used to standardize devices.

21
New cards

What occurs on Microsoft "Patch Tuesday"?

Microsoft releases its monthly batch of security updates on the second Tuesday.

22
New cards

What is the difference between EOL and EOSL in software support?

EOL stops sales; EOSL stops all support and security patches.

23
New cards

How does a Mobile Device Manager (MDM) make BYOD secure?

It partitions the device to separate corporate data from personal data.

24
New cards

What is the best practice for organizations dealing with infected systems?

Wipe the system entirely and restore from a known good image.

25
New cards

Why must you disable System Restore early in malware removal?

To delete infected restore points and prevent malware from returning.

26
New cards

Why should you never back up an infected system?

It preserves the malware, which will re-infect the system when restored.

27
New cards

What is the escalation path when normal boot fails during malware removal?

Safe Mode, then WinPE, then ADK.

28
New cards

What is the final step of the malware removal process?

User education and training.