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

66 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-13 18:19:27 +01:00
{
2017-07-03 12:15:50 +02:00
"required": [
"rrtype",
"rrname"
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:15:50 +02:00
"zone_time_last": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "datetime"
},
"text": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "text"
},
"count": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "counter"
},
"rrname": {
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-07-03 12:15:50 +02:00
"misp-attribute": "hostname"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"rrtype": {
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-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-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
"origin": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
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
"time_last": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:15:50 +02:00
"time_first": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
2017-07-03 12:15:50 +02:00
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
"bailiwick": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
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
"sensor_id": {
2017-07-03 16:43:57 +02:00
"ui-priority": 0,
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
"version": 1,
"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
}