Merge pull request #69 from Delta-Sierra/master

mapping tlp
pull/73/head
Alexandre Dulaunoy 2017-05-21 09:16:39 +02:00 committed by GitHub
commit 765240f63e
1 changed files with 24 additions and 0 deletions

View File

@ -164,5 +164,29 @@
"malware_classification:malware-category=\"Worm\"",
"ms-caro-malware:malware-type=\"Worm\""
]
},
"tlp-white": {
"values": [
"tlp:white",
"iep:traffic-light-protocol=\"WHITE\""
]
},
"tlp-green": {
"values": [
"tlp:green",
"iep:traffic-light-protocol=\"GREEN\""
]
},
"tlp-amber": {
"values": [
"tlp:amber",
"iep:traffic-light-protocol=\"AMBER\""
]
},
"tlp-red": {
"values": [
"tlp:red",
"iep:traffic-light-protocol=\"RED\""
]
}
}