mirror of https://github.com/MISP/misp-modules
13 lines
457 B
JSON
13 lines
457 B
JSON
|
{
|
||
|
"description": "Passive DNS Common Output Format (COF) MISP importer",
|
||
|
"requirements": [
|
||
|
"PyMISP"
|
||
|
],
|
||
|
"features": "Takes as input a valid COF file or the output of the dnsdbflex utility and creates MISP objects for the input.",
|
||
|
"references": [
|
||
|
"https://tools.ietf.org/id/draft-dulaunoy-dnsop-passive-dns-cof-08.html"
|
||
|
],
|
||
|
"input": "Passive DNS output in Common Output Format (COF)",
|
||
|
"output": "MISP objects"
|
||
|
}
|