FullHunt

API

Searchable attack surface database for global internet assets

Visit Website

Overview

The FullHunt API provides RESTful endpoints to access its global attack surface database. Key endpoints include asset queries (domains, IP ranges, subdomains), vulnerability detection results, and attack surface insights. Responses are in JSON format. Use cases include security teams automating asset discovery, identifying exposed services/vulnerabilities, integrating threat intelligence into SIEM tools, and validating attack surface reduction efforts. It supports filtering by asset type, vulnerability severity, and geographic location, enabling targeted risk assessment and penetration testing workflows.

Example Integration (JavaScript)

script.js JS

fetch('https://api-docs.fullhunt.io/#introduction')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • Global asset discovery (domains, subdomains, IPs)
  • Vulnerability data integration
  • Advanced filtering options
  • Attack surface insights

Frequently Asked Questions

? Is FullHunt API free to use?

Yes, FullHunt offers a freemium model with a free tier for basic asset discovery and limited vulnerability data; advanced features like full vulnerability reports require a paid subscription.

? Does FullHunt API require an API Key?

Yes, access to the FullHunt API requires an API key, which can be obtained by registering an account on the FullHunt platform and navigating to the API settings.

? What is the response format of FullHunt API?

The FullHunt API returns all responses in JSON format, making it easy to parse and integrate with modern security tools and automation workflows.

Top Alternatives

Shodan API Search Google
Censys API Compare
Assetnote API Search Google
ZoomEye API Search Google

People Also Ask about FullHunt

FullHunt vs Shodan APIFullHunt vs Censys APIFullHunt vs Assetnote APIFullHunt vs ZoomEye API FullHunt 2025 review

Tool Info

Pricing Freemium
Category Security
Platform Public API

Pros

  • Comprehensive global attack surface coverage
  • Automates asset discovery workflows
  • Actionable vulnerability insights
  • Easy integration with security tools

Cons

  • Rate-limited free tier
  • Requires API key authentication
  • Advanced features locked behind paid plans
  • No SLA for free users

More Security Tools