mirror of https://github.com/MISP/misp-objects
107 lines
2.5 KiB
JSON
107 lines
2.5 KiB
JSON
{
|
|
"attributes": {
|
|
"class": {
|
|
"description": "Class of the ticket",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"sane_default": [
|
|
"First",
|
|
"Second",
|
|
"Business",
|
|
"Flex",
|
|
"Economy"
|
|
],
|
|
"ui-priority": 0
|
|
},
|
|
"company": {
|
|
"description": "Street name",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 1
|
|
},
|
|
"copy": {
|
|
"description": "Copy of the ticket such as a photography or a FAX",
|
|
"misp-attribute": "attachment",
|
|
"multiple": true,
|
|
"ui-priority": 10
|
|
},
|
|
"date-of-arrival": {
|
|
"description": "Date of arrival",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 1
|
|
},
|
|
"date-of-departure": {
|
|
"description": "Date of departure",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 1
|
|
},
|
|
"date-of-purchase": {
|
|
"description": "Date of purchase",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 1
|
|
},
|
|
"description": {
|
|
"description": "Description",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"destination": {
|
|
"description": "Destination",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 1
|
|
},
|
|
"origin": {
|
|
"description": "Origin",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"ticket-number": {
|
|
"description": "Ticket Number",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 0
|
|
},
|
|
"type-of-ticket": {
|
|
"description": "Type of ticket",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"sane_default": [
|
|
"Purchase ticket",
|
|
"Boarding pass",
|
|
"Other"
|
|
],
|
|
"ui-priority": 1
|
|
},
|
|
"type-of-transport": {
|
|
"description": "Type of transport",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"sane_default": [
|
|
"Plane",
|
|
"Train",
|
|
"Bus",
|
|
"Metro",
|
|
"Taxi",
|
|
"Ferry",
|
|
"Other"
|
|
],
|
|
"ui-priority": 1
|
|
}
|
|
},
|
|
"description": "A transport ticket.",
|
|
"meta-category": "misc",
|
|
"name": "transport-ticket",
|
|
"requiredOneOf": [
|
|
"destination",
|
|
"origin"
|
|
],
|
|
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
|
|
"version": 2
|
|
} |