Hostname
api.primer.io
Last fetched
api.primer.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
api.primer.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.68.4 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.44 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.47 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.68.74 | 143.204.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.160.170.105 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.115 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.22 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.27 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 18.64.211.90 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.54 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.6 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.50 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with api.primer.io in WhisperGraph.
Subdomains
1 observed subdomain of api.primer.io.
| Subdomain |
|---|
| sdk.api.primer.io |
Web-graph footprint
Distinct hostnames that link to or from api.primer.io in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from api.primer.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.primer.io"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.