DACS 2201 / 04-Penetration Testing and Malware

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

1/32

flashcard set

Earn XP

Description and Tags

Vocabulary practice covering the definitions and types of penetration testing and various categories of malware as presented in the lecture.

Last updated 10:03 AM on 5/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Penetration testing (Pen Test)

A simulated cyber attack against an information system to check for exploitable vulnerabilities.

2
New cards

Creep

Expansion beyond the test's limitations that occurs when a pen test is not well planned.

3
New cards

Rules of Engagement

The limitations and parameters of a pen test, including timing, scope, authorization, exploitation level, communication, cleanup, and reporting.

4
New cards

Red Team

The team of attackers in a penetration test.

5
New cards

Blue Team

The team of defenders in a penetration test.

6
New cards

White Team

The referees who enforce the rules of engagement during a pen test.

7
New cards

Purple Team

A team that provides real-time feedback to attackers and defenders to enhance the overall test.

8
New cards

Black Box

A pen test where the tester is given no information and no special privileges.

9
New cards

White Box

A pen test where the tester is given full knowledge of the network and the source code of applications.

10
New cards

Gray Box

A pen test where the tester is given limited knowledge and access level.

11
New cards

Reconnaissance

Also called footprinting; the process of gathering information about the organization through active or passive means.

12
New cards

Open-Source Intelligence (OSINT)

Publicly accessible information found online used during passive reconnaissance.

13
New cards

Scanning

The phase where threat actors identify open ports as potential entry points by checking network traffic.

14
New cards

Establishing Persistence

Installing a backdoor to allow easier, repeated, and long-term access to the system without reusing the initial vulnerability.

15
New cards

Moving Laterally

The process of attempting to escalate to more advanced protected resources (privilege escalation) to reach an ultimate target.

16
New cards

Malware

Malicious Software that enters a computer system without the user’s knowledge or consent to perform unwanted and harmful actions.

17
New cards

Ransomware

Malware that prevents a user’s endpoint device from fully functioning until a fee is paid, often between 200500200-500 dollars for individuals.

18
New cards

Cryptomalware

Malware that encrypts all files on a device (or connected servers, NAS, and DAS) so they cannot be opened.

19
New cards

File-based virus

Malicious code attached to a file that reproduces on the same computer but requires human intervention to transfer to another computer.

20
New cards

Fileless virus

Malicious code loaded directly into RAM that takes advantage of native OS services and writes to the Windows Registry for persistence.

21
New cards

Worm

A malicious program, also known as a Network Virus, that uses a computer network to replicate and spread itself automatically.

22
New cards

Bot

Also called a zombie; an infected computer placed under the remote control of an attacker.

23
New cards

Botnet

A group of millions of infected computers receiving instructions through a command and control (C&C) structure.

24
New cards

Bot herder

A remote computer that sends instructions to a botnet.

25
New cards

Keylogger

Malware that silently captures and stores each keystroke typed on a keyboard, available as software or hardware devices.

26
New cards

Spyware

Tracking software deployed without consent that monitors activities like web pages browsed or personal information.

27
New cards

Potentially Unwanted Programs (PUPs)

Software such as adware and browser hijackers that are installed along with other programs when users overlook default installation options.

28
New cards

Trojan

An executable program that disguises itself as a benign activity while performing malicious tasks.

29
New cards

Remote Access Trojan (RAT)

A type of trojan that allows an attacker unrestricted access to monitor users, change settings, or access other networked computers.

30
New cards

Backdoor

A method of access to a computer or program that circumvents normal security protections.

31
New cards

Logic Bomb

Dormant code added to a legitimate program that triggers a malicious activity only when a specific event occurs.

32
New cards

Rootkit

Malware that accesses lower layers of the OS to hide its own presence and the presence of other malware.

33
New cards

Macros

Visual Basic (VB) executable code found in Microsoft Office documents that can be used to host malware.