diff --git a/EET1/MLCS_conference/images/main_illustration.svg b/EET1/MLCS_conference/images/main_illustration.svg new file mode 100644 index 0000000..a6a6a58 --- /dev/null +++ b/EET1/MLCS_conference/images/main_illustration.svg @@ -0,0 +1,997 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Classical IDS + HIDS + NIDS + Protected Device + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Protected Device + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Shunt Resistor + Classical IDS + HIDS + NIDS + Protected Device + Physics-Based IDS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Classical IDS + HIDS + NIDS + Protected Device + Physics-Based IDS + + + diff --git a/EET1/MLCS_conference/images/main_illustration_1.pdf b/EET1/MLCS_conference/images/main_illustration_1.pdf new file mode 100644 index 0000000..8978328 Binary files /dev/null and b/EET1/MLCS_conference/images/main_illustration_1.pdf differ diff --git a/EET1/MLCS_conference/images/main_illustration_2.pdf b/EET1/MLCS_conference/images/main_illustration_2.pdf new file mode 100644 index 0000000..2b90ea0 Binary files /dev/null and b/EET1/MLCS_conference/images/main_illustration_2.pdf differ diff --git a/EET1/MLCS_conference/images/main_illustration_3.pdf b/EET1/MLCS_conference/images/main_illustration_3.pdf new file mode 100644 index 0000000..0ea301d Binary files /dev/null and b/EET1/MLCS_conference/images/main_illustration_3.pdf differ diff --git a/EET1/MLCS_conference/images/main_illustration_4.pdf b/EET1/MLCS_conference/images/main_illustration_4.pdf new file mode 100644 index 0000000..46250fb Binary files /dev/null and b/EET1/MLCS_conference/images/main_illustration_4.pdf differ diff --git a/EET1/MLCS_conference/presentation.tex b/EET1/MLCS_conference/presentation.tex new file mode 100644 index 0000000..28c94d4 --- /dev/null +++ b/EET1/MLCS_conference/presentation.tex @@ -0,0 +1,67 @@ +\documentclass[aspectratio=169,10pt]{beamer} +\usetheme[progressbar=head,numbering=fraction,sectionpage=none]{metropolis} + +\usepackage{graphicx} +\usepackage{ulem} +\usepackage{xcolor} +\usepackage[scale=2]{ccicons} +\usepackage{pgfplots} +\usepackage{numprint} +\usepackage{booktabs} +\usepgfplotslibrary{dateplot} +\usepackage{hyperref} +\usepackage{multirow} +\usepackage{tcolorbox} +\usepackage{array} +\usepackage{xspace} + +\title{Side-channel Based Runtime Intrusion Detection for Network Equipment} +\subtitle{} +\date{} +\author{Arthur Grisel-Davy} +\institute{University of Waterloo, Canada} + +\begin{document} + +\maketitle + +\begin{frame}{Introduction} + \begin{center} + + \end{center} +\end{frame} + +\begin{frame}{Common IDS Solution} + % Figure from the EMSOFT presentation with the different side channels and our solution + \begin{center} + \includegraphics[width=\textwidth]{images/main_illustration_1.pdf} + \end{center} +\end{frame} + +\begin{frame}{Common IDS Solution} + % Figure from the EMSOFT presentation with the different side channels and our solution + \begin{center} + \includegraphics[width=\textwidth]{images/main_illustration_2.pdf} + \end{center} +\end{frame} + + +\begin{frame}{Common IDS Solution} + % Figure from the EMSOFT presentation with the different side channels and our solution + \begin{center} + \includegraphics[width=\textwidth]{images/main_illustration_3.pdf} + \end{center} +\end{frame} + + +\begin{frame}{Common IDS Solution} + % Figure from the EMSOFT presentation with the different side channels and our solution + \begin{center} + \includegraphics[width=\textwidth]{images/main_illustration_4.pdf} + \end{center} +\end{frame} + + + +\end{document} +