-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: [4-misp-standard] first set of slides published to explain
misp-standard.org
- Loading branch information
Showing
14 changed files
with
1,935 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
\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}}} | ||
\@setckpt{content}{ | ||
\setcounter{page}{8} | ||
\setcounter{equation}{0} | ||
\setcounter{enumi}{0} | ||
\setcounter{enumii}{0} | ||
\setcounter{enumiii}{0} | ||
\setcounter{enumiv}{0} | ||
\setcounter{footnote}{2} | ||
\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}{7} | ||
\setcounter{framenumber}{6} | ||
\setcounter{figure}{0} | ||
\setcounter{table}{0} | ||
\setcounter{parentequation}{0} | ||
\setcounter{theorem}{0} | ||
\setcounter{lstnumber}{1} | ||
\setcounter{section@level}{0} | ||
\setcounter{lstlisting}{0} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex 2018.10.13) 16 DEC 2020 11:24 | ||
entering extended mode | ||
restricted \write18 enabled. | ||
%&-line parsing enabled. | ||
**content.tex | ||
(./content.tex | ||
LaTeX2e <2017-04-15> | ||
Babel <3.18> and hyphenation patterns for 84 language(s) loaded. | ||
|
||
! LaTeX Error: Missing \begin{document}. | ||
|
||
See the LaTeX manual or LaTeX Companion for explanation. | ||
Type H <return> for immediate help. | ||
... | ||
|
||
l.4 \begin{frame}[ | ||
t,plain] | ||
? | ||
! Emergency stop. | ||
... | ||
|
||
l.4 \begin{frame}[ | ||
t,plain] | ||
You're in trouble here. Try typing <return> to proceed. | ||
If that doesn't work, type X <return> to quit. | ||
|
||
|
||
Here is how much of TeX's memory you used: | ||
6 strings out of 492982 | ||
267 string characters out of 6134895 | ||
53913 words of memory out of 5000000 | ||
3671 multiletter control sequences out of 15000+600000 | ||
3640 words of font info for 14 fonts, out of 8000000 for 9000 | ||
1141 hyphenation exceptions out of 8191 | ||
7i,0n,5p,57b,20s stack positions out of 5000i,500n,10000p,200000b,80000s | ||
! ==> Fatal error occurred, no output PDF file produced! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
% DO NOT COMPILE THIS FILE DIRECTLY! | ||
% This is included by the other .tex files. | ||
|
||
\begin{frame}[t,plain] | ||
\titlepage | ||
\end{frame} | ||
|
||
\begin{frame}[fragile] | ||
\frametitle{MISP Standard} | ||
\begin{itemize} | ||
\item Following the grow of organisations relying on MISP, the {\bf JSON format used by MISP are standardised under the misp-standard.org umbrella} | ||
\item The goal is to provide a flexible set of standards to support information exchange and data modeling in the following field: | ||
\begin{itemize} | ||
\item Cybersecurity intelligence | ||
\item Threat intelligence | ||
\item Financial fraud | ||
\item Vulnerability information | ||
\item Border control information | ||
\item Digital Forensic and Incident Response | ||
\item and intelligence at large | ||
\end{itemize} | ||
\end{itemize} | ||
\end{frame} | ||
|
||
\begin{frame}[fragile] | ||
\frametitle{Standard - MISP core format} | ||
This standard describes the {\bf MISP core format} used to exchange indicators and threat information between MISP instances. The {\bf JSON format includes the overall structure along with the semantics associated for each respective key}. The format is described to support other implementations, aiming to reuse the format and ensuring the interoperability with the existing MISP software and other Threat Intelligence Platforms. | ||
\end{frame} | ||
|
||
\begin{frame}[fragile] | ||
\frametitle{MISP object template format} | ||
This standard describes the {\bf MISP object} template format which describes a simple JSON format to represent the various templates used to construct MISP objects. A {\bf public directory of common MISP object templates and relationships} is available and relies on the MISP object reference format. | ||
\end{frame} | ||
|
||
\begin{frame}[fragile] | ||
\frametitle{MISP galaxy format} | ||
This standard describes the {\bf MISP galaxy format which describes a simple JSON format to represent galaxies and clusters} that can be attached to MISP events or attributes. A public directory of MISP galaxies is available and relies on the MISP galaxy format. MISP galaxies are used to attach additional information structures such as MISP events or attributes. {\bf MISP galaxy is a public repository of known malware, threats actors and various other collections of data that can be used to mark, classify or label data in threat information sharing}. | ||
\end{frame} | ||
|
||
\begin{frame}[fragile] | ||
\frametitle{SightingDB format} | ||
This standard describes the format used by SightingDB to give automated context to a given Attribute by {\bf counting occurrences and tracking times of observability}. SightingDB was designed to provide to MISP and other tools an interoperable, scalable and fast way to store and retrieve attributes sightings. | ||
\end{frame} | ||
|
||
|
||
\begin{frame}[fragile] | ||
\frametitle{Internet-Draft - IETF for MISP formats and MISP standard} | ||
\begin{itemize} | ||
\item If you want to contribute to our IETF Internet-Draft for the MISP standard, misp-rfc\footnote{\url{https://github.com/MISP/misp-rfc}} is the repository where to contribute. | ||
\item {\bf Update only the markdown file}, the XML and ASCII for the IETF I-D are automatically generated. | ||
\item If a major release or updates happen in the format, we will publish the I-D to the IETF\footnote{\url{https://datatracker.ietf.org/doc/search/?name=misp&activedrafts=on&rfcs=on}}. | ||
\item The process is always MISP implementation $\rightarrow$ IETF I-D updates. | ||
\item Then published standards in misp-standard.org. | ||
\end{itemize} | ||
|
||
\end{frame} | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
\relax | ||
\providecommand\hyper@newdestlabel[2]{} | ||
\providecommand\BKM@entry[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]{} | ||
\@input{content.aux} | ||
\pgfsyspdfmark {pgfid1}{1398509}{16636717} | ||
\@writefile{nav}{\headcommand {\beamer@partpages {1}{7}}} | ||
\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}} | ||
\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}} | ||
\@writefile{nav}{\headcommand {\beamer@documentpages {7}}} | ||
\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {6}}} |
Oops, something went wrong.