fix: [passive-dns] fix the JSON and the version

pull/315/head
Alexandre Dulaunoy 2021-04-27 18:13:05 +02:00
parent df8604a8ca
commit ab84bd837f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 5 deletions

View File

@ -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
} }