Merge pull request #164 from MISP/infoleak5
chg: [infoleak] Added IP address tag valuepull/166/head
commit
e7f2f2db5e
|
@ -33,7 +33,7 @@
|
|||
"expanded": "Test"
|
||||
}
|
||||
],
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"description": "A taxonomy describing information leaks and especially information classified as being potentially leaked. The taxonomy is based on the work by CIRCL on the AIL framework. The taxonomy aim is to be used at large to improve classification of leaked information.",
|
||||
"namespace": "infoleak",
|
||||
"values": [
|
||||
|
@ -52,6 +52,10 @@
|
|||
"value": "iban",
|
||||
"expanded": "IBAN"
|
||||
},
|
||||
{
|
||||
"value": "ip",
|
||||
"expanded": "IP address"
|
||||
},
|
||||
{
|
||||
"value": "mail",
|
||||
"expanded": "Mail"
|
||||
|
@ -173,6 +177,10 @@
|
|||
"value": "iban",
|
||||
"expanded": "IBAN"
|
||||
},
|
||||
{
|
||||
"value": "ip",
|
||||
"expanded": "IP address"
|
||||
},
|
||||
{
|
||||
"value": "mail",
|
||||
"expanded": "Mail"
|
||||
|
|
Loading…
Reference in New Issue