misp-objects/objects/passive-dns/definition.json

108 lines
3.1 KiB
JSON
Raw Normal View History

2016-02-13 18:19:27 +01:00
{
2017-07-03 12:15:50 +02:00
"required": [
"rrtype",
2017-08-29 18:36:46 +02:00
"rrname",
"rdata"
2017-07-03 12:15:50 +02:00
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:15:50 +02:00
"zone_time_last": {
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import.",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
2017-07-03 12:15:50 +02:00
},
"text": {
"description": "Description of the passive DNS record.",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true
2017-07-03 12:15:50 +02:00
},
"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.",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "counter",
"disable_correlation": true
2017-07-03 12:15:50 +02:00
},
"rrname": {
"description": "Resource Record name of the queried resource.",
2017-02-13 11:18:42 +01:00
"categories": [
"Network activity",
"External analysis"
2017-07-03 12:15:50 +02:00
],
2017-07-03 16:43:57 +02:00
"ui-priority": 1,
2017-08-29 18:36:46 +02:00
"misp-attribute": "text"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"rrtype": {
"description": "Resource Record type as seen by the passive DNS.",
2017-02-13 11:18:42 +01:00
"categories": [
"Network activity",
"External analysis"
2017-07-03 12:15:50 +02:00
],
2017-07-03 16:43:57 +02:00
"ui-priority": 1,
2017-08-29 18:36:46 +02:00
"misp-attribute": "text",
"sane_default": [
"A",
"AAAA",
"CNAME",
"PTR",
"SOA",
"TXT",
"DNAME",
"NS",
"SRV",
"RP",
"NAPTR",
"HINFO",
"A6"
],
"disable_correlation": true
2017-08-29 18:36:46 +02:00
},
"rdata": {
"description": "Resource records of the queried resource",
"ui-priority": 1,
2017-07-03 12:15:50 +02:00
"misp-attribute": "text"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"zone_time_first": {
2017-08-29 18:36:46 +02:00
"description": "First time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
"origin": {
2017-08-29 18:36:46 +02:00
"description": "Origin of the Passive DNS response",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"time_last": {
2017-08-29 18:36:46 +02:00
"description": "Last time that the unique tuple (rrname, rrtype, rdata) record has been seen by the passive DNS",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"time_first": {
2017-08-29 18:36:46 +02:00
"description": "First time that the unique tuple (rrname, rrtype, rdata) has been seen by the passive DNS",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
"bailiwick": {
2017-08-29 18:36:46 +02:00
"description": "Best estimate of the apex of the zone where this data is authoritative",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"sensor_id": {
2017-08-29 18:36:46 +02:00
"description": "Sensor information where the record was seen",
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
"misp-attribute": "text",
"disable_correlation": true
2017-02-13 11:18:42 +01:00
}
},
"version": 3,
2017-07-03 12:15:50 +02:00
"description": "Passive DNS records as expressed in draft-dulaunoy-dnsop-passive-dns-cof-01",
"meta-category": "network",
"uuid": "b77b7b1c-66ab-4a41-8da4-83810f6d2d6c",
"name": "passive-dns"
2016-02-13 18:19:27 +01:00
}