
MISP Connector and Log Exporter Apps for Technitium DNS Server Have Moved
I wrote a short update on two Technitium DNS Server apps I maintain.
The MISP Connector App and Log Exporter App are no longer continuing in the main Technitium DNS Server repository. My versions now live separately under DeltaZulu OÜ, following feedback from Shreyas Zare:
MISP Connector App https://github.com/DeltaZulu-OU/MispConnectorApp
Log Exporter App https://github.com/DeltaZulu-OU/LogExporterApp
This is not only a change of location. Both versions have moved on quite a bit.
The MISP Connector still does the same basic job: it pulls domain indicators from MISP and uses them for resolver-side blocking. The standalone version fixes the blocking-report issue, adds configurable TTLs, and keeps support for NXDOMAIN, TXT reports, and EDE metadata.
The Log Exporter changed more. It is now closer to a DNS log forwarder than the original simple exporter. It has a bounded async pipeline, enrichment, console/file/HTTP/Syslog outputs, NDJSON over HTTP, static tags, dropped-record reporting, and cleaner shutdown behavior.
The reason for separating them is ordinary open-source maintenance. The upstream maintainer should not have to support every app I want to extend, and a larger rewrite is not always suitable for an installed user base.
The older articles still explain the original use cases around MISP, DNS blocking, and SIEM export. The new post is mainly about where the apps live now and what changed.
Article: