Hostname
servidin.com.bo
Last fetched
servidin.com.bo resolves to 2 IPv4 addresses operated by PONYNET - FranTech Solutions in US.
Nutrition Label
Resolution chain
servidin.com.bo resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.98.57.239 | 198.98.48.0/20 | AS53667 | PONYNET - FranTech Solutions | US |
| 205.209.126.98 | 205.209.96.0/19 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
No WHOIS records are currently associated with servidin.com.bo in WhisperGraph.
Subdomains
1 observed subdomain of servidin.com.bo.
| Subdomain |
|---|
| mail.servidin.com.bo |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for servidin.com.bo.
| Mechanism | Target |
|---|---|
| SPF_A | servidin.com.bo |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 198.98.57.239 |
| SPF_IP | 205.209.126.98 |
| SPF_IP | 65.21.92.21 |
| SPF_MX | servidin.com.bo |
Related pages
Pivot deeper into the graph from servidin.com.bo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "servidin.com.bo"})-[: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.