diff --git a/Phase 2/07 Advent of Cyber.md b/Phase 2/07 Advent of Cyber.md new file mode 100644 index 0000000..9d2e37b --- /dev/null +++ b/Phase 2/07 Advent of Cyber.md @@ -0,0 +1,36 @@ +# Day 01 + +We learn how to manipulate an AI chatbot using malicious prompts, also termed *prompt injection*. + +**Answers** + +**What is McGreedy's personal email address?** + +*t.mcgreedy@antarcticrafts.thm* + +**What is the password for the IT server room door?** + +*BtY2S02* + +**What is the name of McGreedy's secret project?** + +*Purple Snow* + +# Day 02 + +Here, we understand the basics of data science, including working with libraries such as *pandas* and *matplotlib*. + +**Answers** + +**How many packets were captured (looking at the PacketNumber)?** + +*100* + +**What IP address sent the most amount of traffic during the packet capture?** + +*10.10.1.4* + +**What was the most frequent protocol?** + +*ICMP* +