From a38ee8c59654c188366a62137080f7b6619f6d07 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 2 Jun 2021 00:29:44 +0200 Subject: [PATCH] add context frame and outline of the theoret. part --- presentation.tex | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/presentation.tex b/presentation.tex index 7ac63df..f85a0b1 100644 --- a/presentation.tex +++ b/presentation.tex @@ -22,6 +22,38 @@ \end{frame} \section{Theoretical part} +\subsection{Outline} +\begin{frame}{} + \begin{block}{Outline} + \begin{itemize}[<+>] + \item overview, context, definitions, including historically notable + occasions and actors (attacker/defender) + \item attack methods (known and popular) along with their potential impact + \item attack tools + \item mitigation methods, correct use of them and the potential impact of + BCP + \begin{itemize} + \item<4> blackhole routing + \item<4> sinkholing + \item<4> scrubbing + \item<4> rate-limiting + \end{itemize} + \item mitigation/protection tools + \end{itemize} + \end{block} +\end{frame} + +\subsection{Context} +\begin{frame}{} + \begin{block}{Context} + \begin{itemize}[<+>] + \item DoS vs. DDoS + \item steeply growing tendency over the past decade + \item various kinds of targets since attackers are not particularly + discerning + \end{itemize} + \end{block} +\end{frame} \section{Practical part}