Hostname
topserv.at
Last fetched
topserv.at resolves to 2 IPv4 addresses operated by AS44225 in DE.
Nutrition Label
Resolution chain
topserv.at 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 |
|---|---|---|---|---|
| 109.232.171.38 | 109.233.14.0/24 | AS44225 | — | DE |
| 54.38.220.85 | 54.93.128.0/17 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with topserv.at in WhisperGraph.
Subdomains
1 observed subdomain of topserv.at.
| Subdomain |
|---|
| www.topserv.at |
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for topserv.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.topserv-hosting.de |
| SPF_A | mail.topserv.de |
| SPF_A | mail.toussaint.de |
| SPF_A | metamail.topserv.de |
| SPF_A | topserv.at |
| SPF_A | toussaint.sslsecured.de |
| SPF_INCLUDE | 25760952.spf10.hubspotemail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uae.exclaimer.net |
| SPF_IP | 2001:1bc0:d1::/48 |
| SPF_IP | 82.96.85.224/29 |
| SPF_MX | topserv.at |
Related pages
Pivot deeper into the graph from topserv.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "topserv.at"})-[: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.