This movie released in 1988 starring Bruce Willis, is argued to be a "Christmas Movie"
What is Die Hard?
NOT A CHRISTMAS MOVIE
print("Hello World")
What is Python
HTTP
What is Port 80
Uses tools and policies to prevent sensitive data from leaving the network
What is DLP
(Data Loss Prevention)
This component is necessary as it powers the motherboard and all of the components
This popular football team which has the MVP of the 2024 season, also has a fan base who are known for going through tables and throwing snowballs at the football during a field goal kick.
Who are the Buffalo Bills
section .data
msg db "Hello World", 0xA
len equ $ - msg
section .text
global _start
_start:
; write syscall
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, len
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
What is Assembly
SSH
A solution that protects endpoints and continuously monitors for threats.
What is EDR
(Endpoint Detection & Response)
This component renders images, videos and graphics to your PC build. Better be prepared to pay a lot of money!
What is a graphics card
This planet is the furthest from the sun. It also shares the name with the King in the tv show Spongebob
What is Neptune
public class HelloWorld {
public static void main(String[] args)
{
System.out.println("Hello World");
}
}
What is Java
SMTP
What is port 25
A tool that automates mundane/repetitive tasks that can help improve SOC efficiencies
What is SOAR
(Security Orchestration, Automation & Respone)
Started by plugging these in by PS/2 ports, these peripherals are popular by inputting data to the computer
What is keyboard & mouse
What is the pyramid of Giza
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
What is C
DHCP
What is Port 167/168
Type of access where a user gets granted temporary access to a system, application, or data for a specific task for a limited time.
What is JIT
(Just-in-Time)
This part of the computer runs a power on self test and is also the basic communication between connected devices
What is the BIOS
What is Scotland
console.log("Hello World");
What is JavaScript
FTP
What is port 20-21
A network infrastructure that enables attacks to issue commands to malware on a compromised host
What is C2
(Command & Control)
When building a computer, some people will utilize this technology to combine multiple storage drives into a single logical unit. This can help with improved performance, data redundancy. It just depends on which number of this
What is RAID