Bcis 4630 exam 3

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

1/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:24 PM on 6/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

What is the main difference between a virus and a worm?

A virus attaches itself to another file and usually requires user interaction to spread while a worm is self-contained and spreads automatically through networks

2
New cards

What is a macro virus?

A virus that uses application macros such as VBA to execute malicious code

3
New cards

What is a polymorphic virus?

A virus that changes its code during each replication to evade signature-based detection

4
New cards

What is a logic bomb?

Malicious code that remains dormant until a specific event triggers it

5
New cards

What is a Trojan horse?

A malicious program that appears useful or harmless but contains hidden malicious code

6
New cards

How does a Trojan differ from a virus or worm?

A Trojan does not self-replicate

7
New cards

What is ransomware?

Malware that encrypts files or systems and demands payment for decryption

8
New cards

What is an Advanced Persistent Threat (APT)?

A long-term coordinated attack designed to maintain access and steal information over time

9
New cards

What is a zero-day vulnerability?

A software flaw unknown to the developer and security vendors

10
New cards

What is a zero-day exploit?

An attack that takes advantage of a zero-day vulnerability before a patch exists

11
New cards

What is a buffer overflow?

An attack where excessive input overwrites adjacent memory locations

12
New cards

What is the root cause of a buffer overflow?

Failure to validate user input size

13
New cards

What is shellcode?

Small malicious code inserted into memory and executed after a successful exploit

14
New cards

What is EIP?

The Extended Instruction Pointer that determines the next instruction executed by the CPU

15
New cards

What is a rootkit?

Malware that modifies or replaces operating system components to hide attacker activity

16
New cards

What information can rootkits hide?

Processes files registry keys and network connections

17
New cards

What are the three major rootkit techniques?

Windows API abuse DLL injection and API hooking

18
New cards

What is DLL injection?

Forcing a process to load a malicious DLL

19
New cards

What is API hooking?

Intercepting API calls and altering their behavior

20
New cards

What is a Denial of Service (DoS) attack?

An attack that overwhelms a target with requests and prevents legitimate access

21
New cards

What is a Distributed Denial of Service (DDoS) attack?

A DoS attack launched simultaneously from many compromised systems

22
New cards

What is a bot?

Malware that allows an attacker to remotely control a computer

23
New cards

What is a botnet?

A network of compromised computers controlled by an attacker

24
New cards

What is a zombie?

An infected computer that carries out commands from an attacker

25
New cards

What is command and control (C&C)?

The communication channel used to control bots

26
New cards

What is a SYN flood?

A DoS attack that exploits the TCP three-way handshake by never completing connections

27
New cards

What is a half-open connection?

A connection where SYN and SYN/ACK have occurred but the final ACK was never received

28
New cards

What is IP spoofing?

Falsifying the source IP address in a packet

29
New cards

What is a Man-in-the-Middle attack?

An attack where an attacker intercepts and possibly modifies communications between two parties

30
New cards

What is ARP poisoning?

Sending false ARP information to alter ARP cache entries

31
New cards

What is a firewall?

A device that filters traffic between trusted and untrusted networks

32
New cards

What is a packet-filtering firewall?

A firewall that makes decisions using information contained in a single packet

33
New cards

What is stateful inspection?

Firewall technology that tracks active sessions and connection states

34
New cards

What is NAT?

Network Address Translation

35
New cards

What is a DMZ?

A network buffer zone between the Internet and an internal network

36
New cards

What is an IDS?

An Intrusion Detection System that monitors activity for suspicious behavior

37
New cards

What is a HIDS?

Host-Based Intrusion Detection System

38
New cards

What is a NIDS?

Network-Based Intrusion Detection System

39
New cards

What is a Xmas scan?

A scan with the FIN PSH and URG flags set

40
New cards

What is misuse detection?

Detecting attacks by matching known signatures

41
New cards

What is anomaly detection?

Detecting deviations from established normal behavior

42
New cards

What is a false positive?

Benign activity incorrectly identified as an attack

43
New cards

What is a false negative?

A real attack that goes undetected