diff --git a/CTI-summit-2022-misp-update/Sightings2.PNG b/CTI-summit-2022-misp-update/Sightings2.PNG new file mode 100644 index 0000000..cd35990 Binary files /dev/null and b/CTI-summit-2022-misp-update/Sightings2.PNG differ diff --git a/CTI-summit-2022-misp-update/attack-screenshot.png b/CTI-summit-2022-misp-update/attack-screenshot.png new file mode 100644 index 0000000..44cf2ff Binary files /dev/null and b/CTI-summit-2022-misp-update/attack-screenshot.png differ diff --git a/CTI-summit-2022-misp-update/b.4-turning-data-into-actionable-intelligence-short.pdf b/CTI-summit-2022-misp-update/b.4-turning-data-into-actionable-intelligence-short.pdf new file mode 100644 index 0000000..2bdf2e6 Binary files /dev/null and b/CTI-summit-2022-misp-update/b.4-turning-data-into-actionable-intelligence-short.pdf differ diff --git a/CTI-summit-2022-misp-update/bankaccount.png b/CTI-summit-2022-misp-update/bankaccount.png new file mode 100644 index 0000000..94eb5cc Binary files /dev/null and b/CTI-summit-2022-misp-update/bankaccount.png differ diff --git a/CTI-summit-2022-misp-update/bankview.png b/CTI-summit-2022-misp-update/bankview.png new file mode 100644 index 0000000..ce629c1 Binary files /dev/null and b/CTI-summit-2022-misp-update/bankview.png differ diff --git a/CTI-summit-2022-misp-update/circl.png b/CTI-summit-2022-misp-update/circl.png new file mode 100644 index 0000000..c570ff2 Binary files /dev/null and b/CTI-summit-2022-misp-update/circl.png differ diff --git a/CTI-summit-2022-misp-update/content.tex b/CTI-summit-2022-misp-update/content.tex new file mode 100644 index 0000000..b69ed4b --- /dev/null +++ b/CTI-summit-2022-misp-update/content.tex @@ -0,0 +1,342 @@ +% DO NOT COMPILE THIS FILE DIRECTLY! +% This is included by the other .tex files. + +\begin{frame} +\titlepage +\end{frame} + +\begin{frame} + \frametitle{The aim of this presentation} + \begin{itemize} + \item What has happened since the 2021 MISP summit + \item Give you a brief update over the highlights from the past year + \item Upcoming changes + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{MISP's evolution since the last MISP summit} + \begin{itemize} + \item Since the last MISP summit (09/2021) we've had: + \begin{itemize} + \item {\bf 16} releases + \item {\bf 3768} commits + \item {\bf 100} contributors contributing to the core software and its components + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{A topical listing of the new major features} + \begin{itemize} + \item Internals and core feature improvements + \item Integrations + \item Security + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Internals and core feature improvements} +\end{frame} + +\begin{frame} + \frametitle{Continuous work on preparing a tech stack switch} + \begin{itemize} + \item {\bf Refactoring} the code base + \item Fixing several long standing issues + \item Heavy focus also on {\bf integration} + \item {\bf Documentation} of existing functionalities and mappings + \item Building on and reusing {\bf Cerebrate's codebase} + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{New background processing library} +\begin{itemize} + \item Finally, it is time to sunset the ancient background processor of MISP + \item New tool, built from the ground up by Luciano Righetti + \begin{itemize} + \item More simplistic, relying on {\bf Supervisord} + \item No bloated scheduling - reliance on {\bf cron jobs} + \item Internally {\bf compatible} with the old processor + \end{itemize} + \item For a period of time we will be {\bf supporting both} concurrently +\end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Sharing group blueprints} + \begin{itemize} + \item Solving the issue of {\bf sharing group lifecycle management} + \item Build SG blueprints for reusable, maintainable sharing groups + \item Abstract sharing groups, organisation metadata as building blocks + \item Solve newly arising sharing challenges + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Sharing group blueprints} +\includegraphics[scale=0.6]{images/blueprints2.png} +\end{frame} + +\begin{frame} + \frametitle{Further synchronisation filtering methods} + \begin{itemize} + \item The ability to {\bf exclude} certain attribute {\bf types from the synchronisation} + \item Comes with some risks, but solves some issues + \item An example: {\bf Exclusion of malware samples when sharing towards classified networks} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Advanced timelining} + \begin{itemize} + \item Rework of the timelining in MISP + \item Inclusion of images, sightings + \item Various other improvements + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Timelining} +\includegraphics[scale=0.2]{images/timelining.png} +\end{frame} + +\begin{frame} + \frametitle{Periodic notifications} + \begin{itemize} + \item Optional {\bf digest based notifications} rather than publish alerts + \item Inclusion of images, sightings + \item Various other improvements + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Periodic notifications} +\includegraphics[scale=0.2]{images/periodic.png} +\end{frame} + +\begin{frame} + \frametitle{New correlation engine} + \begin{itemize} + \item Massive {\bf performance bump} and storage size decrease + \item Automatic {\bf overcorrelation protection} + \item {\bf No ACL} mode for {\bf endpoint MISPs} + \item Extensible system for future, alternate engines + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Custom E-mail templates} + \begin{itemize} + \item Build text/HTML templates for {\bf custom publish alerts} + \item Drop the templates in the appropriate directory and you're good to go + \item Enrollment and password reset templates also supported + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Continuous improvements} + \begin{itemize} + \item Massive list of {\bf quality of life} improvements + \item {\bf Performance} fixes + \item Loads of nice new improvements for you to discover + \item Massive shoutout to the hero of fixing the mess we've made: {\bf Jakub Onderka} + \end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Integrations} +\end{frame} + +\begin{frame} + \frametitle{OpenAPI} + \begin{itemize} + \item Full documentation of our APIs by Luciano Righetti + \item {\bf New API pages} + \item Sample {\bf payloads, descriptions, expected responses} + \item Makes integrating / using the API a breeze + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{OpenAPI} +\includegraphics[scale=0.15]{images/openapi_page.png} +\end{frame} + +\begin{frame} + \frametitle{Workflows} + \begin{itemize} + \item Brief recap, as presented earlier today by Sami + \item Modify {\bf existing execution paths} + \item Bake in {\bf interactions with other tools} + \item Build extensive {\bf decision trees} + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Workflows} +\includegraphics[scale=0.25]{images/workflows.png} +\end{frame} + +\begin{frame} + \frametitle{STIX libraries} + \begin{itemize} + \item {\bf Massive rework}, the outcome of over a year of development by Christian Studer + \item Added STIX 2.1 support on export + \item STIX 1.1.1, 1.2, 2.0, {\bf 2.1} all supported + \item Much more complex, in-depth mapping, aiming for {\bf 100\% coverage of the standard} + \item Collaboration with {\bf DHS and MITRE} + \item The MISP->STIX converters became their own {\bf standalone library} + \item Extensive {\bf documentation} and examples for all possible generated objects + \item Test suites to validate against MITRE's libraries + \item {\bf For a deep dive, make sure to catch Christian's talk tomorrow!} + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{OpenAPI} +\includegraphics[scale=0.4]{images/stix.png} +\end{frame} + +\begin{frame} + \frametitle{Cerebrate integration} + \begin{center} + \includegraphics[scale=0.1]{images/cerebrate-logo.png} + \end{center} + \begin{itemize} + \item Cerebrate session tomorrow + \item Integration with the {\bf contact management} system + \item Functionalities to allow {\bf management by Cerebrate} + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{mail2misp 1.0 release} +\begin{itemize} + \item A tool we've been using internally for a long time + \item First official release + \item {\bf Receive, parse, encode} emails as MISP events + \item Works with existing mail infrastructure or via a spamtrap + \item Configure extensive {\bf parsing rules} + \item Built and maintained by our colleague Sascha Rommelfangen +\end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Integrations} +\begin{itemize} + \item New MISP modules and improvements to existing ones + \item Some examples: + \begin{itemize} + \item Integration with Alexandre Dulaunoy's new Hashlookup service + \item Passive SSH integration + \item Recorded Future module + \end{itemize} +\end{itemize} +\end{frame} + + +\begin{frame} + \frametitle{Security} +\end{frame} + + +\begin{frame} + \frametitle{Cryptographic signing and tamper protection} + \begin{itemize} + \item Need to be able to share and ensure the {\bf veracity of critical events} + \item Tampering by {\bf malicious intermediaries}, even in closed networks became a new fear + \item We came up with a solution that allows us to {\bf lock down critical events} + \item Limits the distribution, but {\bf increases the resilience} of MISP immensely + \end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Cryptographic signing and tamper protection} +\includegraphics[scale=0.5]{images/signing1.png} +\end{frame} + +\begin{frame} +\frametitle{Cryptographic signing and tamper protection} +\includegraphics[scale=0.5]{images/signing2.png} +\end{frame} + +\begin{frame} +\frametitle{Cryptographic signing and tamper protection} +\includegraphics[scale=0.6]{images/signing3.png} +\includegraphics[scale=0.6]{images/signing4.png} +\end{frame} + +\begin{frame} + \frametitle{Security fixes} + \begin{itemize} + \item Long list of penetration test results shared with us by the community... + \item ...including an in-depth series conducted by {\bf Zigrin security on behalf of the Luxembourgish army} + \item 11 new CVEs in the past year + \item Long list of usability/bug fixes as a secondary outcome of the pentest reports + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{The Future} + \begin{itemize} + \item Stack switch to Cerebrate's codebase + \item Many new systems that have are built to be fleshed out + \begin{itemize} + \item {\bf Workflows} - new hooks, inter-module interactions, sample blueprints + \item Custom {\bf correlation engines} + \item Tighter integration with {\bf Cerebrate} + \item {\bf Cryptographic securing} of exchanges + \end{itemize} + \item Continuous improvements to integrations + \begin{itemize} + \item New {\bf modules}, improving existing ones + \item Tighter integration with {\bf STIX/TAXII} + \item Refinement of the {\bf APIs} and supporting libraries + \end{itemize} + \item Tighter integration with {\bf IAM} systems + \item Sanity checking our list of deprecated functionalities + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{To sum it all up...} + \begin{itemize} + \item The MISP {\bf developer community} continues to grow and stay active + \item The main focus the past year was on the following + \begin{itemize} + \item Performance, security, UX improvements + \item Customisations of workflow processes + \item Better operationalisation of MISP (community management, integration, monitoring) + \item Fleshing out the documentation and supporting materials + \end{itemize} + \item Cerebrate is aiming to fill the void of community/fleet management that we currently have + \item Definitely no lack of new ideas and improvements, if you want to participate, it's easy to {\bf get involved} + \item Prioritisation is hard. {\bf Let us know what you think we should focus on}! + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Get in touch if you have any questions} + \begin{itemize} + \item Contact CIRCL + \begin{itemize} + \item info@circl.lu + \item \url{https://twitter.com/circl_lu} + \item \url{https://www.circl.lu/} + \end{itemize} + \item Contact MISPProject + \begin{itemize} + \item \url{https://github.com/MISP} + \item \url{https://gitter.im/MISP/MISP} + \item \url{https://twitter.com/MISPProject} + \end{itemize} + \item Cerebrate project + \begin{itemize} + \item \url{https://github.com/cerebrate-project} + \item \url{https://github.com/cerebrate-project/cerebrate} + \end{itemize} + \end{itemize} +\end{frame} diff --git a/CTI-summit-2022-misp-update/covid.png b/CTI-summit-2022-misp-update/covid.png new file mode 100644 index 0000000..e6e869f Binary files /dev/null and b/CTI-summit-2022-misp-update/covid.png differ diff --git a/CTI-summit-2022-misp-update/creativity.png b/CTI-summit-2022-misp-update/creativity.png new file mode 100644 index 0000000..d9878e2 Binary files /dev/null and b/CTI-summit-2022-misp-update/creativity.png differ diff --git a/CTI-summit-2022-misp-update/dashboard-trendings.png b/CTI-summit-2022-misp-update/dashboard-trendings.png new file mode 100644 index 0000000..e8937e4 Binary files /dev/null and b/CTI-summit-2022-misp-update/dashboard-trendings.png differ diff --git a/CTI-summit-2022-misp-update/decaying-basescore.png b/CTI-summit-2022-misp-update/decaying-basescore.png new file mode 100644 index 0000000..d21e261 Binary files /dev/null and b/CTI-summit-2022-misp-update/decaying-basescore.png differ diff --git a/CTI-summit-2022-misp-update/decaying-event.png b/CTI-summit-2022-misp-update/decaying-event.png new file mode 100644 index 0000000..553b9e7 Binary files /dev/null and b/CTI-summit-2022-misp-update/decaying-event.png differ diff --git a/CTI-summit-2022-misp-update/decaying-index.png b/CTI-summit-2022-misp-update/decaying-index.png new file mode 100644 index 0000000..c8c9754 Binary files /dev/null and b/CTI-summit-2022-misp-update/decaying-index.png differ diff --git a/CTI-summit-2022-misp-update/decaying-simulation.png b/CTI-summit-2022-misp-update/decaying-simulation.png new file mode 100644 index 0000000..8252a09 Binary files /dev/null and b/CTI-summit-2022-misp-update/decaying-simulation.png differ diff --git a/CTI-summit-2022-misp-update/decaying-tool.png b/CTI-summit-2022-misp-update/decaying-tool.png new file mode 100644 index 0000000..ff8c298 Binary files /dev/null and b/CTI-summit-2022-misp-update/decaying-tool.png differ diff --git a/CTI-summit-2022-misp-update/en_cef.png b/CTI-summit-2022-misp-update/en_cef.png new file mode 100644 index 0000000..5fed070 Binary files /dev/null and b/CTI-summit-2022-misp-update/en_cef.png differ diff --git a/CTI-summit-2022-misp-update/galaxy-ransomware.png b/CTI-summit-2022-misp-update/galaxy-ransomware.png new file mode 100644 index 0000000..5cf42cc Binary files /dev/null and b/CTI-summit-2022-misp-update/galaxy-ransomware.png differ diff --git a/CTI-summit-2022-misp-update/images/SoD.png b/CTI-summit-2022-misp-update/images/SoD.png new file mode 100644 index 0000000..b95a9ec Binary files /dev/null and b/CTI-summit-2022-misp-update/images/SoD.png differ diff --git a/CTI-summit-2022-misp-update/images/authkey.png b/CTI-summit-2022-misp-update/images/authkey.png new file mode 100644 index 0000000..46174b9 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/authkey.png differ diff --git a/CTI-summit-2022-misp-update/images/blueprints1.png b/CTI-summit-2022-misp-update/images/blueprints1.png new file mode 100644 index 0000000..edaedcb Binary files /dev/null and b/CTI-summit-2022-misp-update/images/blueprints1.png differ diff --git a/CTI-summit-2022-misp-update/images/blueprints2.png b/CTI-summit-2022-misp-update/images/blueprints2.png new file mode 100644 index 0000000..b2d73cb Binary files /dev/null and b/CTI-summit-2022-misp-update/images/blueprints2.png differ diff --git a/CTI-summit-2022-misp-update/images/cerebrate-logo.png b/CTI-summit-2022-misp-update/images/cerebrate-logo.png new file mode 100644 index 0000000..82bcaab Binary files /dev/null and b/CTI-summit-2022-misp-update/images/cerebrate-logo.png differ diff --git a/CTI-summit-2022-misp-update/images/cerebrate.png b/CTI-summit-2022-misp-update/images/cerebrate.png new file mode 100644 index 0000000..82bcaab Binary files /dev/null and b/CTI-summit-2022-misp-update/images/cerebrate.png differ diff --git a/CTI-summit-2022-misp-update/images/dashboard.png b/CTI-summit-2022-misp-update/images/dashboard.png new file mode 100644 index 0000000..d163f4d Binary files /dev/null and b/CTI-summit-2022-misp-update/images/dashboard.png differ diff --git a/CTI-summit-2022-misp-update/images/eventreport.png b/CTI-summit-2022-misp-update/images/eventreport.png new file mode 100644 index 0000000..6f74bbe Binary files /dev/null and b/CTI-summit-2022-misp-update/images/eventreport.png differ diff --git a/CTI-summit-2022-misp-update/images/galaxy20.png b/CTI-summit-2022-misp-update/images/galaxy20.png new file mode 100644 index 0000000..97911ac Binary files /dev/null and b/CTI-summit-2022-misp-update/images/galaxy20.png differ diff --git a/CTI-summit-2022-misp-update/images/mispcerebrate.png b/CTI-summit-2022-misp-update/images/mispcerebrate.png new file mode 100644 index 0000000..d58796f Binary files /dev/null and b/CTI-summit-2022-misp-update/images/mispcerebrate.png differ diff --git a/CTI-summit-2022-misp-update/images/openapi.png b/CTI-summit-2022-misp-update/images/openapi.png new file mode 100644 index 0000000..44726ea Binary files /dev/null and b/CTI-summit-2022-misp-update/images/openapi.png differ diff --git a/CTI-summit-2022-misp-update/images/openapi_page.png b/CTI-summit-2022-misp-update/images/openapi_page.png new file mode 100644 index 0000000..44726ea Binary files /dev/null and b/CTI-summit-2022-misp-update/images/openapi_page.png differ diff --git a/CTI-summit-2022-misp-update/images/periodic.png b/CTI-summit-2022-misp-update/images/periodic.png new file mode 100644 index 0000000..3b88e2b Binary files /dev/null and b/CTI-summit-2022-misp-update/images/periodic.png differ diff --git a/CTI-summit-2022-misp-update/images/security.png b/CTI-summit-2022-misp-update/images/security.png new file mode 100644 index 0000000..8b51dd8 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/security.png differ diff --git a/CTI-summit-2022-misp-update/images/signing1.png b/CTI-summit-2022-misp-update/images/signing1.png new file mode 100644 index 0000000..d378f7b Binary files /dev/null and b/CTI-summit-2022-misp-update/images/signing1.png differ diff --git a/CTI-summit-2022-misp-update/images/signing2.png b/CTI-summit-2022-misp-update/images/signing2.png new file mode 100644 index 0000000..450e7d6 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/signing2.png differ diff --git a/CTI-summit-2022-misp-update/images/signing3.png b/CTI-summit-2022-misp-update/images/signing3.png new file mode 100644 index 0000000..68e7ced Binary files /dev/null and b/CTI-summit-2022-misp-update/images/signing3.png differ diff --git a/CTI-summit-2022-misp-update/images/signing4.png b/CTI-summit-2022-misp-update/images/signing4.png new file mode 100644 index 0000000..3a42468 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/signing4.png differ diff --git a/CTI-summit-2022-misp-update/images/stix.png b/CTI-summit-2022-misp-update/images/stix.png new file mode 100644 index 0000000..c0b59bb Binary files /dev/null and b/CTI-summit-2022-misp-update/images/stix.png differ diff --git a/CTI-summit-2022-misp-update/images/timeline.png b/CTI-summit-2022-misp-update/images/timeline.png new file mode 100644 index 0000000..23ff19b Binary files /dev/null and b/CTI-summit-2022-misp-update/images/timeline.png differ diff --git a/CTI-summit-2022-misp-update/images/timelining.png b/CTI-summit-2022-misp-update/images/timelining.png new file mode 100644 index 0000000..7753ba5 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/timelining.png differ diff --git a/CTI-summit-2022-misp-update/images/warnings.png b/CTI-summit-2022-misp-update/images/warnings.png new file mode 100644 index 0000000..86e16a3 Binary files /dev/null and b/CTI-summit-2022-misp-update/images/warnings.png differ diff --git a/CTI-summit-2022-misp-update/images/workflows.png b/CTI-summit-2022-misp-update/images/workflows.png new file mode 100644 index 0000000..ce103af Binary files /dev/null and b/CTI-summit-2022-misp-update/images/workflows.png differ diff --git a/CTI-summit-2022-misp-update/images/workflows1.png b/CTI-summit-2022-misp-update/images/workflows1.png new file mode 100644 index 0000000..2790cfb Binary files /dev/null and b/CTI-summit-2022-misp-update/images/workflows1.png differ diff --git a/CTI-summit-2022-misp-update/images/workflows2.png b/CTI-summit-2022-misp-update/images/workflows2.png new file mode 100644 index 0000000..5b5ad1a Binary files /dev/null and b/CTI-summit-2022-misp-update/images/workflows2.png differ diff --git a/CTI-summit-2022-misp-update/logo-circl.pdf b/CTI-summit-2022-misp-update/logo-circl.pdf new file mode 100755 index 0000000..62c9239 Binary files /dev/null and b/CTI-summit-2022-misp-update/logo-circl.pdf differ diff --git a/CTI-summit-2022-misp-update/makefile b/CTI-summit-2022-misp-update/makefile new file mode 100644 index 0000000..6e5a51d --- /dev/null +++ b/CTI-summit-2022-misp-update/makefile @@ -0,0 +1,5 @@ +all: + pdflatex -interaction nonstopmode -halt-on-error -file-line-error slide.tex + +clean: + rm *.aux *.nav *.log *.snm *.toc *.vrb diff --git a/CTI-summit-2022-misp-update/misp.pdf b/CTI-summit-2022-misp-update/misp.pdf new file mode 100644 index 0000000..f7a3f9d Binary files /dev/null and b/CTI-summit-2022-misp-update/misp.pdf differ diff --git a/CTI-summit-2022-misp-update/misplogo.pdf b/CTI-summit-2022-misp-update/misplogo.pdf new file mode 100755 index 0000000..60da568 Binary files /dev/null and b/CTI-summit-2022-misp-update/misplogo.pdf differ diff --git a/CTI-summit-2022-misp-update/object.png b/CTI-summit-2022-misp-update/object.png new file mode 100644 index 0000000..acebf04 Binary files /dev/null and b/CTI-summit-2022-misp-update/object.png differ diff --git a/CTI-summit-2022-misp-update/sighting-n.png b/CTI-summit-2022-misp-update/sighting-n.png new file mode 100644 index 0000000..f9ec127 Binary files /dev/null and b/CTI-summit-2022-misp-update/sighting-n.png differ diff --git a/CTI-summit-2022-misp-update/slide.tex b/CTI-summit-2022-misp-update/slide.tex new file mode 100644 index 0000000..1c471e2 --- /dev/null +++ b/CTI-summit-2022-misp-update/slide.tex @@ -0,0 +1,25 @@ +\documentclass{beamer} +\usetheme[numbering=progressbar]{focus} +\definecolor{main}{RGB}{47, 161, 219} +\definecolor{textcolor}{RGB}{128, 128, 128} +\definecolor{background}{RGB}{240, 247, 255} + +\usepackage[utf8]{inputenc} +\usepackage{tikz} +\usepackage{listings} +\usepackage{adjustbox} +\usetikzlibrary{positioning} +\usetikzlibrary{shapes,arrows} +%\usepackage[T1]{fontenc} +%\usepackage[scaled]{beramono} +\author{\small{\input{../includes/authors.txt}}} +\title{What's HOT in MISPland} +\subtitle{Latest developments and roadmap update} +\institute{\includegraphics[scale=0.5]{misplogo.pdf}} +\titlegraphic{\includegraphics[scale=0.85]{misp.pdf}} + +\date{\input{../includes/location.txt}} +\begin{document} +\include{content} +\end{document} + diff --git a/CTI-summit-2022-misp-update/taxonomy-workflow.png b/CTI-summit-2022-misp-update/taxonomy-workflow.png new file mode 100644 index 0000000..f4789ad Binary files /dev/null and b/CTI-summit-2022-misp-update/taxonomy-workflow.png differ diff --git a/CTI-summit-2022-misp-update/timeline-misp-overview.png b/CTI-summit-2022-misp-update/timeline-misp-overview.png new file mode 100644 index 0000000..23ff19b Binary files /dev/null and b/CTI-summit-2022-misp-update/timeline-misp-overview.png differ diff --git a/CTI-summit-2022-misp-update/timeline.jpeg b/CTI-summit-2022-misp-update/timeline.jpeg new file mode 100644 index 0000000..d60db13 Binary files /dev/null and b/CTI-summit-2022-misp-update/timeline.jpeg differ diff --git a/CTI-summit-2022-misp-update/warning-list-event.png b/CTI-summit-2022-misp-update/warning-list-event.png new file mode 100644 index 0000000..22c6423 Binary files /dev/null and b/CTI-summit-2022-misp-update/warning-list-event.png differ diff --git a/CTI-summit-2022-misp-update/warning-list.png b/CTI-summit-2022-misp-update/warning-list.png new file mode 100644 index 0000000..f151ded Binary files /dev/null and b/CTI-summit-2022-misp-update/warning-list.png differ diff --git a/CTI-summit-2022-misp-update/workflow_initial.png b/CTI-summit-2022-misp-update/workflow_initial.png new file mode 100644 index 0000000..7c6b54c Binary files /dev/null and b/CTI-summit-2022-misp-update/workflow_initial.png differ diff --git a/CTI-summit-2022-misp-update/workflow_initial2.png b/CTI-summit-2022-misp-update/workflow_initial2.png new file mode 100644 index 0000000..d384c34 Binary files /dev/null and b/CTI-summit-2022-misp-update/workflow_initial2.png differ diff --git a/CTI-summit-2022-misp-update/x-isac-logo.png b/CTI-summit-2022-misp-update/x-isac-logo.png new file mode 100755 index 0000000..21c68bc Binary files /dev/null and b/CTI-summit-2022-misp-update/x-isac-logo.png differ diff --git a/events/misp-summit/2022/misp-grafana/misp-grafana.pdf b/events/misp-summit/2022/misp-grafana/misp-grafana.pdf new file mode 100644 index 0000000..52b1f7a Binary files /dev/null and b/events/misp-summit/2022/misp-grafana/misp-grafana.pdf differ diff --git a/events/misp-summit/2022/misp-guard/misp-guard.pdf b/events/misp-summit/2022/misp-guard/misp-guard.pdf new file mode 100644 index 0000000..fe20f04 Binary files /dev/null and b/events/misp-summit/2022/misp-guard/misp-guard.pdf differ diff --git a/events/misp-summit/2022/misp-stix/build.sh b/events/misp-summit/2022/misp-stix/build.sh new file mode 100755 index 0000000..42718e1 --- /dev/null +++ b/events/misp-summit/2022/misp-stix/build.sh @@ -0,0 +1,3 @@ +export TEXINPUTS=::~/git/misp-training/themes/ +echo ${TEXINPUTS} +pdflatex slide.tex diff --git a/events/misp-summit/2022/misp-stix/content.aux b/events/misp-summit/2022/misp-stix/content.aux new file mode 100644 index 0000000..1b5367e --- /dev/null +++ b/events/misp-summit/2022/misp-stix/content.aux @@ -0,0 +1,83 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{11}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{19/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{20}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{22/23}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{23}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{24/24}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{25/26}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {25}{26}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{23}{27/27}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{24}{28/28}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {28}{28}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{25}{29/29}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {29}{29}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{26}{30/30}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {30}{30}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{27}{31/31}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {31}{31}}} +\@setckpt{content}{ +\setcounter{page}{32} +\setcounter{equation}{0} +\setcounter{enumi}{0} +\setcounter{enumii}{0} +\setcounter{enumiii}{0} +\setcounter{enumiv}{0} +\setcounter{footnote}{4} +\setcounter{mpfootnote}{0} +\setcounter{beamerpauses}{1} +\setcounter{bookmark@seq@number}{0} +\setcounter{lecture}{0} +\setcounter{part}{0} +\setcounter{section}{0} +\setcounter{subsection}{0} +\setcounter{subsubsection}{0} +\setcounter{subsectionslide}{27} +\setcounter{framenumber}{26} +\setcounter{figure}{0} +\setcounter{table}{0} +\setcounter{parentequation}{0} +\setcounter{theorem}{0} +\setcounter{realframenumber}{26} +\setcounter{lstnumber}{1} +\setcounter{section@level}{0} +\setcounter{lstlisting}{0} +} diff --git a/events/misp-summit/2022/misp-stix/content.tex b/events/misp-summit/2022/misp-stix/content.tex new file mode 100755 index 0000000..bd9fa41 --- /dev/null +++ b/events/misp-summit/2022/misp-stix/content.tex @@ -0,0 +1,362 @@ +% DO NOT COMPILE THIS FILE DIRECTLY! +% This is included by the other .tex files. + +\begin{frame}[t,plain] +\titlepage +\end{frame} + +\begin{frame} + \frametitle{Who am I} + \begin{minipage}{0.6\textwidth} + \begin{itemize} + \item \faGithub : chrisr3d \\ + \item \faTwitter : chrisred\_68 + \item [] + \item Having fun @ CIRCL + \item MISP core development team + \item STIX WG co-chair + \item [] + \item \faCat \vspace{1em} \& \faCamera \vspace{1em} enthusiast + \end{itemize} + \end{minipage}% + \begin{minipage}{0.4\textwidth} + \includegraphics[scale=0.1]{images/profile_picture.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{Summary} + \begin{itemize} + \item Past \& current status + \item Recent changes + \item Continuous improvement \& future roadmap + \item Challenges we face + \item Evolution perspectives + \item Demo (?) + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{MISP \& STIX - How it began} + \begin{itemize} + \item{\bf Built-in integration} + \item Export \& Import features + \begin{itemize} + \item Export MISP Events collections + \item Import STIX files + \end{itemize} + \item Supported version + \begin{itemize} + \item STIX 1.1.1 + \item STIX 2.0 + \end{itemize} + \item Accessible via restSearch + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{STIX conversion usage in MISP} + \centering + \includegraphics[scale=0.19]{images/simple_rest_query.png} +\end{frame} + +\begin{frame} + \frametitle{STIX conversion usage in MISP} + \centering + \includegraphics[scale=0.2]{images/simple_rest_results.png} +\end{frame} + +\begin{frame} + \frametitle{STIX conversion usage in MISP} + \centering + \includegraphics[scale=0.235]{images/simple_rest_curl.png} \\ + \includegraphics[scale=0.235]{images/simple_rest_pymisp.png} +\end{frame} + +\begin{frame} + \frametitle{Former feature limitations} + \begin{minipage}{0.45\textwidth} + \begin{itemize} + \item {\bf Supported versions} + \begin{itemize} + \item 1.1.1 XML (\& JSON) + \item 2.0 + \end{itemize} + \item Data type support + \end{itemize} + \end{minipage}% + \begin{minipage}{0.55\textwidth} + \centering + \includegraphics[width=\textwidth]{images/limited_version.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{Former feature limitations} + \begin{minipage}{0.5\textwidth} + \begin{itemize} + \item Supported versions + \begin{itemize} + \item 1.1.1 XML (\& JSON) + \item 2.0 + \end{itemize} + \item {\bf Data type support} + \end{itemize} + \end{minipage}% + \begin{minipage}{0.5\textwidth} + \centering + \includegraphics[width=\textwidth]{images/limited_data_type.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{Former practical \& Organisational limitations} + \begin{itemize} + \item Export and import features only available via MISP + \begin{itemize} + \item Need an automation key (and/or to deal with the UI) + \end{itemize} + \item [] + \item {\bf Github}: STIX issues lost within the MISP core issues + \pause + \vspace{4em} + \begin{center} + \includegraphics[scale=0.4]{images/issues.png} + \end{center} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{The solution} + \begin{center} + \includegraphics[scale=0.3]{images/solution.png} + \end{center} +\end{frame} + +\begin{frame} + \frametitle{Key features} + \begin{itemize} + \item Support all the STIX versions + \begin{itemize} + \item {\bf STIX 2.1 Support} + \item 1.1.1, 1.2, 2.0 Support enhanced + \end{itemize} + \item Various MISP data collection supported + \item[] + \item {\bf Mapping documentation} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Handling the conversion with a python library} + \begin{itemize} + \item Used in MISP built-in export modules + \item [] + \item Enable a {\bf stand-alone} use of the python code\footnote{i.e command line} + \begin{itemize} + \item Pass filenames \& get the converted content written in 1 or more result file(s) + \end{itemize} + \item Possible integration within python code + \begin{itemize} + \item Give it a list of filenames + \item MISP standard format <-> STIX + \begin{itemize} + \item JSON or PyMISP + \end{itemize} + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Library usage - Command line} + \centering + \includegraphics[scale=0.145]{images/stand_alone_usage.png} +\end{frame} + +\begin{frame} + \frametitle{Library usage - Python integration} + \centering + \includegraphics[scale=0.12]{images/python_usage.png} +\end{frame} + +\begin{frame} + \frametitle{Mapping documentation} + \begin{itemize} + \item Mapping overview + \begin{itemize} + \item Quick overview on how MISP data structures are mapped with STIX objects + \end{itemize} + \item [] + \item Detailed mapping + \begin{itemize} + \item Extended explanation on how each granular data is mapped with STIX objects fields + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Mapping explained} + \centering + \includegraphics[scale=0.45]{images/demo1.jpg} +\end{frame} + +\begin{frame} + \frametitle{Work in Progress \& Continuous development} + \begin{itemize} + \item {\bf STIX 2 -> MISP import feature} + \item [] + \item Current mapping improvement + \begin{itemize} + \item Support for Custom Galaxy clusters + \item Better support of existing STIX objects libraries\footnote{e.g: \url{https://github.com/mitre/cti}} + \item Support custom STIX format\footnote{e.g: ACS custom markings} + \end{itemize} + \end{itemize} + \pause + \begin{minipage}{0.5\textwidth} + \begin{itemize} + \item {\bf TAXII integration} + \end{itemize} + \end{minipage}% + \begin{minipage}{0.5\textwidth} + \includegraphics[scale=0.2]{images/surprise.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{What comes next?} + \begin{itemize} + \item Extend the export feature to any kind of data collection + \item [] + \item Add notes on any data structure + \item Sightings on context layers + \item [] + \item Port the STIX 1 -> MISP import feature + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Handling different STIX content creation designs} + \begin{minipage}{0.6\textwidth} + \begin{itemize} + \item Impossible to control the content created by external parties + \item We want to keep UUIDs + \pause + \item [] + \item Facing UUIDs validation issues + \begin{itemize} + \item Loading error + \end{itemize} + \end{itemize} + \end{minipage}% + \begin{minipage}{0.4\textwidth} + \includegraphics[scale=0.25]{images/two_buttons_dilemna.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{An easy fix: a STIX 2 python library fork\footnote{\url{https://github.com/MISP/cti-python-stix2} \& \url{https://pypi.org/project/misp-lib-stix2/}}} + \begin{minipage}{0.62\textwidth} + \begin{itemize} + \item No change on the content validation + \begin{itemize} + \item Differs only on the UUIDs validation process + \end{itemize} + \item MISP has now the same UUIDs requirements + \begin{itemize} + \item We keep a reference to the initial UUID + \item A UUID v5 is generated + \end{itemize} + \end{itemize} + \end{minipage}% + \begin{minipage}{0.38\textwidth} + \includegraphics[scale=0.25]{images/two_buttons_solution.jpg} + \end{minipage} +\end{frame} + +\begin{frame} + \frametitle{Minding the gap between formats} + \begin{itemize} + \item From a sharing platform to an threat intelligence exchange format + \begin{itemize} + \item Custom STIX objects + \item Custom fields in existing objects + \item STIX extensions + \end{itemize} + \item Handling the infinite possibilities of a patterning language + \begin{itemize} + \item Importing STIX 2 patterns in separate MISP objects + \end{itemize} + \end{itemize} + \pause + \vspace{1em} + \includegraphics[scale=0.15]{images/patterns.png} +\end{frame} + +\begin{frame} + \frametitle{Mapping challenges} + \includegraphics[scale=0.285]{images/challenges.png} +\end{frame} + +\begin{frame} + \frametitle{Evolution perspectives} + \begin{center} + \includegraphics[scale=0.1]{images/oasis.png} + \end{center} + \vspace{1em} + \begin{itemize} + \item Members of the Oasis CTI TC + \begin{itemize} + \item Our involvement + \begin{itemize} + \item Participating to the development process + \end{itemize} + \item [] + \item Our proposal: Go for the open source way + \begin{itemize} + \item Make the contribution process more accessible \\ + => Bring more contributers / contributions + \item Easier access to the resources \\ + => More visibility + \end{itemize} + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{How to report bugs/issues} + \begin{itemize} + \item Github issues + \begin{itemize} + \item {\bf \url{https://github.com/MISP/misp-stix/issues}} + \item \url{https://github.com/MISP/MISP/issues} + \end{itemize} + \item [] + \item Please provide details + \begin{itemize} + \item How did the issue happen + \item {\bf Recommendation}: provide samples + \end{itemize} + \item[] + \item Any feedback welcome + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Useful links} + \begin{itemize} + \item \url{https://github.com/MISP/misp-stix} + \item \url{https://github.com/MISP/misp-stix/tree/main/documentation} + \item [] + \item \url{https://github.com/MISP} + \item \url{https://www.misp-project.org/} + \item \url{https://twitter.com/MISPProject} + \item \url{https://twitter.com/chrisred_68} + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Demo time} + \centering + \includegraphics[scale=0.45]{images/demo2.jpg} +\end{frame} diff --git a/events/misp-summit/2022/misp-stix/images/challenges.png b/events/misp-summit/2022/misp-stix/images/challenges.png new file mode 100644 index 0000000..290e67b Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/challenges.png differ diff --git a/events/misp-summit/2022/misp-stix/images/demo1.jpg b/events/misp-summit/2022/misp-stix/images/demo1.jpg new file mode 100644 index 0000000..c2e2db9 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/demo1.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/demo2.jpg b/events/misp-summit/2022/misp-stix/images/demo2.jpg new file mode 100644 index 0000000..9f3954d Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/demo2.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/issues.png b/events/misp-summit/2022/misp-stix/images/issues.png new file mode 100644 index 0000000..0665410 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/issues.png differ diff --git a/events/misp-summit/2022/misp-stix/images/limited_data_type.jpg b/events/misp-summit/2022/misp-stix/images/limited_data_type.jpg new file mode 100644 index 0000000..5c523fe Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/limited_data_type.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/limited_version.jpg b/events/misp-summit/2022/misp-stix/images/limited_version.jpg new file mode 100644 index 0000000..34bda2f Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/limited_version.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/oasis.png b/events/misp-summit/2022/misp-stix/images/oasis.png new file mode 100644 index 0000000..549a72d Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/oasis.png differ diff --git a/events/misp-summit/2022/misp-stix/images/patterns.png b/events/misp-summit/2022/misp-stix/images/patterns.png new file mode 100644 index 0000000..2280f5d Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/patterns.png differ diff --git a/events/misp-summit/2022/misp-stix/images/profile_picture.jpg b/events/misp-summit/2022/misp-stix/images/profile_picture.jpg new file mode 100644 index 0000000..a15c8ce Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/profile_picture.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/python_usage.png b/events/misp-summit/2022/misp-stix/images/python_usage.png new file mode 100644 index 0000000..3958fd6 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/python_usage.png differ diff --git a/events/misp-summit/2022/misp-stix/images/simple_rest_curl.png b/events/misp-summit/2022/misp-stix/images/simple_rest_curl.png new file mode 100644 index 0000000..7eb5cd3 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/simple_rest_curl.png differ diff --git a/events/misp-summit/2022/misp-stix/images/simple_rest_pymisp.png b/events/misp-summit/2022/misp-stix/images/simple_rest_pymisp.png new file mode 100644 index 0000000..900ed87 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/simple_rest_pymisp.png differ diff --git a/events/misp-summit/2022/misp-stix/images/simple_rest_query.png b/events/misp-summit/2022/misp-stix/images/simple_rest_query.png new file mode 100644 index 0000000..791053d Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/simple_rest_query.png differ diff --git a/events/misp-summit/2022/misp-stix/images/simple_rest_results.png b/events/misp-summit/2022/misp-stix/images/simple_rest_results.png new file mode 100644 index 0000000..2709031 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/simple_rest_results.png differ diff --git a/events/misp-summit/2022/misp-stix/images/solution.png b/events/misp-summit/2022/misp-stix/images/solution.png new file mode 100644 index 0000000..365ac2f Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/solution.png differ diff --git a/events/misp-summit/2022/misp-stix/images/stand_alone_usage.png b/events/misp-summit/2022/misp-stix/images/stand_alone_usage.png new file mode 100644 index 0000000..41f2393 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/stand_alone_usage.png differ diff --git a/events/misp-summit/2022/misp-stix/images/surprise.jpg b/events/misp-summit/2022/misp-stix/images/surprise.jpg new file mode 100644 index 0000000..47d3df2 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/surprise.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/two_buttons_dilemna.jpg b/events/misp-summit/2022/misp-stix/images/two_buttons_dilemna.jpg new file mode 100644 index 0000000..faa9193 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/two_buttons_dilemna.jpg differ diff --git a/events/misp-summit/2022/misp-stix/images/two_buttons_solution.jpg b/events/misp-summit/2022/misp-stix/images/two_buttons_solution.jpg new file mode 100644 index 0000000..b32c9c3 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/images/two_buttons_solution.jpg differ diff --git a/events/misp-summit/2022/misp-stix/misp.pdf b/events/misp-summit/2022/misp-stix/misp.pdf new file mode 100644 index 0000000..f7a3f9d Binary files /dev/null and b/events/misp-summit/2022/misp-stix/misp.pdf differ diff --git a/events/misp-summit/2022/misp-stix/slide.aux b/events/misp-summit/2022/misp-stix/slide.aux new file mode 100644 index 0000000..afdca82 --- /dev/null +++ b/events/misp-summit/2022/misp-stix/slide.aux @@ -0,0 +1,27 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\providecommand\BKM@entry[2]{} +\@input{content.aux} +\pgfsyspdfmark {pgfid1}{1398509}{16636717} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{31}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{31}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{31}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {31}}} +\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {26}}} +\gdef \@abspage@last{31} diff --git a/events/misp-summit/2022/misp-stix/slide.log b/events/misp-summit/2022/misp-stix/slide.log new file mode 100644 index 0000000..e65fcfd --- /dev/null +++ b/events/misp-summit/2022/misp-stix/slide.log @@ -0,0 +1,1675 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2022.9.14) 20 OCT 2022 10:19 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**slide.tex +(./slide.tex +LaTeX2e <2021-11-15> patch level 1 +L3 programming layer <2022-01-21> +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls +Document Class: beamer 2022/01/21 v3.65 A class for typesetting presentations +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count185 +) +\beamer@tempbox=\box50 +\beamer@tempcount=\count186 +\c@beamerpauses=\count187 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty +\beamer@slideinframe=\count188 +\beamer@minimum=\count189 +\beamer@decode@box=\box51 +) +\beamer@commentbox=\box52 +\beamer@modecount=\count190 +) +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty +Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2020/03/06 v1.0d TeX engine tests +)) +\headdp=\dimen138 +\footheight=\dimen139 +\sidebarheight=\dimen140 +\beamer@tempdim=\dimen141 +\beamer@finalheight=\dimen142 +\beamer@animht=\dimen143 +\beamer@animdp=\dimen144 +\beamer@animwd=\dimen145 +\beamer@leftmargin=\dimen146 +\beamer@rightmargin=\dimen147 +\beamer@leftsidebar=\dimen148 +\beamer@rightsidebar=\dimen149 +\beamer@boxsize=\dimen150 +\beamer@vboxoffset=\dimen151 +\beamer@descdefault=\dimen152 +\beamer@descriptionwidth=\dimen153 +\beamer@lastskip=\skip47 +\beamer@areabox=\box53 +\beamer@animcurrent=\box54 +\beamer@animshowbox=\box55 +\beamer@sectionbox=\box56 +\beamer@logobox=\box57 +\beamer@linebox=\box58 +\beamer@sectioncount=\count191 +\beamer@subsubsectionmax=\count192 +\beamer@subsectionmax=\count193 +\beamer@sectionmax=\count194 +\beamer@totalheads=\count195 +\beamer@headcounter=\count196 +\beamer@partstartpage=\count197 +\beamer@sectionstartpage=\count198 +\beamer@subsectionstartpage=\count199 +\beamer@animationtempa=\count266 +\beamer@animationtempb=\count267 +\beamer@xpos=\count268 +\beamer@ypos=\count269 +\beamer@ypos@offset=\count270 +\beamer@showpartnumber=\count271 +\beamer@currentsubsection=\count272 +\beamer@coveringdepth=\count273 +\beamer@sectionadjust=\count274 +\beamer@toclastsection=\count275 +\beamer@tocsectionnumber=\count276 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks16 +)) +\beamer@paperwidth=\skip48 +\beamer@paperheight=\skip49 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. +) +\Gm@cnth=\count277 +\Gm@cntv=\count278 +\c@Gm@tempcnt=\count279 +\Gm@bindingoffset=\dimen154 +\Gm@wd@mp=\dimen155 +\Gm@odd@mp=\dimen156 +\Gm@even@mp=\dimen157 +\Gm@layoutwidth=\dimen158 +\Gm@layoutheight=\dimen159 +\Gm@layouthoffset=\dimen160 +\Gm@layoutvoffset=\dimen161 +\Gm@dimlist=\toks17 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2021/08/11 v1.11 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 107. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen162 +\Gin@req@width=\dimen163 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks18 +\pgfutil@tempdima=\dimen164 +\pgfutil@tempdimb=\dimen165 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t +ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box59 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) +Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks19 +\pgfkeys@temptoks=\toks20 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t +ex +\pgfkeys@tmptoks=\toks21 +)) +\pgf@x=\dimen166 +\pgf@y=\dimen167 +\pgf@xa=\dimen168 +\pgf@ya=\dimen169 +\pgf@xb=\dimen170 +\pgf@yb=\dimen171 +\pgf@xc=\dimen172 +\pgf@yc=\dimen173 +\pgf@xd=\dimen174 +\pgf@yd=\dimen175 +\w@pgf@writea=\write3 +\r@pgf@reada=\read2 +\c@pgf@counta=\count280 +\c@pgf@countb=\count281 +\c@pgf@countc=\count282 +\c@pgf@countd=\count283 +\t@pgf@toka=\toks22 +\t@pgf@tokb=\toks23 +\t@pgf@tokc=\toks24 +\pgf@sys@id@count=\count284 + (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a) +) +Driver file for pgf: pgfsys-pdftex.def + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de +f +File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a) +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. +tex +File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfsyssoftpath@smallbuffer@items=\count285 +\pgfsyssoftpath@bigbuffer@items=\count286 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. +tex +File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 227. +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356. +Package xcolor Info: Model `RGB' extended on input line 1368. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375. +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen176 +\pgfmath@count=\count287 +\pgfmath@box=\box60 +\pgfmath@toks=\toks25 +\pgfmath@stack@operand=\toks26 +\pgfmath@stack@operation=\toks27 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet +ric.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod +e.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison +.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code +.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. +tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari +thmetics.code.tex))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count288 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te +x +File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@picminx=\dimen177 +\pgf@picmaxx=\dimen178 +\pgf@picminy=\dimen179 +\pgf@picmaxy=\dimen180 +\pgf@pathminx=\dimen181 +\pgf@pathmaxx=\dimen182 +\pgf@pathminy=\dimen183 +\pgf@pathmaxy=\dimen184 +\pgf@xx=\dimen185 +\pgf@xy=\dimen186 +\pgf@yx=\dimen187 +\pgf@yy=\dimen188 +\pgf@zx=\dimen189 +\pgf@zy=\dimen190 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. +code.tex +File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@path@lastx=\dimen191 +\pgf@path@lasty=\dimen192 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code +.tex +File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@shorten@end@additional=\dimen193 +\pgf@shorten@start@additional=\dimen194 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te +x +File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfpic=\box61 +\pgf@hbox=\box62 +\pgf@layerbox@main=\box63 +\pgf@picture@serial@count=\count289 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c +ode.tex +File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgflinewidth=\dimen195 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation +s.code.tex +File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@pt@x=\dimen196 +\pgf@pt@y=\dimen197 +\pgf@pt@temp=\dimen198 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t +ex +File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing +.code.tex +File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te +x +File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfarrowsep=\dimen199 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@max=\dimen256 +\pgf@sys@shading@range@num=\count290 +\pgf@shadingcount=\count291 +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. +tex +File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfexternal@startupbox=\box64 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te +x +File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c +ode.tex +File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. +tex +File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a) +))) (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count292 +\XC@countmixins=\count293 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty +Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi +package with kernel methods +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO +) + +(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +) +(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO) +) +\@linkdim=\dimen257 +\Hy@linkcounter=\count294 +\Hy@pagecounter=\count295 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO) +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def +File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la +nguages +) +(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty +Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) +) +\Hy@SavedSpaceFactor=\count296 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO) +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4073. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4073. +Package hyperref Info: Option `implicit' set `false' on input line 4073. +Package hyperref Info: Hyper figures OFF on input line 4192. +Package hyperref Info: Link nesting OFF on input line 4197. +Package hyperref Info: Hyper index ON on input line 4200. +Package hyperref Info: Plain pages OFF on input line 4207. +Package hyperref Info: Backreferencing OFF on input line 4212. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4445. +\c@Hy@tempcnt=\count297 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip16 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 4804. +\XeTeXLinkMargin=\dimen258 + +(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + +(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO +) +)) +\Fld@menulength=\count298 +\Field@Width=\dimen259 +\Fld@charsize=\dimen260 +Package hyperref Info: Hyper figures OFF on input line 6076. +Package hyperref Info: Link nesting OFF on input line 6081. +Package hyperref Info: Hyper index ON on input line 6084. +Package hyperref Info: backreferencing OFF on input line 6091. +Package hyperref Info: Link coloring OFF on input line 6096. +Package hyperref Info: Link coloring with OCG OFF on input line 6101. +Package hyperref Info: PDF/A mode OFF on input line 6106. +LaTeX Info: Redefining \ref on input line 6146. +LaTeX Info: Redefining \pageref on input line 6150. +\Hy@abspage=\count299 + + +Package hyperref Message: Stopped early. + +) +Package hyperref Info: Driver (autodetected): hpdftex. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX + +(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty +Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac +kage +with kernel methods +) +\Fld@listcount=\count300 +\c@bookmark@seq@number=\count301 + +(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) + +(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 +86. +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks28 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) +(/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty +Package: sansmathaccent 2020/01/31 + +(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty +Package: scrlfile 2021/11/13 v3.35 KOMA-Script package (file load hooks) + +(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty +Package: scrlfile-hook 2021/11/13 v3.35 KOMA-Script package (using LaTeX hooks) + + +(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty +Package: scrlogo 2021/11/13 v3.35 KOMA-Script package (logo) +))))) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty +Package: translator 2021-05-31 v1.12d Easy translation of strings in LaTeX +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty +\beamer@argscount=\count302 +\beamer@lastskipcover=\skip50 +\beamer@trivlistdepth=\count303 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty +\c@lecture=\count304 +\c@part=\count305 +\c@section=\count306 +\c@subsection=\count307 +\c@subsubsection=\count308 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty +\beamer@framebox=\box65 +\beamer@frametitlebox=\box66 +\beamer@zoombox=\box67 +\beamer@zoomcount=\count309 +\beamer@zoomframecount=\count310 +\beamer@frametextheight=\dimen261 +\c@subsectionslide=\count311 +\beamer@frametopskip=\skip51 +\beamer@framebottomskip=\skip52 +\beamer@frametopskipautobreak=\skip53 +\beamer@framebottomskipautobreak=\skip54 +\beamer@envbody=\toks29 +\framewidth=\dimen262 +\c@framenumber=\count312 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty +\beamer@verbatimfileout=\write4 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty +\beamer@splitbox=\box68 +\beamer@autobreakcount=\count313 +\beamer@autobreaklastheight=\dimen263 +\beamer@frametitletoks=\toks30 +\beamer@framesubtitletoks=\toks31 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty +\beamer@footins=\box69 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty +\beamer@frameboxcopy=\box70 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty +\beamer@sbttoks=\toks32 + +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty +\bmb@box=\box71 +\bmb@colorbox=\box72 +\bmb@boxwidth=\dimen264 +\bmb@boxheight=\dimen265 +\bmb@prevheight=\dimen266 +\bmb@temp=\dimen267 +\bmb@dima=\dimen268 +\bmb@dimb=\dimen269 +\bmb@prevheight=\dimen270 +) +\beamer@blockheadheight=\dimen271 +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) +\@enLab=\toks33 +) +\beamer@bibiconwidth=\skip55 +\c@figure=\count314 +\c@table=\count315 +\abovecaptionskip=\skip56 +\belowcaptionskip=\skip57 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty +\beamer@section@min@dim=\dimen272 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2021/10/15 v2.17l AMS math features +\@mathmargin=\skip58 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2021/08/26 v2.01 AMS text + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks34 +\ex@=\dimen273 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen274 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2021/08/26 v2.02 operator names +) +\inf@bad=\count316 +LaTeX Info: Redefining \frac on input line 234. +\uproot@=\count317 +\leftroot@=\count318 +LaTeX Info: Redefining \overline on input line 399. +\classnum@=\count319 +\DOTSCASE@=\count320 +LaTeX Info: Redefining \ldots on input line 496. +LaTeX Info: Redefining \dots on input line 499. +LaTeX Info: Redefining \cdots on input line 620. +\Mathstrutbox@=\box73 +\strutbox@=\box74 +\big@size=\dimen275 +LaTeX Font Info: Redeclaring font encoding OML on input line 743. +LaTeX Font Info: Redeclaring font encoding OMS on input line 744. +\macc@depth=\count321 +\c@MaxMatrixCols=\count322 +\dotsspace@=\muskip17 +\c@parentequation=\count323 +\dspbrk@lvl=\count324 +\tag@help=\toks35 +\row@=\count325 +\column@=\count326 +\maxfields@=\count327 +\andhelp@=\toks36 +\eqnshift@=\dimen276 +\alignsep@=\dimen277 +\tagshift@=\dimen278 +\tagwidth@=\dimen279 +\totwidth@=\dimen280 +\lineht@=\dimen281 +\@envbody=\toks37 +\multlinegap=\skip59 +\multlinetaggap=\skip60 +\mathdisplay@stack=\toks38 +LaTeX Info: Redefining \[ on input line 2938. +LaTeX Info: Redefining \] on input line 2939. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2020/05/29 v2.20.6 +\thm@style=\toks39 +\thm@bodyfont=\toks40 +\thm@headfont=\toks41 +\thm@notefont=\toks42 +\thm@headpunct=\toks43 +\thm@preskip=\skip61 +\thm@postskip=\skip62 +\thm@headsep=\skip63 +\dth@everypar=\toks44 +) +\c@theorem=\count328 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty +\beamer@dima=\dimen282 +\beamer@dimb=\dimen283 +) +(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty))) +(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty +Package: beamerthemefocus 2021/12/08 v3.1.0 Focus Beamer theme +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +) +(/usr/share/texlive/texmf-dist/tex/latex/fira/FiraSans.sty +Package: FiraSans 2019/10/10 (Bob Tennent and autoinst) Style file for Fira San +s fonts. + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty +Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead. +) +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty +Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. +) +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2020/11/20 v2.8 package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks45 +\XKV@tempa@toks=\toks46 +) +\XKV@depth=\count329 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty +Package: textcomp 2020/02/02 v2.0n Standard LaTeX package +) +(/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty +Package: fontaxes 2020/07/21 v1.0e Font selection axes +LaTeX Info: Redefining \upshape on input line 29. +LaTeX Info: Redefining \itshape on input line 31. +LaTeX Info: Redefining \slshape on input line 33. +LaTeX Info: Redefining \swshape on input line 35. +LaTeX Info: Redefining \scshape on input line 37. +LaTeX Info: Redefining \sscshape on input line 39. +LaTeX Info: Redefining \ulcshape on input line 41. +LaTeX Info: Redefining \textsw on input line 47. +LaTeX Info: Redefining \textssc on input line 48. +LaTeX Info: Redefining \textulc on input line 49. +)) +(/usr/share/texlive/texmf-dist/tex/latex/fira/FiraMono.sty +Package: FiraMono 2019/10/10 (Bob Tennent and autoinst) Style file for Fira Mon +o fonts. + +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2021/04/29 v2.0v Standard LaTeX package +LaTeX Font Info: Trying to load font information for T1+FiraSans-OsF on inpu +t line 112. + +(/usr/share/texlive/texmf-dist/tex/latex/fira/T1FiraSans-OsF.fd +File: T1FiraSans-OsF.fd 2019/10/10 (autoinst) Font definitions for T1/FiraSans- +OsF. +) +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <10.95> not availa +ble +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 112. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 10.95pt on input line 112. +)) +(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamercolorthemefocu +s.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus +.sty) +(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocu +s.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfnodeparttextbox=\box75 +) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 +.sty +Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a) +\pgf@nodesepstart=\dimen284 +\pgf@nodesepend=\dimen285 +) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 +.sty +Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a) +)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) +\pgffor@iter=\dimen286 +\pgffor@skip=\dimen287 +\pgffor@stack=\toks47 +\pgffor@toks=\toks48 +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers +.code.tex +File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgf@plot@mark@count=\count330 +\pgfplotmarksize=\dimen288 +) +\tikz@lastx=\dimen289 +\tikz@lasty=\dimen290 +\tikz@lastxsaved=\dimen291 +\tikz@lastysaved=\dimen292 +\tikz@lastmovetox=\dimen293 +\tikz@lastmovetoy=\dimen294 +\tikzleveldistance=\dimen295 +\tikzsiblingdistance=\dimen296 +\tikz@figbox=\box76 +\tikz@figbox@bg=\box77 +\tikz@tempbox=\box78 +\tikz@tempbox@bg=\box79 +\tikztreelevel=\count331 +\tikznumberofchildren=\count332 +\tikznumberofcurrentchild=\count333 +\tikz@fig@count=\count334 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfmatrixcurrentrow=\count335 +\pgfmatrixcurrentcolumn=\count336 +\pgf@matrix@numberofcolumns=\count337 +) +\tikz@expandcount=\count338 + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarytopaths.code.tex +File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)))) +(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocu +s.sty +(/usr/share/texlive/texmf-dist/tex/latex/appendixnumberbeamer/appendixnumberbea +mer.sty) (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty +Package: bookmark 2020-11-06 v1.29 PDF bookmarks (HO) + +(/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def +File: bkm-pdftex.def 2020-11-06 v1.29 bookmark driver for pdfTeX (HO) +\BKM@id=\count339 +)) +\c@realframenumber=\count340 +\focus@pbar@height=\skip64 +\focus@pbar@leftoffset=\skip65 +\focus@pbar@rightoffset=\skip66 +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks49 +\inpenc@posthook=\toks50 +) +(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty +\lst@mode=\count341 +\lst@gtempboxa=\box80 +\lst@token=\toks51 +\lst@length=\count342 +\lst@currlwidth=\dimen297 +\lst@column=\count343 +\lst@pos=\count344 +\lst@lostspace=\dimen298 +\lst@width=\dimen299 +\lst@newlines=\count345 +\lst@lineno=\count346 +\lst@maxwidth=\dimen300 + +(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty +File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz) +\c@lstnumber=\count347 +\lst@skipnumbers=\count348 +\lst@framebox=\box81 +) +(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg +File: listings.cfg 2020/03/24 1.8d listings configuration +)) +Package: listings 2020/03/24 1.8d (Carsten Heinz) + +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2022-01-21 L3 programming layer (loader) + +(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2022-01-12 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count349 +\l__pdf_internal_box=\box82 +)) +Package: fontawesome5 2021/06/04 v5.15.3 Font Awesome 5 + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2022-01-12 LaTeX2e option processing using LaTeX3 keys +) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2022-01-12 L3 Experimental document command parser +) +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-help +er.sty +Package: fontawesome5-generic-helper 2021/06/04 v5.15.3 non-uTeX helper for fon +tawesome5 + +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibrarypositioning.code.tex +File: tikzlibrarypositioning.code.tex 2021/05/15 v3.1.9a (3.1.9a) +) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.code.tex +File: tikzlibraryshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.geometric.code.tex +File: pgflibraryshapes.geometric.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.misc.code.tex +File: pgflibraryshapes.misc.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.symbols.code.tex +File: pgflibraryshapes.symbols.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.arrows.code.tex +File: pgflibraryshapes.arrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.callouts.code.tex +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.callouts.code.tex)) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryshapes.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/shapes/pgflibraryshape +s.multipart.code.tex +File: pgflibraryshapes.multipart.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\pgfnodepartlowerbox=\box83 +\pgfnodeparttwobox=\box84 +\pgfnodepartthreebox=\box85 +\pgfnodepartfourbox=\box86 +\pgfnodeparttwentybox=\box87 +\pgfnodepartnineteenbox=\box88 +\pgfnodeparteighteenbox=\box89 +\pgfnodepartseventeenbox=\box90 +\pgfnodepartsixteenbox=\box91 +\pgfnodepartfifteenbox=\box92 +\pgfnodepartfourteenbox=\box93 +\pgfnodepartthirteenbox=\box94 +\pgfnodeparttwelvebox=\box95 +\pgfnodepartelevenbox=\box96 +\pgfnodeparttenbox=\box97 +\pgfnodepartninebox=\box98 +\pgfnodeparteightbox=\box99 +\pgfnodepartsevenbox=\box100 +\pgfnodepartsixbox=\box101 +\pgfnodepartfivebox=\box102 +))) +(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik +zlibraryarrows.code.tex +File: tikzlibraryarrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) + +(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryarrows.code. +tex +File: pgflibraryarrows.code.tex 2021/05/15 v3.1.9a (3.1.9a) +\arrowsize=\dimen301 +)) + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\\' on input line 17. + +(./slide.aux (./content.aux)) +\openout1 = `slide.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 23. +LaTeX Font Info: ... okay on input line 23. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(21.33955pt, 321.51625pt, 21.33955pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=321.51625pt +* \textheight=244.6939pt +* \oddsidemargin=-50.93044pt +* \evensidemargin=-50.93044pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count350 +\scratchdimen=\dimen302 +\scratchbox=\box103 +\nofMPsegments=\count351 +\nofMParguments=\count352 +\everyMPshowfont=\toks52 +\MPscratchCnt=\count353 +\MPscratchDim=\dimen303 +\MPnumerator=\count354 +\makeMPintoPDFobject=\count355 +\everyMPtoPDFconversion=\toks53 +) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +85. + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv +e +)) +Package hyperref Info: Link coloring OFF on input line 23. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) +) +\c@section@level=\count356 +) +LaTeX Info: Redefining \ref on input line 23. +LaTeX Info: Redefining \pageref on input line 23. +LaTeX Info: Redefining \nameref on input line 23. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 23. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 23. +\symnumbers=\mathgroup6 +\sympureletters=\mathgroup7 +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' +(Font) OT1/cmss/m/n --> T1/cmr/m/n on input line 23. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> T1/FiraSans-OsF/b/n on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) OT1/cmr/bx/n --> T1/FiraSans-OsF/b/n on input line 23. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> T1/FiraSans-OsF/m/n on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> T1/FiraSans-OsF/m/n on input line 23. + +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> T1/FiraSans-OsF/m/it on input line 23. + +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> T1/FiraSans-OsF/m/it on input line 23 +. +LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> T1/FiraMono-TOsF/m/n on input line 23. + +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> T1/FiraMono-TOsF/m/n on input line 23. + +LaTeX Font Info: Overwriting symbol font `numbers' in version `bold' +(Font) T1/FiraSans-OsF/m/n --> T1/FiraSans-OsF/b/n on input li +ne 23. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) T1/FiraSans-OsF/m/it --> T1/FiraSans-OsF/b/it on input +line 23. +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' +(Font) OT1/cmss/b/n --> T1/cmr/b/n on input line 23. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) T1/FiraSans-OsF/b/n --> T1/FiraSans-OsF/b/n on input li +ne 23. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) T1/FiraSans-OsF/m/n --> T1/FiraSans-OsF/b/n on input li +ne 23. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) T1/FiraSans-OsF/m/it --> T1/FiraSans-OsF/b/it on input +line 23. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) T1/FiraMono-TOsF/m/n --> T1/FiraMono-TOsF/b/n on input +line 23. + +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary +-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dic +tionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-environment-dict +ionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-months-dictionar +y-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictiona +ry-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictiona +ry-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +\c@mv@tabular=\count357 +\c@mv@boldtabular=\count358 +\c@lstlisting=\count359 + (./slide.nav) +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <6> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 23. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 6.0pt on input line 23. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <8> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 23. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 8.0pt on input line 23. +\openout2 = `content.aux'. + + (./content.tex +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <20.74> not availa +ble +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 20.74pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/sc' in size <20.74> not avail +able +(Font) Font shape `T1/FiraSans-OsF/regular/sc' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/sc' will be +(Font) scaled to size 20.74pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/b/sc' in size <20.74> not avail +able +(Font) Font shape `T1/FiraSans-OsF/bold/sc' tried instead on input + line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/bold/sc' will be +(Font) scaled to size 20.74pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <14.4> not availab +le +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 14.4pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/sc' in size <14.4> not availa +ble +(Font) Font shape `T1/FiraSans-OsF/regular/sc' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/sc' will be +(Font) scaled to size 14.4pt on input line 6. + +File: misp.pdf Graphic file (type pdf) + +Package pdftex.def Info: misp.pdf used on input line 6. +(pdftex.def) Requested size: 105.82272pt x 77.55516pt. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/scit' in size <14.4> not avai +lable +(Font) Font shape `T1/FiraSans-OsF/regular/scit' tried instead on +input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/scit' will be +(Font) scaled to size 14.4pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <12> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 12.0pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/sc' in size <12> not availabl +e +(Font) Font shape `T1/FiraSans-OsF/regular/sc' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/sc' will be +(Font) scaled to size 12.0pt on input line 6. +LaTeX Font Info: Trying to load font information for T1+FiraMono-TOsF on inp +ut line 6. + +(/usr/share/texlive/texmf-dist/tex/latex/fira/T1FiraMono-TOsF.fd +File: T1FiraMono-TOsF.fd 2019/10/10 (autoinst) Font definitions for T1/FiraMono +-TOsF. +) + +LaTeX Font Warning: Font shape `T1/FiraMono-TOsF/m/sc' undefined +(Font) using `T1/FiraMono-TOsF/m/n' instead on input line 6. + +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/m/n' in size <12> not availabl +e +(Font) Font shape `T1/FiraMono-TOsF/regular/n' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/regular/n' will be +(Font) scaled to size 12.0pt on input line 6. +LaTeX Font Info: Trying to load font information for U+msa on input line 6. +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 6. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <12> not availabl +e +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 12.0pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <8> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 8.0pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <6> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 6.0pt on input line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <4> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 6. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 4.0pt on input line 6. + [1 + + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./misp.pdf>] +LaTeX Font Info: Trying to load font information for U+fontawesomebrands0 on + input line 25. + +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd) +LaTeX Font Info: Font shape `U/fontawesomebrands0/solid/n' in size <10.95> n +ot available +(Font) Font shape `U/fontawesomebrands0/regular/n' tried instead o +n input line 25. +LaTeX Font Info: Trying to load font information for U+fontawesomebrands1 on + input line 25. + +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands1.fd) +LaTeX Font Info: Font shape `U/fontawesomebrands1/solid/n' in size <10.95> n +ot available +(Font) Font shape `U/fontawesomebrands1/regular/n' tried instead o +n input line 25. +LaTeX Font Info: Trying to load font information for U+fontawesomefree0 on i +nput line 25. + +(/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd) +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <10.95> not avail +able +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 25. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 10.95pt on input line 25. + +File: images/profile_picture.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/profile_picture.jpg used on input line 25. +(pdftex.def) Requested size: 137.0199pt x 137.0199pt. + +Overfull \hbox (8.41537pt too wide) in paragraph at lines 25--25 +[][] + [] + +[2 + + <./images/profile_picture.jpg>] [3 + +] +LaTeX Font Info: Font shape `T1/FiraSans-OsF/b/n' in size <10.95> not availa +ble +(Font) Font shape `T1/FiraSans-OsF/bold/n' tried instead on input +line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/bold/n' will be +(Font) scaled to size 10.95pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <10> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 10.0pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <7> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 7.0pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <5> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 5.0pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <10> not availabl +e +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 10.0pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <7> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 7.0pt on input line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <5> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 55. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 5.0pt on input line 55. + [4 + +] + +File: images/simple_rest_query.png Graphic file (type png) + +Package pdftex.def Info: images/simple_rest_query.png used on input line 61. +(pdftex.def) Requested size: 194.9102pt x 238.3931pt. + +Overfull \vbox (14.93687pt too high) detected at line 61 + [] + +[5 + + <./images/simple_rest_query.png>] + +File: images/simple_rest_results.png Graphic file (type png) + +Package pdftex.def Info: images/simple_rest_results.png used on input line 67. + +(pdftex.def) Requested size: 472.95863pt x 227.24496pt. + +Overfull \hbox (151.44238pt too wide) in paragraph at lines 67--67 + [][] + [] + + +Overfull \vbox (3.78874pt too high) detected at line 67 + [] + +[6 + + <./images/simple_rest_results.png>] + +File: images/simple_rest_curl.png Graphic file (type png) + +Package pdftex.def Info: images/simple_rest_curl.png used on input line 74. +(pdftex.def) Requested size: 212.52904pt x 82.55844pt. + +File: images/simple_rest_pymisp.png Graphic file (type png) + +Package pdftex.def Info: images/simple_rest_pymisp.png used on input line 74. +(pdftex.def) Requested size: 212.05727pt x 142.47229pt. + +Overfull \vbox (2.57451pt too high) detected at line 74 + [] + +[7 + + <./images/simple_rest_curl.png> <./images/simple_rest_pymisp.png>] + +File: images/limited_version.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/limited_version.jpg used on input line 92. +(pdftex.def) Requested size: 176.83492pt x 176.8382pt. + [8 + + <./images/limited_version.jpg>] + +File: images/limited_data_type.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/limited_data_type.jpg used on input line 110. +(pdftex.def) Requested size: 160.75812pt x 227.95264pt. + +Overfull \vbox (4.49641pt too high) detected at line 110 + [] + +[9 + + <./images/limited_data_type.jpg>] + +File: images/issues.png Graphic file (type png) + +Package pdftex.def Info: images/issues.png used on input line 127. +(pdftex.def) Requested size: 153.77177pt x 45.77019pt. + [10 + + <./images/issues.png>] +File: images/issues.png Graphic file (type png) + +Package pdftex.def Info: images/issues.png used on input line 127. +(pdftex.def) Requested size: 153.77177pt x 45.77019pt. + [11 + +] + +File: images/solution.png Graphic file (type png) + +Package pdftex.def Info: images/solution.png used on input line 134. +(pdftex.def) Requested size: 258.66837pt x 189.7102pt. + [12 + + <./images/solution.png>] +LaTeX Font Info: Font shape `T1/FiraSans-OsF/b/n' in size <10> not available + +(Font) Font shape `T1/FiraSans-OsF/bold/n' tried instead on input +line 148. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/bold/n' will be +(Font) scaled to size 10.0pt on input line 148. + [13 + +] +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/n' in size <9> not available +(Font) Font shape `T1/FiraSans-OsF/regular/n' tried instead on inp +ut line 168. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/n' will be +(Font) scaled to size 9.0pt on input line 168. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <9> not available + +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 168. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 9.0pt on input line 168. + [14 + +] + +File: images/stand_alone_usage.png Graphic file (type png) + +Package pdftex.def Info: images/stand_alone_usage.png used on input line 174. +(pdftex.def) Requested size: 333.59529pt x 123.13333pt. + +Overfull \hbox (12.07904pt too wide) in paragraph at lines 174--174 + [][] + [] + +[15 + + <./images/stand_alone_usage.png>] + +File: images/python_usage.png Graphic file (type png) + +Package pdftex.def Info: images/python_usage.png used on input line 180. +(pdftex.def) Requested size: 307.73648pt x 145.85866pt. + [16 + + <./images/python_usage.png>] [17 + +] + +File: images/demo1.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/demo1.jpg used on input line 201. +(pdftex.def) Requested size: 307.14467pt x 165.76778pt. + +[18 + + <./images/demo1.jpg>] +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/m/n' in size <9> not available + +(Font) Font shape `T1/FiraMono-TOsF/regular/n' tried instead on in +put line 224. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/regular/n' will be +(Font) scaled to size 9.0pt on input line 224. + +File: images/surprise.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/surprise.jpg used on input line 224. +(pdftex.def) Requested size: 115.83069pt x 86.9232pt. + [19 + + <./images/surprise.jpg>] +File: images/surprise.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/surprise.jpg used on input line 224. +(pdftex.def) Requested size: 115.83069pt x 86.9232pt. + [20 + +] [21 + +] + +File: images/two_buttons_dilemna.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/two_buttons_dilemna.jpg used on input line 255 +. +(pdftex.def) Requested size: 125.46843pt x 189.70828pt. + +Underfull \hbox (badness 10000) in paragraph at lines 255--255 + []|\T1/FiraSans-OsF/regular/sc/14.4 Handling dif-fer-ent STIX con-tent cre-ati +on + [] + +[22 + + <./images/two_buttons_dilemna.jpg>] +File: images/two_buttons_dilemna.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/two_buttons_dilemna.jpg used on input line 255 +. +(pdftex.def) Requested size: 125.46843pt x 189.70828pt. + +Underfull \hbox (badness 10000) in paragraph at lines 255--255 + []|\T1/FiraSans-OsF/regular/sc/14.4 Handling dif-fer-ent STIX con-tent cre-ati +on + [] + +[23 + +] + +File: images/two_buttons_solution.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/two_buttons_solution.jpg used on input line 27 +5. +(pdftex.def) Requested size: 125.46843pt x 189.70828pt. + +Overfull \hbox (3.2907pt too wide) in paragraph at lines 275--275 +[][] + [] + +LaTeX Font Info: Font shape `T1/FiraSans-OsF/m/it' in size <14.4> not availa +ble +(Font) Font shape `T1/FiraSans-OsF/regular/it' tried instead on in +put line 275. +LaTeX Font Info: Font shape `T1/FiraSans-OsF/regular/it' will be +(Font) scaled to size 14.4pt on input line 275. +[24 + + <./images/two_buttons_solution.jpg>] + +File: images/patterns.png Graphic file (type png) + +Package pdftex.def Info: images/patterns.png used on input line 294. +(pdftex.def) Requested size: 317.37206pt x 22.13173pt. + [25 + + <./images/patterns.png>] +File: images/patterns.png Graphic file (type png) + +Package pdftex.def Info: images/patterns.png used on input line 294. +(pdftex.def) Requested size: 317.37206pt x 22.13173pt. + [26 + +] + +File: images/challenges.png Graphic file (type png) + +Package pdftex.def Info: images/challenges.png used on input line 299. +(pdftex.def) Requested size: 321.83069pt x 195.67305pt. + +Overfull \hbox (0.31444pt too wide) in paragraph at lines 299--299 +[][] + [] + +[27 + + <./images/challenges.png>] + +File: images/oasis.png Graphic file (type png) + +Package pdftex.def Info: images/oasis.png used on input line 324. +(pdftex.def) Requested size: 100.38087pt x 20.07617pt. + [28 + + <./images/oasis.png>] +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/b/n' in size <10> not availabl +e +(Font) Font shape `T1/FiraMono-TOsF/bold/n' tried instead on input + line 343. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/bold/n' will be +(Font) scaled to size 10.0pt on input line 343. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/m/n' in size <10> not availabl +e +(Font) Font shape `T1/FiraMono-TOsF/regular/n' tried instead on in +put line 343. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/regular/n' will be +(Font) scaled to size 10.0pt on input line 343. + [29 + +] +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/m/n' in size <10.95> not avail +able +(Font) Font shape `T1/FiraMono-TOsF/regular/n' tried instead on in +put line 356. +LaTeX Font Info: Font shape `T1/FiraMono-TOsF/regular/n' will be +(Font) scaled to size 10.95pt on input line 356. + [30 + +] + +File: images/demo2.jpg Graphic file (type jpg) + +Package pdftex.def Info: images/demo2.jpg used on input line 362. +(pdftex.def) Requested size: 225.84166pt x 225.84166pt. + +Overfull \vbox (2.38544pt too high) detected at line 362 + [] + +[31 + + <./images/demo2.jpg>]) +\tf@nav=\write5 +\openout5 = `slide.nav'. + +\tf@toc=\write6 +\openout6 = `slide.toc'. + +\tf@snm=\write7 +\openout7 = `slide.snm'. + + (./slide.aux (./content.aux)) + +LaTeX Font Warning: Some font shapes were not available, defaults substituted. + + ) +Here is how much of TeX's memory you used: + 33616 strings out of 480247 + 698406 string characters out of 5896151 + 914982 words of memory out of 5000000 + 50795 multiletter control sequences out of 15000+600000 + 870826 words of font info for 129 fonts, out of 8000000 for 9000 + 14 hyphenation exceptions out of 8191 + 128i,16n,122p,424b,883s stack positions out of 5000i,500n,10000p,200000b,80000s +{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fira/fir_d4q673.enc}{/usr/shar +e/texlive/texmf-dist/fonts/enc/dvips/fira/fir_iln36p.enc}{/usr/share/texlive/te +xmf-dist/fonts/enc/dvips/fontawesome5/fa5free0.enc}{/usr/share/texlive/texmf-di +st/fonts/enc/dvips/fontawesome5/fa5brands1.enc}{/usr/share/texlive/texmf-dist/f +onts/enc/dvips/fontawesome5/fa5brands0.enc}{/usr/share/texlive/texmf-dist/fonts +/enc/dvips/fira/fir_2mfh3o.enc} +Output written on slide.pdf (31 pages, 3601203 bytes). +PDF statistics: + 310 PDF objects out of 1000 (max. 8388607) + 214 compressed objects within 3 object streams + 63 named destinations out of 1000 (max. 500000) + 143 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/events/misp-summit/2022/misp-stix/slide.nav b/events/misp-summit/2022/misp-stix/slide.nav new file mode 100644 index 0000000..e56fca2 --- /dev/null +++ b/events/misp-summit/2022/misp-stix/slide.nav @@ -0,0 +1,59 @@ +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/11}{}{0}} +\headcommand {\beamer@framepages {10}{11}} +\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{18}{19/20}{}{0}} +\headcommand {\beamer@framepages {19}{20}} +\headcommand {\slideentry {0}{0}{19}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{20}{22/23}{}{0}} +\headcommand {\beamer@framepages {22}{23}} +\headcommand {\slideentry {0}{0}{21}{24/24}{}{0}} +\headcommand {\beamer@framepages {24}{24}} +\headcommand {\slideentry {0}{0}{22}{25/26}{}{0}} +\headcommand {\beamer@framepages {25}{26}} +\headcommand {\slideentry {0}{0}{23}{27/27}{}{0}} +\headcommand {\beamer@framepages {27}{27}} +\headcommand {\slideentry {0}{0}{24}{28/28}{}{0}} +\headcommand {\beamer@framepages {28}{28}} +\headcommand {\slideentry {0}{0}{25}{29/29}{}{0}} +\headcommand {\beamer@framepages {29}{29}} +\headcommand {\slideentry {0}{0}{26}{30/30}{}{0}} +\headcommand {\beamer@framepages {30}{30}} +\headcommand {\slideentry {0}{0}{27}{31/31}{}{0}} +\headcommand {\beamer@framepages {31}{31}} +\headcommand {\beamer@partpages {1}{31}} +\headcommand {\beamer@subsectionpages {1}{31}} +\headcommand {\beamer@sectionpages {1}{31}} +\headcommand {\beamer@documentpages {31}} +\headcommand {\gdef \inserttotalframenumber {26}} diff --git a/events/misp-summit/2022/misp-stix/slide.pdf b/events/misp-summit/2022/misp-stix/slide.pdf new file mode 100644 index 0000000..880eec8 Binary files /dev/null and b/events/misp-summit/2022/misp-stix/slide.pdf differ diff --git a/events/misp-summit/2022/misp-stix/slide.snm b/events/misp-summit/2022/misp-stix/slide.snm new file mode 100644 index 0000000..e69de29 diff --git a/events/misp-summit/2022/misp-stix/slide.tex b/events/misp-summit/2022/misp-stix/slide.tex new file mode 100644 index 0000000..03e2bd1 --- /dev/null +++ b/events/misp-summit/2022/misp-stix/slide.tex @@ -0,0 +1,25 @@ +\documentclass{beamer} +\usetheme[numbering=progressbar]{focus} +\definecolor{main}{RGB}{47, 161, 219} +\definecolor{textcolor}{RGB}{128, 128, 128} +\definecolor{background}{RGB}{240, 247, 255} + +\usepackage[utf8]{inputenc} +\usepackage{tikz} +\usepackage{listings} +\usepackage{fontawesome5} +\usetikzlibrary{positioning} +\usetikzlibrary{shapes,arrows} + + +\title{MISP-STIX} +\subtitle{The Holy Grail for MISP and STIX formats} +\author{MISP core team - Christian Studer \\ \emph{TLP:WHITE}} +\date{CTI Summit (CTIS-2022)} +\titlegraphic{\includegraphics[scale=0.55]{misp.pdf}} +\institute{MISP Project \\ \url{https://www.misp-project.org/}} + + +\begin{document} +\include{content} +\end{document} diff --git a/events/misp-summit/2022/misp-stix/slide.toc b/events/misp-summit/2022/misp-stix/slide.toc new file mode 100644 index 0000000..e69de29 diff --git a/includes/location.txt b/includes/location.txt index 507ab93..b6b5b98 100644 --- a/includes/location.txt +++ b/includes/location.txt @@ -1 +1 @@ -MISP Project +CTIS 2022