2018-04-30 16:27:17 +02:00
{
"attributes" : {
2020-04-26 02:10:02 +02:00
"first-seen" : {
"description" : "First time that the linked object or attribute has been seen." ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
} ,
"last-seen" : {
"description" : "First time that the linked object or attribute has been seen." ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
2018-04-30 16:27:17 +02:00
} ,
"precision" : {
"description" : "Timestamp precision represents the precision given to first_seen and/or last_seen in this object." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-04-30 16:27:17 +02:00
"misp-attribute" : "text" ,
"sane_default" : [
"year" ,
"month" ,
"day" ,
"hour" ,
"minute" ,
"full"
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2018-04-30 16:27:17 +02:00
} ,
2020-04-26 02:10:02 +02:00
"text" : {
"description" : "Description of the time object." ,
"disable_correlation" : true ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2018-04-30 16:27:17 +02:00
}
} ,
"description" : "A generic timestamp object to represent time including first time and last time seen. Relationship will then define the kind of time relationship." ,
"meta-category" : "misc" ,
2020-04-26 02:10:02 +02:00
"name" : "timestamp" ,
"requiredOneOf" : [
"first-seen" ,
"last-seen"
] ,
2018-04-30 16:27:17 +02:00
"uuid" : "c8c91e23-4221-4533-8bf7-64e12b05f265" ,
2020-04-26 02:10:02 +02:00
"version" : 1
}