-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
executable file
·44 lines (32 loc) · 1.1 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%! Licence = CC BY-NC-SA 4.0
%! Author = gianfluetsch, mariuszindel
%! Date = 07.09.2021
%! Project = cydef_summary
%import template
\input{style/template.tex}
\newcommand{\TITLE}{Cyber Defense Cheat Sheet}
\newcommand{\DELIVERYDATE}{\today}
\begin{document}
\begin{multicols*}{4}
\setlength{\columnseprule}{0.4pt}
\footnotesize
%import tableofcontents
\input{style/tableofcontents.tex}
%import content
\input{content/01-cyber_defense.tex}
\input{content/02-begriffe.tex}
\input{content/03_active_directory.tex}
\input{content/04-windows_logs.tex}
\input{content/05-mimikatz.tex}
\input{content/06-mitre.tex}
\input{content/07-mail_security.tex}
\input{content/08-forensic_readiness.tex}
\input{content/09-mitm.tex}
\input{content/10-velociraptor.tex}
\input{content/11-incident_response.tex}
\input{content/12-yara.tex}
\input{content/13-volatility.tex}
\input{content/14-red_teaming.tex}
\input{content/15-misp.tex}
\end{multicols*}
\end{document}