chore: rework the structure and strategy
i.e. sometimes less is more
This commit is contained in:
parent
84107953e8
commit
ed30db2d1e
@ -7,7 +7,7 @@
|
|||||||
\setbeamercovered{transparent}
|
\setbeamercovered{transparent}
|
||||||
|
|
||||||
\title{Checkpoint \texttt{0x00}}
|
\title{Checkpoint \texttt{0x00}}
|
||||||
\subtitle{Implementing DoS/DDoS Attack Mitigations}
|
\subtitle{Implementing DoS Attack Mitigations}
|
||||||
\author{Adam Mirre}
|
\author{Adam Mirre}
|
||||||
\institute{UTB ve Zlíně}
|
\institute{UTB ve Zlíně}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
@ -17,59 +17,52 @@
|
|||||||
|
|
||||||
\frame{\titlepage}
|
\frame{\titlepage}
|
||||||
|
|
||||||
\begin{frame}{Outline}
|
\begin{frame}{}
|
||||||
\tableofcontents[pausesections]
|
\tableofcontents[pausesections]
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\section{DoS/DDoS}
|
\section{DoS/DDoS}
|
||||||
\subsection{Intro}
|
\begin{frame}{Denial of Service (DoS)}
|
||||||
|
|
||||||
\begin{frame}
|
\begin{block}{Theoretical part outline}
|
||||||
\frametitle{What we're up against}
|
\begin{itemize}[<+>]
|
||||||
|
\item techniques (known and popular)
|
||||||
\begin{block}{Denial of Service (DoS)}
|
\item impact
|
||||||
\begin{itemize}
|
\item attack tools
|
||||||
\item is a singular effort
|
\item actors and notable occasions
|
||||||
\item prevents legitimate user from accessing the service
|
\item mitigation/protection techniques
|
||||||
|
\item mitigation/protection tools
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{block}
|
\end{block}
|
||||||
|
|
||||||
\begin{block}{Distributed Denial of Service (DDoS)}
|
|
||||||
\begin{itemize}
|
|
||||||
\item is a distributed effort
|
|
||||||
\item prevents legitimate user from accessing the service
|
|
||||||
\end{itemize}
|
|
||||||
\end{block}
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Notable examples}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\subsection{Mitigations}
|
|
||||||
\begin{frame}{Mitigation techniques}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Tools}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\section{Testing Infra}
|
\section{Testing Infra}
|
||||||
\subsection{Infrastructure}
|
\begin{frame}{Setup}
|
||||||
\begin{frame}{Topology}
|
|
||||||
|
\begin{block}{Practical part outline}
|
||||||
|
\begin{itemize}
|
||||||
|
\item<1> testing infrastructure setup (and teardown)
|
||||||
|
\begin{itemize}
|
||||||
|
\item<-1-> os
|
||||||
|
\item<-1-> networks
|
||||||
|
\item<-1-> monitoring
|
||||||
|
\end{itemize}
|
||||||
|
\item<2> setup/configuration automation
|
||||||
|
\item<3> staging an attack
|
||||||
|
\frametitle<3,4>{Attack}
|
||||||
|
\item<4> attack automation
|
||||||
|
\frametitle<5,6>{Response}
|
||||||
|
\item<5> attack detection and response
|
||||||
|
\item<6> mitigation tools
|
||||||
|
\item<7> monitoring
|
||||||
|
\end{itemize}
|
||||||
|
\end{block}
|
||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Systems}
|
\section*{Conclusion}
|
||||||
\end{frame}
|
\begin{frame}[plain]{Conclusion}
|
||||||
\subsection{Testing}
|
|
||||||
\begin{frame}{Tools deployment}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{DoS Simulation (in-lab)}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\section{}
|
|
||||||
\subsection{}
|
|
||||||
\begin{frame}{Conclusion}
|
|
||||||
Thank you for your attention.
|
Thank you for your attention.
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user