mirror of https://github.com/MISP/misp-book
Merge branch 'master' of https://github.com/MISP/misp-book
commit
00a12b9d54
|
@ -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
1
USAGE
|
@ -4,6 +4,7 @@ Install notes
|
|||
|
||||
~~~
|
||||
npm install gitbook-plugin-autocover
|
||||
npm install gitbook-plugin-github
|
||||
~~~
|
||||
|
||||
Usage
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue