Hostname
ispserver.com
Last fetched
ispserver.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
ispserver.com 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 |
|---|---|---|---|---|
| 213.239.204.92 | 213.239.192.0/18 | AS24940 | HETZNER-AS | DE |
| 45.88.174.223 | 45.88.172.0/22 | AS216154 | CLODO | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- ?? '??????'
- Contact emails
Subdomains
16 observed subdomains of ispserver.com.
Web-graph footprint
Distinct hostnames that link to or from ispserver.com in the public web crawl.
76 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ispserver.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ispserver.com |
| SPF_A | my.ispserver.com |
| SPF_A | servers.mcsv.net |
| SPF_INCLUDE | _spf.dashasender.ru |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | mail.registrar.eu |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 185.60.132.28 |
| SPF_IP | 188.120.224.61 |
| SPF_MX | ispserver.com |
Related pages
Pivot deeper into the graph from ispserver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ispserver.com"})-[: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.