mapping tlp

pull/69/head
Deborah Servili 2017-05-19 15:11:06 +02:00
parent 04cca13462
commit e4165d104d
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",
"ipe:traffic-light-protocol=\"WHITE\""
]
},
"tlp-green": {
"values": [
"tlp:green",
"ipe:traffic-light-protocol=\"GREEN\""
]
},
"tlp-amber": {
"values": [
"tlp:amber",
"ipe:traffic-light-protocol=\"AMBER\""
]
},
"tlp-red": {
"values": [
"tlp:red",
"ipe:traffic-light-protocol=\"RED\""
]
}
}