mirror of https://github.com/MISP/misp-objects
fix: [passive-dns] fix the JSON and the version
parent
df8604a8ca
commit
ab84bd837f
|
@ -80,14 +80,14 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"time_last": {
|
"time_first_ms": {
|
||||||
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen by the passive DNS",
|
"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,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"time_first_ms": {
|
"time_last": {
|
||||||
"description": "Same meaning as the field 'time_first', with the only difference, that the resolution is in milliseconds since 1st of January 1970 (UTC)",
|
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen by the passive DNS",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
@ -120,5 +120,5 @@
|
||||||
"rdata"
|
"rdata"
|
||||||
],
|
],
|
||||||
"uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c",
|
"uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c",
|
||||||
"version": 3
|
"version": 4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue