Attack-surface BOM tracker
Most organisations do not have a complete list of their hostnames. Certificate transparency (CT) logs do. Every publicly trusted certificate is recorded. Makondoo’s BOM tracker queries crt.sh for a domain, lists discovered names, and flags any that also appear as Threatr IOCs.
Scans are private to your browser: IDs live in sessionStorage, and GET /bom returns nothing unless you pass those UUIDs. We do not publish a global “everyone’s assets” list.
SBOM matching
Upload CycloneDX or SPDX JSON to a scan. The ingest worker matches components against OSV. That is software-bill-of-materials vulnerability intel, sitting next to hostname intel — hence “BOM” in both senses.
Start a scan from the UI or:
curl -sS -X POST https://api.threat-intel.makondoo.org/bom \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'
People also ask
What does threat intel do?
Threat intelligence turns raw signals — malicious IPs, phishing URLs, malware hashes, attacker infrastructure — into something a defender can act on. On Makondoo, that means a live IOC dashboard from Threatr, an investigate panel for a single observable, and an attack-surface BOM built from certificate-transparency logs.
What is threat intelligence in simple terms?
It is evidence about who is attacking, how they attack, and which indicators to block. Data without context is a blocklist. Intelligence is that data plus source, timing, and how it relates to your assets.
What are the five stages of the threat intelligence lifecycle?
Direction (what you need to know), collection (feeds and lookups), processing (normalize and dedupe), analysis (what it means for you), and dissemination (dashboard, API, BOM). Makondoo covers collection through dissemination for public CTI; direction stays with your security team.
What is a threat intel platform?
A threat intelligence platform (TIP) stores indicators, enriches them, and exposes them to analysts and tools. Makondoo is a Threatr-backed TIP: ingested open feeds, cached vendor enrichment, a public adapter API, and BOM/SBOM matching — not a SIEM and not an EDR.
What is Threat Intelligence?
Cyber threat intelligence (CTI) is analyzed information about adversaries and their infrastructure. Strategic CTI is for leaders. Operational CTI is about campaigns. Technical CTI is IOCs you can put in a firewall. This site publishes technical CTI from public feeds and Threatr.
Is Makondoo threat intelligence free?
The public dashboard, investigate lookups (without forcing vendor refresh), BOM scans, and adapter API are free to use, rate-limited at 100 requests per hour per IP. Team and Enterprise are contact-sales for private ingest and hosted Threatr.