fix: Passive DNS records especially on the disabled_correlation fields

pull/73/head
Alexandre Dulaunoy 2018-01-25 15:07:19 +01:00
parent 333f9a46e4
commit bd508a3455
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 26 additions and 16 deletions

View File

@ -6,22 +6,25 @@
], ],
"attributes": { "attributes": {
"zone_time_last": { "zone_time_last": {
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import", "description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime",
"disable_correlation": true
}, },
"text": { "text": {
"description": "", "description": "Description of the passive DNS record.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"count": { "count": {
"description": "How many authoritative DNS answers were received at the Passive DNS Server's collectors with exactly the given set of values as answers", "description": "How many authoritative DNS answers were received at the Passive DNS Server's collectors with exactly the given set of values as answers.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "counter" "misp-attribute": "counter",
"disable_correlation": true
}, },
"rrname": { "rrname": {
"description": "Resource Record name of the queried resource", "description": "Resource Record name of the queried resource.",
"categories": [ "categories": [
"Network activity", "Network activity",
"External analysis" "External analysis"
@ -30,7 +33,7 @@
"misp-attribute": "text" "misp-attribute": "text"
}, },
"rrtype": { "rrtype": {
"description": "Resource Record type as seen by the passive DNS", "description": "Resource Record type as seen by the passive DNS.",
"categories": [ "categories": [
"Network activity", "Network activity",
"External analysis" "External analysis"
@ -51,7 +54,8 @@
"NAPTR", "NAPTR",
"HINFO", "HINFO",
"A6" "A6"
] ],
"disable_correlation": true
}, },
"rdata": { "rdata": {
"description": "Resource records of the queried resource", "description": "Resource records of the queried resource",
@ -61,35 +65,41 @@
"zone_time_first": { "zone_time_first": {
"description": "First time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import", "description": "First time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime",
"disable_correlation": true
}, },
"origin": { "origin": {
"description": "Origin of the Passive DNS response", "description": "Origin of the Passive DNS response",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"time_last": { "time_last": {
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen by the passive DNS", "description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen by the passive DNS",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime",
"disable_correlation": true
}, },
"time_first": { "time_first": {
"description": "First time that the unique tuple (rrname, rrtype, rdata) has been seen by the passive DNS", "description": "First time that the unique tuple (rrname, rrtype, rdata) has been seen by the passive DNS",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime",
"disable_correlation": true
}, },
"bailiwick": { "bailiwick": {
"description": "Best estimate of the apex of the zone where this data is authoritative", "description": "Best estimate of the apex of the zone where this data is authoritative",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"sensor_id": { "sensor_id": {
"description": "Sensor information where the record was seen", "description": "Sensor information where the record was seen",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
} }
}, },
"version": 2, "version": 3,
"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-01",
"meta-category": "network", "meta-category": "network",
"uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c", "uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c",