Reconnaissance
Weaponization
Delivery
Linux Commands Part 1
Linux Commands Part 2
100

What is the purpose of Reconnaissance?

What is gathering information about a target?

100

What is the purpose of weaponization?

What is attackers create malicious files for an attack?

100

What is delivery?

What is when the attacker sends the weapon to the victim?

100

pwd

What is print working directory?

100

cd

What is change directory?

200

What are the two types of information gathering?

What is public information gathering and private information gathering?

200

What is an exploit and what is a payload?

Exploit: What is code that takes advantage of a vulnerability?

Payload: What is the malicious code that is executed after exploitation?

200

Name an emotion that is exploited by attackers?

What is urgency, authority, fear, and curiosity?
200

CLI

What is command line interface?

200

Prompt

what is indicates system is ready for user interaction?

300

What does OSINT stand for?

What is Open Source Intelligence

300

What is a keylogger?

What is software that records keystrokes?

300

Name 2 defenses against delivery

What is firewalls, filters, live monitoring, and user training.

300

ls

what is lists all files?

300

rmdir

What is remove directory?

400

What is an example of public information gathering and private information gathering?

What is social media, websites, staff directories, emails, data breaches, leaked credentials, insider information?

400

List 2 defenses against weaponization?

What is updating software, disabling unnecessary features, using antivirus, and whitelisting.
400

Name 3 common delivery methods

What is phishing emails, USB drops, malicious websites, QR codes, and bad links.

400

mkdir

what is make directory?

400

sudo

What is super user do?

500

List 3 defenses against common reconnaissance tactics 

What is not oversharing, privating social media, monitoring data leaks, and security training? 

500

Why is reconnaissance so important to weaponization?

What is the more accurate information about the target you have, the better the weapon will be?
500

Why is delivery the most important part of the kill chain for defenders?

What is defenders have a lot more control of delivery than any other step in the Cyber Kill Chain?

500

mv (both uses)

What is moves and renames files?

500

touch

what is makes empty files?