Search a domain or IP range
/32. Results can include up to 10,000 indexed hosts and are cached for up to 24 hours.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Search indexed OEM domain or public IP-range data and retrieve one host with tenant attribution.
POST /api/v1/oem/attack-surface/search
| Field | Required | Values |
|---|---|---|
type | Yes | domain or ip_range |
query | Yes | Domain, public IP, or public CIDR |
query_tags | No | Tenant and request attribution object |
curl "https://fullhunt.io/api/v1/oem/attack-surface/search" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"type": "domain",
"query": "customer-domain.example",
"query_tags": {
"tenant_id": "tenant-123",
"request_id": "request-456"
}
}'
/32. Results can include up to 10,000 indexed hosts and are cached for up to 24 hours.
POST /api/v1/oem/attack-surface/host
curl "https://fullhunt.io/api/v1/oem/attack-surface/host" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
-H "Content-Type: application/json" \
--data '{
"type": "host",
"query": "api.customer-domain.example",
"query_tags": {"tenant_id": "tenant-123"}
}'
