mirror of https://github.com/MISP/misp-objects
Update definition.json
Added time_first_ms, time_last_ms. Clarified a few things in the descriptions.pull/313/head
parent
e72cf95275
commit
df8604a8ca
|
@ -13,7 +13,7 @@
|
|||
"ui-priority": 0
|
||||
},
|
||||
"origin": {
|
||||
"description": "Origin of the Passive DNS response",
|
||||
"description": "Origin of the Passive DNS response. This field is represented as a Uniform Resource Identifier (URI)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
|
@ -86,6 +86,18 @@
|
|||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"time_first_ms": {
|
||||
"description": "Same meaning as the field 'time_first', with the only difference, that the resolution is in milliseconds since 1st of January 1970 (UTC)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"time_last_ms": {
|
||||
"description": "Same meaning as the field 'time_last', with the only difference, that the resolution is in milliseconds since 1st of January 1970 (UTC)",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "datetime",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"zone_time_first": {
|
||||
"description": "First time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import",
|
||||
"disable_correlation": true,
|
||||
|
@ -99,7 +111,7 @@
|
|||
"ui-priority": 0
|
||||
}
|
||||
},
|
||||
"description": "Passive DNS records as expressed in draft-dulaunoy-dnsop-passive-dns-cof-01",
|
||||
"description": "Passive DNS records as expressed in draft-dulaunoy-dnsop-passive-dns-cof-07. See https://tools.ietf.org/id/draft-dulaunoy-dnsop-passive-dns-cof-07.html",
|
||||
"meta-category": "network",
|
||||
"name": "passive-dns",
|
||||
"required": [
|
||||
|
@ -109,4 +121,4 @@
|
|||
],
|
||||
"uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c",
|
||||
"version": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue