Hostname
fair-point.at
Last fetched
fair-point.at resolves to 2 IPv4 addresses operated by AS44453 in AT.
Nutrition Label
Resolution chain
fair-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 |
|---|---|---|---|---|
| 144.208.3.78 | 144.208.0.0/19 | AS44453 | — | AT |
| 195.242.101.83 | 195.242.100.0/22 | AS9211 | — | DE |
WHOIS identity
No WHOIS records are currently associated with fair-point.at in WhisperGraph.
Subdomains
4 observed subdomains of fair-point.at.
Web-graph footprint
Distinct hostnames that link to or from fair-point.at in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for fair-point.at.
| Mechanism | Target |
|---|---|
| SPF_A | fair-point.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | fair-point.at |
Related pages
Pivot deeper into the graph from fair-point.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fair-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.