pdns-qof/example_code/python/README.md
2021-04-29 13:02:24 +02:00

292 B

Example python parser

This little package can parse the Passive DNS Common Output Format (COF) and validate it. It is given as example code.

  • cofparser.py ... a manually written parser for the COF format
  • cofparser_jsonschema.py .... one which uses the JSON schema to validate.