Hostname
api.sendserver.net
Last fetched
api.sendserver.net resolves to 13 IPv4 addresses operated by AS62904 - Eonix Corporation in US.
Nutrition Label
Resolution chain
api.sendserver.net resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.140.114.66 | 104.140.114.0/23 | AS62904 | AS62904 - Eonix Corporation | US |
| 104.140.114.67 | 104.140.114.0/23 | AS62904 | AS62904 - Eonix Corporation | US |
| 104.140.114.68 | 104.140.114.0/23 | AS62904 | AS62904 - Eonix Corporation | US |
| 104.140.114.69 | 104.140.114.0/23 | AS62904 | AS62904 - Eonix Corporation | US |
| 104.140.114.70 | 104.140.114.0/23 | AS62904 | AS62904 - Eonix Corporation | US |
| 104.206.1.46 | 104.206.0.0/22 | AS62904 | AS62904 - Eonix Corporation | US |
| 185.199.226.10 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 185.199.226.11 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 185.199.226.6 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 185.199.226.7 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 185.199.226.8 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 185.199.226.9 | 185.199.226.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
| 64.40.159.248 | 64.40.159.0/24 | AS53356 | FREE RANGE CLOUD - Free Range Cloud Hosting Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.sendserver.net in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for api.sendserver.net.
| Mechanism | Target |
|---|---|
| SPF_A | dns.sendserver.net |
Related pages
Pivot deeper into the graph from api.sendserver.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.sendserver.net"})-[: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.