mirror of https://github.com/MISP/misp-objects
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"required": [
|
|
"key"
|
|
],
|
|
"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": {
|
|
"description": "key-id",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"user-id-email": {
|
|
"description": "User ID packet, email address of the key holder",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "email-subject",
|
|
"multiple": true
|
|
},
|
|
"user-id-name": {
|
|
"description": "User ID packet, name of the key holder",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
}
|
|
},
|
|
"version": 1,
|
|
"description": "Metadata extracted from a PGP keyblock, message or signature",
|
|
"meta-category": "misc",
|
|
"uuid": "4c9134c4-b3e8-4d9f-b3c0-c683e70ec1dd",
|
|
"name": "pgp-meta"
|
|
}
|