Hostname
netplanet.at
Last fetched
netplanet.at resolves to 1 IPv4 address operated by ASN-NETPLANET AS MACRO: AS-24953 customers in AT.
Nutrition Label
Resolution chain
netplanet.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.185.97.231 | 89.185.96.0/19 | AS24953 | ASN-NETPLANET AS MACRO: AS-24953 customers | AT |
WHOIS identity
- Registrar
- —
- Organization
- netplanet
- Contact emails
Subdomains
46 observed subdomains of netplanet.at.
Showing 25 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from netplanet.at in the public web crawl.
34 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for netplanet.at.
| Mechanism | Target |
|---|---|
| SPF_A | owa.netplanet.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.34.196.20/30 |
| SPF_IP | 195.95.163.0/26 |
| SPF_IP | 89.185.100.98/32 |
| SPF_IP | 89.185.109.66/32 |
| SPF_IP | 95.130.16.117 |
| SPF_MX | partnergate.de |
Related pages
Pivot deeper into the graph from netplanet.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netplanet.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.