pull/7/head
Iglocska 2015-10-06 10:58:25 +02:00
commit 00a12b9d54
3 changed files with 11 additions and 2 deletions

5
GLOSSARY.md Normal file
View File

@ -0,0 +1,5 @@
# MISP
Malware Information Sharing Platform
# IOC
Indicator of compromise (IOC or IoC) is an artifact observed on a network or in an operating system or information channel that could reference an intrusion or a reference to a technique used by an attacker.

1
USAGE
View File

@ -4,6 +4,7 @@ Install notes
~~~
npm install gitbook-plugin-autocover
npm install gitbook-plugin-github
~~~
Usage

View File

@ -1,5 +1,5 @@
{
"plugins": ["autocover"],
"plugins": ["autocover", "github"],
"links": { "sidebar": { "MISP @ GitHub": "https://github.com/MISP/MISP"
}},
"pluginsConfig": {
@ -18,6 +18,9 @@
"background": {
"color": "#FFFFFF"
}
},
"github": {
"url": "https://github.com/MISP/"
}
}
}
}