fix: [new object pgp-meta] remove first seen/last seen + fix description

pull/227/head
Terrtia 2020-02-03 16:45:28 +01:00
parent b036b52e36
commit ae11730a82
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 4 additions and 16 deletions

View File

@ -1,30 +1,18 @@
{ {
"required": [ "required": [
"key" "key-id"
], ],
"attributes": { "attributes": {
"first-seen": {
"description": "First time the tuple has been seen",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"last-seen": {
"description": "Last time the tuple has been seen",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"key-id": { "key-id": {
"description": "key-id", "description": "Key ID in hexadecimal",
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "text", "misp-attribute": "text",
"multiple": true "multiple": true
}, },
"user-id-email": { "user-id-email": {
"description": "User ID packet, email address of the key holder", "description": "User ID packet, email address of the key holder (UTF-8 text)",
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "email-subject", "misp-attribute": "text",
"multiple": true "multiple": true
}, },
"user-id-name": { "user-id-name": {