Rowan-Classes/7th-Semester-Fall-2024/Engineering-Cybersecurity/notes/engineering-cyber-notes.tex

40 lines
1.1 KiB
TeX

\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}