forked from MISP/misp-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
530 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
../../logos/logo-circl.pdf |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
\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} | ||
\usetikzlibrary{positioning} | ||
\usetikzlibrary{shapes,arrows} | ||
%\usepackage[T1]{fontenc} | ||
%\usepackage[scaled]{beramono} | ||
|
||
\author{Team CIRCL \\ \emph{TLP:WHITE}} | ||
\title{MISP workshop} | ||
\subtitle{Introduction into Information Sharing using MISP for CSIRTs} | ||
\institute{} | ||
\titlegraphic{\includegraphics[scale=0.85]{misp.pdf}} | ||
\date{\input{../includes/location.txt}} | ||
|
||
\begin{document} | ||
\include{content} | ||
\end{document} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,45 @@ | ||
|
||
Model of governance | ||
- Dictatorship instead of democracy | ||
- Gathering ideas, issues, use-cases, code from the community is key, listen to them but reserve the right to veto | ||
- Prevents malevolent community members from blocking the process / imposing tunnel-visioned ideas | ||
- Don't wait for the perfect implementation, start small extend it later | ||
- If the idea doesn't seem suitable for the above, shelf it as soon as possible | ||
|
||
Development process based on failures | ||
- Any idea needs real-world validation | ||
- Be willing to throw away features that "sure seemed like a good idea at the time" | ||
- Failures can often be used to pinpoint better alternatives | ||
- Format follows the implementation (code is law) | ||
|
||
PMF model | ||
|
||
On the flip-side, the dangers of sticking to theoretical format development for too long | ||
- The same mistakes will be made anyway | ||
- Piling mistakes on shaky foundation will be more difficult to undo later | ||
- technical reasons | ||
- sunk cost fallacy | ||
|
||
Designing a standard with sharing in mind (how not to do it) | ||
- Originally the sharing aspects were quite limited (private flag) | ||
- If I want to keep it within my organisation, simply set the flag | ||
- If not set any organisation can see it on the instance | ||
- Utterly simplistic, only worked on communities using a hosted MISP | ||
|
||
Designing a standard with sharing in mind (how to be a minimalist) | ||
- Needed to be extended once communities started self-hosting MISP to be able to control the distance of the data-flow | ||
- Distirbution levels | ||
- Organisation only (private) | ||
- Community | ||
- Connected community | ||
- All | ||
|
||
Designing a standard with sharing in mind (going all out) | ||
- Still not covering all use cases, certain types of users wanting more granularity | ||
- Sharing groups (distribution lists) | ||
- Complex system for persistent and special ad-hoc use-cases | ||
- Next step: Multiple sharing groups/nested sharing groups | ||
|
||
|
||
|
||
|
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,21 @@ | ||
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2017.6.14) 25 MAY 2018 13:50 | ||
entering extended mode | ||
restricted \write18 enabled. | ||
%&-line parsing enabled. | ||
**infosharing-introduction.te | ||
|
||
! Emergency stop. | ||
<*> infosharing-introduction.te | ||
|
||
End of file on the terminal! | ||
|
||
|
||
Here is how much of TeX's memory you used: | ||
5 strings out of 494945 | ||
133 string characters out of 6181032 | ||
45270 words of memory out of 5000000 | ||
3400 multiletter control sequences out of 15000+600000 | ||
3640 words of font info for 14 fonts, out of 8000000 for 9000 | ||
14 hyphenation exceptions out of 8191 | ||
0i,0n,0p,34b,6s 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