Hostname
point.at
Last fetched
point.at resolves to 2 IPv4 addresses operated by TRIANGLE-COMMUNICATIONS - Triangle Communications in US. WHOIS lists registrar:t-mobile austria gmbh as the registrar.
Nutrition Label
Resolution chain
point.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 |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | CA |
| 83.65.2.6 | 83.65.0.0/16 | AS8412 | TMA Magenta Telekom | AT |
WHOIS identity
- Registrar
- registrar:t-mobile austria gmbh
- Organization
- domain admin
- Contact emails
- —
Subdomains
2 observed subdomains of point.at.
| Subdomain |
|---|
| katalog.point.at |
| www.point.at |
Web-graph footprint
Distinct hostnames that link to or from point.at in the public web crawl.
19 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for point.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mymagenta.business |
| SPF_MX | point.at |
Related pages
Pivot deeper into the graph from point.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "point.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.