What is the purpose of Reconnaissance?
What is gathering information about a target?
What is the purpose of weaponization?
What is attackers create malicious files for an attack?
What is delivery?
What is when the attacker sends the weapon to the victim?
pwd
What is print working directory?
cd
What is change directory?
What are the two types of information gathering?
What is public information gathering and private information gathering?
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?
Name an emotion that is exploited by attackers?
CLI
What is command line interface?
Prompt
what is indicates system is ready for user interaction?
What does OSINT stand for?
What is Open Source Intelligence
What is a keylogger?
What is software that records keystrokes?
Name 2 defenses against delivery
What is firewalls, filters, live monitoring, and user training.
ls
what is lists all files?
rmdir
What is remove directory?
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?
List 2 defenses against weaponization?
Name 3 common delivery methods
What is phishing emails, USB drops, malicious websites, QR codes, and bad links.
mkdir
what is make directory?
sudo
What is super user do?
List 3 defenses against common reconnaissance tactics
What is not oversharing, privating social media, monitoring data leaks, and security training?
Why is reconnaissance so important to weaponization?
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?
mv (both uses)
What is moves and renames files?
touch
what is makes empty files?