docs: document OSINT/threat-intel commands merged into main#247
Merged
Conversation
The command table in the README had fallen behind the code: ~38 @command modules merged over the last weeks (the OSINT/surface-search batch and several others) shipped without a corresponding table entry. Add a row for each undocumented module and re-sort the table alphabetically (this also moves the previously mis-sorted OpenCVE row into place). The Name/Type/Functionality/API-key/Paid-subscription schema is preserved and no existing row content was changed. Values are derived from each module's defaults.py (API-key requirement) and HELP description (functionality). Modules added: Analyze, APIVoid, MITRE Caldera, ChainAbuse, CIRCL Passive DNS, CyberThreat.nl, MITRE D3FEND, DNSTwist, FileSec, Fofa, FullHunt, GeoLookup, GHunt, HackerTarget, HaveIBeenRansomed, Holehe, HoneyDB, httpx, Hunter.how, MalAPI, MalShare, Maltiverse, MetaDefender, Netlas, Onyphe, Open Measures, PeeringDB, PhishStats, Searchcode, ThreatBook, ThreatRip, Unfurl, VARIoT, VulnCheck, WaybackLister, WiGLE, YARAify, ZoomEye.
This was referenced Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Brings the README
### `matterbot` Commandstable back in sync with the code. Over the last weeks ~38@commandmodules were merged (the OSINT / surface-search batch — APIVoid, Fofa, ZoomEye, Onyphe, Netlas, WiGLE, etc. — plus several others) but none of them got a corresponding entry in the command table. This adds the missing rows.Details
defaults.py(a non-empty placeholder key like<your-…-here>⇒ Yes; empty/absent ⇒ No).HELPdescription and what it actually queries.commands/now resolves to a table row.A few "paid tier" notes that couldn't be confirmed from source were deliberately not invented — those modules are listed as
Nofor Paid Subscription. Source-grounded paid/credit notes (APIVoid pay-as-you-go credits, Open Measures free/paid tiers, VARIoT free-query cap, Caldera self-hosted) are kept.Modules documented
Analyze, APIVoid, MITRE Caldera, ChainAbuse, CIRCL Passive DNS, CyberThreat.nl, MITRE D3FEND, DNSTwist, FileSec, Fofa, FullHunt, GeoLookup, GHunt, HackerTarget, HaveIBeenRansomed, Holehe, HoneyDB, httpx, Hunter.how, MalAPI, MalShare, Maltiverse, MetaDefender, Netlas, Onyphe, Open Measures, PeeringDB, PhishStats, Searchcode, ThreatBook, ThreatRip, Unfurl, VARIoT, VulnCheck, WaybackLister, WiGLE, YARAify, ZoomEye
Not included
The
@reload/@restart/ systemd-supervision docs are intentionally out of scope here — that code lives in the still-open PRs #233/#234 and isn't onmainyet. This PR only documents what has actually merged.