Hostname
www.finereaderonline.com
Last fetched
www.finereaderonline.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
www.finereaderonline.com 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 |
|---|---|---|---|---|
| 13.95.131.115 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with www.finereaderonline.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for www.finereaderonline.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 166.88.21.14/32 |
| SPF_IP | 166.88.21.32 |
| SPF_IP | 166.88.21.43 |
| SPF_IP | 193.84.255.68 |
| SPF_IP | 195.158.185.204 |
| SPF_IP | 195.210.147.132 |
| SPF_IP | 195.210.147.133 |
| SPF_IP | 195.210.147.134 |
| SPF_IP | 195.210.147.136 |
| SPF_IP | 208.53.62.138/32 |
| SPF_IP | 212.144.21.55/32 |
| SPF_IP | 52.232.58.215 |
| SPF_IP | 62.244.14.12 |
| SPF_IP | 88.217.190.107/32 |
| SPF_IP | 88.217.190.116 |
| SPF_IP | 88.217.190.118 |
| SPF_IP | 88.217.190.98 |
| SPF_MX | www.finereaderonline.com |
Related pages
Pivot deeper into the graph from www.finereaderonline.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.finereaderonline.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.