From 274b3f4a958973314cc4add4d56b0ecfef6e9a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 12 Dec 2023 17:08:58 +0100 Subject: [PATCH] fix: Add missing entry in _notes --- config/modules.json.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/modules.json.sample b/config/modules.json.sample index 81aeec0d..58407f7a 100644 --- a/config/modules.json.sample +++ b/config/modules.json.sample @@ -94,6 +94,7 @@ "Hashlookup": "Module to query Hashlookup (https://github.com/adulau/hashlookup-server). URL set to none means querying the public instance.", "FOX": "Submission only interface by and for CCCS", "Pandora": "Submission only interface for https://github.com/pandora-analysis/", - "RiskIQ": "Module to query RiskIQ (https://community.riskiq.com/)" + "RiskIQ": "Module to query RiskIQ (https://community.riskiq.com/)", + "CIRCLPDNS": "Module to query CIRCL Passive DNS (https://www.circl.lu/services/passive-dns/)" } }