Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

API DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Security / Netlas API
Netlas API logo

Netlas API

★ Only Publicly Available OpenAPI DocumentSecurityThreat Detectionbearer42 EndpointsREST

For Agents

Search internet-wide indexes of hosts, certificates, WHOIS, and responses to map external attack surface and investigate infrastructure.

Use for: Search for hosts running a specific service banner, Find all certificates issued to acme.com in the last 30 days, Get the WHOIS history for a suspicious domain, List all open ports on a given IP address

Not supported: Does not handle vulnerability scanning with CVE matching, exploit delivery, or endpoint agent telemetry — use for internet-wide passive intelligence and discovery only.

Jentic publishes the only available OpenAPI specification for Netlas API, keeping it validated and agent-ready. Netlas API is an internet intelligence service that lets you query indexed data on hosts, IPs, domains, certificates, WHOIS records, and historical responses across the public internet. It exposes 42 endpoints covering host discovery, response search, certificate lookup, IP and domain WHOIS, and on-demand scanning. Use it for attack surface mapping, threat hunting, brand-protection investigations, and recon workflows that need to enumerate exposed services.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Netlas API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Netlas API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Netlas API.

Look up open ports, banners, and service metadata for any IPv4 host

Search historical HTTP responses by header, body fragment, or technology fingerprint

Resolve domain to current and historical WHOIS registration records

Enumerate TLS certificates issued for a target domain or organisation

Trigger on-demand scans against an IP range and pull structured results

Pivot from a single artefact to related hosts, domains, and certificates

Use Cases

Patterns agents use Netlas API for, with concrete tasks.

★ External Attack Surface Mapping

Continuously enumerate every internet-facing host, certificate, and service tied to an organisation by pivoting from seed domains and IP ranges through Netlas indexes. Security teams use this to find shadow IT, expired certificates, and misconfigured services before attackers do. The host and certificate search endpoints return structured records that feed straight into a CMDB or ticketing flow.

Search Netlas for all hosts where ssl.cert.subject.common_name contains acme.com and return IP, port, and certificate expiry for each match.

Threat Hunting and IOC Pivoting

Take an indicator of compromise such as a TLS certificate hash, JARM fingerprint, or HTTP response body string and pivot across Netlas indexes to find every other host sharing that artefact. Useful for tracking malware infrastructure, phishing kits, and red-team panels. Returns live and historical records so investigators can reconstruct campaign timelines.

Given a SHA256 certificate hash, query the Netlas certificates index and list every IP and port currently presenting that certificate.

Brand and Domain Monitoring

Watch for newly registered or freshly indexed domains and certificates that match brand keywords or typo-squat patterns, then alert before a phishing site goes live. The WHOIS and certificate search endpoints support keyword and regex filters and return registration dates so monitoring can be scoped to a rolling window.

Search Netlas WHOIS for domains registered in the last 7 days containing 'acme' or 'acrne' and return the registrar and creation date.

AI Agent Recon Assistant

Let an AI agent answer ad-hoc recon questions during an incident or pentest by translating natural-language asks into Netlas search queries through Jentic. The agent calls the right index endpoint, paginates results, and summarises findings without operators needing to learn Netlas query syntax.

Translate the user request 'show me Russian-hosted Cobalt Strike servers exposing port 50050' into a Netlas response search and return the top 20 IPs.

Key Endpoints

42 endpoints — jentic publishes the only available openapi specification for netlas api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/api/host/{host}/

Get full intelligence record for a host

GET

/api/responses/

Search indexed HTTP responses

GET

/api/domains/

Search the domain index

GET

/api/whois_ip/

Search IP WHOIS records

GET

/api/whois_domains/

Search domain WHOIS records

GET

/api/certs/

Search TLS certificates

GET

/api/host/{host}/

Get full intelligence record for a host

GET

/api/responses/

Search indexed HTTP responses

GET

/api/domains/

Search the domain index

GET

/api/whois_ip/

Search IP WHOIS records

GET

/api/whois_domains/

Search domain WHOIS records

GET

/api/certs/

Search TLS certificates

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Your Netlas bearer token is stored encrypted in the Jentic vault. Agents receive scoped access — the raw token is never injected into prompts or logs.

Intent-based discovery

Intent-based discovery

Agents search by intent (e.g. 'find hosts running a banner') and Jentic returns the matching Netlas operation with its query schema, so the agent constructs valid /api/host or /api/responses calls without scraping docs.

Time to first call

Time to first call

Direct Netlas integration: 1-2 days to wire auth, query syntax, and pagination. Through Jentic: under 1 hour to search, load, and execute the first query.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Shodan API

→

Shodan is the longest-running internet scanning service and has broader IoT and ICS coverage; Netlas tends to ship richer historical response indexes.

Choose Shodan when the agent needs IoT, SCADA, or industrial protocol fingerprints; choose Netlas for HTTP body search and certificate pivoting.

Alternative

Censys API

→

Censys offers similar host and certificate search with an academic data heritage and strong BGP and ASN context.

Choose Censys when the agent needs ASN-level enrichment or certificate transparency log freshness as a primary signal.

Complementary

AbuseIPDB API

AbuseIPDB scores IPs by community-reported abuse history and pairs well with Netlas host data.

Use alongside Netlas to enrich a discovered host with abuse-reputation context before flagging it.

Complementary

IP2Location.io API

→

IP2Location.io enriches an IP with geo, ASN, and proxy attributes that complement Netlas host data.

Use IP2Location.io after Netlas to enrich a discovered host with geolocation and proxy/VPN signals.

FAQs

Specific to using Netlas API through Jentic.

Why is there no official OpenAPI spec for Netlas API?

Netlas does not publish an OpenAPI specification on its own developer portal. Jentic generates and maintains this spec so that AI agents and developers can call Netlas API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does the Netlas API use?

Netlas API uses HTTP bearer token authentication. You pass your Netlas API key in the Authorization header as 'Bearer {key}'. Through Jentic the key is stored in the encrypted vault and never exposed to the agent context.

Can I run on-demand scans of an IP range with the Netlas API?

Yes. The Scanner endpoints under /api/scan/ accept a target specification and return structured port and service results. Scan throughput is bounded by your Netlas plan.

What are the rate limits for the Netlas API?

Rate and result limits are tied to your Netlas subscription tier rather than a fixed per-second cap. Free accounts get a small daily query budget; paid plans expose larger budgets and longer historical windows. Check your Netlas dashboard for current limits.

How do I pivot from a certificate hash to live hosts through Jentic?

Run jentic.search('find hosts presenting a TLS certificate by SHA256'), load the resulting Netlas operation against /api/responses/ or the certificates index, and execute with your hash as the query parameter. The response returns IPs and ports currently serving that certificate.

Does the Netlas API return historical data or only current state?

Both. Host, response, and WHOIS endpoints expose historical records with timestamps, so you can reconstruct how a domain or IP looked weeks or months ago. Use the date filters on each search endpoint to scope the window.

GET STARTED

Start building with Netlas API

Explore with Jentic
View OpenAPI Document