mirror of https://github.com/MISP/misp-objects
Passive DNS object added
parent
2fe9742251
commit
7c30ab3977
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"name": "passive-dns",
|
||||
"meta-category": "network",
|
||||
"description": "Passive DNS records as expressed in draft-dulaunoy-dnsop-passive-dns-cof-01",
|
||||
"version": 1,
|
||||
"attributes" :
|
||||
{
|
||||
"rrtype": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": ["Network activity","External analysis"]
|
||||
},
|
||||
"rrname": {
|
||||
"misp-attribute": "hostname",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": ["Network activity","External analysis"]
|
||||
},
|
||||
"time_first": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"time_last": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"origin": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"count": {
|
||||
"misp-attribute": "counter",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"sensor_id": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"bailiwick": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"zone_time_first": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"zone_time_last": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"text": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 0
|
||||
}
|
||||
},
|
||||
"required": ["rrtype","rrname"]
|
||||
}
|
Loading…
Reference in New Issue