Merge branch 'main' of github.com:MISP/misp-training into main

pull/20/head
Sami Mokaddem 2022-06-01 10:52:18 +02:00
commit f87615f213
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
4 changed files with 15 additions and 0 deletions

View File

@ -110,6 +110,17 @@ The output directory will contain all the generated PDF files and the PDF file c
**Note**: In case the rendering is somewhat broken, it might be related to latex using the styles installed systemwide in `/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus`. Removing this directory will solve the problem.
## Dependencies
[FiraMath Font](https://github.com/firamath/firamath/releases)
XeLaTex, can be parametered in .tex header (works in TeXshop):
```
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
```
## License, Attribution and Funding
All the materials are dual-licensed under GNU Affero General Public License version 3 or later and

View File

@ -13,6 +13,7 @@ MISP events in JSON format which can be used in MISP trainings, workshop and exe
## Sample events with synthetic data
- [Dirty Harry](./dirty-harry-example.json) - movie example with human relationships.
- [Decaying example](./sample-decaying-example.json). Synthetic data to show the decaying functionality in MISP.
- [Sample spear phishing](./sample-spear-phishing-attempt-targeting-telco.json) created from [exercise](./sample-spear-phishing-attempt-targeting-telco.text).

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,5 @@
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
\documentclass{beamer}
\usetheme[numbering=progressbar]{focus}
\definecolor{main}{RGB}{47, 161, 219}