mirror of https://github.com/MISP/misp-modules
chg: [farsight_passivedns] Updated the bailiwick attribute type, following the latest changes on the passive-dns object template
parent
77adc4ad51
commit
790090eb0b
|
@ -85,7 +85,7 @@ class FarsightDnsdbParser():
|
|||
self.misp_event = MISPEvent()
|
||||
self.misp_event.add_attribute(**attribute)
|
||||
self.passivedns_mapping = {
|
||||
'bailiwick': {'type': 'text', 'object_relation': 'bailiwick'},
|
||||
'bailiwick': {'type': 'domain', 'object_relation': 'bailiwick'},
|
||||
'count': {'type': 'counter', 'object_relation': 'count'},
|
||||
'raw_rdata': {'type': 'text', 'object_relation': 'raw_rdata'},
|
||||
'rdata': {'type': 'text', 'object_relation': 'rdata'},
|
||||
|
|
Loading…
Reference in New Issue