-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
38 lines (28 loc) · 904 Bytes
/
main.tex
File metadata and controls
38 lines (28 loc) · 904 Bytes
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
%! Licence = CC BY-NC-SA 4.0
%! Author = gianfluetsch
%! Date = 07.09.2021
%! Project = Latex-documentation-template
%import template
\input{style/template.tex}
\newcommand{\SUBJECT}{CyDef}
\newcommand{\TITLE}{CyDef Summary}
\newcommand{\PROF}{Ivan Bütler}
\newcommand{\VERSION}{30.12.2021}
\begin{document}
%import cover and tableofcontents
\input{style/cover.tex}
%import content
\input{content/01_cyber-defense.tex}
\input{content/02_siem-soar-edr.tex}
\input{content/03_active_directory.tex}
% \input{content/04_windows-logs.tex}
\input{content/05_mimikatz-sysmon.tex}
\input{content/06_spf-dkim-dmarc.tex}
\input{content/07_forensic-readiness.tex}
\input{content/08_velociraptor.tex}
\input{content/09_yara.tex}
\input{content/10_red-teaming.tex}
\input{content/11_misp.tex}
%import appendix
% \input{style/appendix.tex}
\end{document}