ToolAssay

Resolves an IP address or domain to its Autonomous System Number (ASN), network

Resolves an IP address or domain to its Autonomous System Number (ASN), network owner, country, and hosting/cloud classification — agents get structured network ownership context plus a trust score to assess infrastructure risk.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
924 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://netintel.dev/asn-lookup/analyze

CategoryEverything else
Provider hostnetintel.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 924 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "target": "8.8.8.8"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "target": {
              "description": "IP address (v4 or v6) or domain name to look up (aliases accepted: ip, address, host, hostname, query \u2014 query param or JSON body)",
              "type": "string"
            }
          },
          "required": [
            "target"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "asn": {
              "type": [
                "string",
                "null"
              ]
            },
            "asn_number": {
              "type": [
                "number",
                "null"
              ]
            },
            "city": {
              "type": [
                "string",
                "null"
              ]
            },
            "classification": {
              "type": "string"
            },
            "country": {
              "type": [
                "string",
                "null"
              ]
            },
            "findings": {
              "type": "array"
            },
            "grade": {
              "type": "string"
            },
            "hostname": {
              "type": [
                "string",
                "null"
              ]
            },
            "ip": {
              "type": "string"
            },
            "ip_version": {
              "type": "number"
            },
            "is_cloud": {
              "type": "boolean"
            },
            "is_hosting": {
              "type": "boolean"
            },
            "is_vpn": {
              "type": "boolean"
            },
            "network": {
              "type": [
                "string",
                "null"
              ]
            },
            "organization": {
              "type": [
                "string",
                "null"
              ]
            },
            "region": {
              "type": [
                "string",
                "null"
              ]
            },
            "score": {
              "type": "number"
            },
            "target": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON