pdfs for IoT Hardware assignment 1 and VLSI textbook
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
\documentclass{report}
|
||||
|
||||
\input{preamble}
|
||||
\input{macros}
|
||||
\input{letterfonts}
|
||||
|
||||
\title{\Huge{Engineering Cybersecurity}}
|
||||
\author{\huge{Aidan Sharpe}}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\newpage% or \cleardoublepage
|
||||
% \pdfbookmark[<level>]{<title>}{<dest>}
|
||||
\pdfbookmark[section]{\contentsname}{toc}
|
||||
\tableofcontents
|
||||
\pagebreak
|
||||
|
||||
Cybersecurity challenges in embedded systems:
|
||||
\begin{itemize}
|
||||
\item Architecture complexity is the enemy
|
||||
\item There is no simple solution to securing assets
|
||||
\item There are not significant technologies to defend against sophisticated attacks
|
||||
\item Embedded systems have complex trade space between space, weight, power, and computational requirements
|
||||
\end{itemize}
|
||||
|
||||
Attack difficulties:
|
||||
\begin{itemize}
|
||||
\item Speed of attacks
|
||||
\item Greater sophistication of attacks
|
||||
\item Simplicity of attack tools
|
||||
\item Attackers can detect vulnerabilities more quickly and more readily exploit these vulnerabilities
|
||||
\item Delays in patching hardware and software products
|
||||
\item Most attacks are now distributed rather than coming from only one source
|
||||
\item User confusion
|
||||
\end{itemize}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user