Chapter 9 - Malware, Vulnerabilities and Threats Flashcards Preview

CompTIA Security+ > Chapter 9 - Malware, Vulnerabilities and Threats > Flashcards

Flashcards in Chapter 9 - Malware, Vulnerabilities and Threats Deck (25)
Loading flashcards...
1
Q

How does Spyware differ from Malware?

A

page 300
Works actively on behalf of a third party. Rather than self replicating, like viruses and worms, spyware is spread to machines by users who inadvertently ask for it.

2
Q

What are rootkits?

A

page 301

Software programs that have the ability to hide certain things from the operating system.

3
Q

What are Trojan Horses?

A

page 305
Programs that enter a system or network under the guise of another program. Could create a backdoor or replace a valid program during installation.

4
Q

What are logic Bombs?

A

page 307

Programs or code snippets that execute when a certain predefined event occurs.

5
Q

What are the two Definitions of Backdoors?

A

page 308

  • Originally referred to troubleshooting and developer hooks into systems that often circumvented normal authentication.
  • Second refers to gaining access to a network and inserting a program or utility that creates an entrance for an attack.
6
Q

What are software running on infected computers called zombies often known as?

A

page 309

Botnet

7
Q

What are often delivered through a Trojan, takes control of a system and demands that a third party be paid?

A

page 309
Ransomware
- The “control” can be accomplished by encrypting the hard drive, by changing user password information, or via any of number of other creative ways.

8
Q

What are the different types of Virus classifications?

A

page 310

  • Polymorphic - Stealth
  • Retrovirus - Multipartite
  • Armored - Companion
  • Phage - Macro
9
Q

What are the different types of viruses?

A

page 313

  • Armored - Polymorphic
  • Companion Virus - Phage
  • Macro Virus - Retro virus
  • Multipartite Virus - Stealth
10
Q

What is Spam?

A

page 316
Defined as any unwanted, unsolicited email and not only can the sheer volume of it be irritating, but it can also often open the door to larger problems.

11
Q

What are some of the reasons attackers have for initiating an attack?

A

page 319

  • They might be doing it for sheer fun of it.
  • They might be criminals attempting to steal from you
  • They might be individuals or groups who are using the attack to make a political statement or commit an act of terrorism
12
Q

What are some of attacks of DoS, DDoS?

A

page 319

  • Deny access to information, applications, systems, or communications.
  • Bring down a website while the communications and systems continue to operate.
  • Crash the operating system
  • Fill the communications channel of a network and prevent access by authorized users.
  • Open as many TCP sessions as possible; this type of attack is called a TCP SYN flood DoS attack
13
Q

What is a Spoofing Attack?

A

page 321

Is an attack by someone or something to masquerade as someone else., usually an access attack.

14
Q

What are the most popular spoofing attacks today?

A

page 321

  • IP spoofing
  • ARP Spoofing
  • DNS SPoofing
15
Q

What is Spear Phishing?

A

page 323
A unique form form of phishing in which the message is made to look as if it came from someone you know and trust as opposed to an informal third party.

16
Q

What is Replay Attacks?

A

page 325

Is a kind of access or modification attack. The attacker can capture the information and replay it later.

17
Q

What types of Password Attacks are there?

A
page 327
Brute-Force Attack
Dictionary Attack
Hybrid
Birthday Attack
Rainbow Table
18
Q

How does a Brute-Force Attack occur?

A

page 327

Is an attempt to guess passwords until a successful guess occurs.

19
Q

What type of attack uses a combination of dictionary entries and brute-force?

A

page 327

Hybrid

20
Q

What is a Rainbow Table Attack?

A

page 327
Focuses on identifying a stored value. By using values in an existing table of hashed phrases or words and comparing them to values found.

21
Q

What are some questions you should consider when responding to an Attack?

A

page 328

  1. How can you show that a break-in really occurred?
  2. How can you determine the extent of what was done during the entry?
  3. How can you prevent further entry?
  4. Whom should you inform in your organization?
  5. What should you do next?
22
Q

What is Transitive Access?

A
page 332
One party (A) trusts another party (B)
If party (B) trusts another party (C), then a relationship may exist whereby the third party (C) is trusted by the first party (A)
23
Q

What are Client-side Attacks?

A

page 333

Targets vulnerabilities in client applications that interact with a malicious server.

24
Q

What is the act of registering domains that are similar to those for a known entity but based on a misspelling or typographical error.

A

page 333

Typo Squatting and URL Hijacking

25
Q

What is SQL Injection?

A

page 335
Structured Query Language, AKA SQL Insertion Attack.
An attacker manipulates the database code to take advantage of a weakness in it.
Various types of exploits fall into the following categories:
- Escape characters not filtered correctly
- Type handling not properly done
- Conditional errors
- Time delays