Hostname
reads.geniousworld.com
Last fetched
reads.geniousworld.com resolves to 1 IPv4 address operated by FIBERHUB - VegasNAP, LLC in US.
Nutrition Label
Resolution chain
reads.geniousworld.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 |
|---|---|---|---|---|
| 45.10.22.246 | 45.10.22.0/24 | AS53340 | FIBERHUB - VegasNAP, LLC | US |
WHOIS identity
No WHOIS records are currently associated with reads.geniousworld.com in WhisperGraph.
Subdomains
8 observed subdomains of reads.geniousworld.com.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for reads.geniousworld.com.
| Mechanism | Target |
|---|---|
| SPF_A | reads.geniousworld.com |
| SPF_IP | 104.238.34.110/32 |
| SPF_IP | 104.238.34.94/32 |
| SPF_IP | 137.74.76.248/32 |
| SPF_IP | 137.74.76.249/32 |
| SPF_IP | 194.15.114.96/32 |
| SPF_IP | 194.15.114.97/32 |
| SPF_IP | 198.20.166.230/32 |
| SPF_IP | 198.20.166.232/32 |
| SPF_IP | 5.252.234.3/32 |
| SPF_IP | 5.252.234.8/32 |
| SPF_MX | reads.geniousworld.com |
Related pages
Pivot deeper into the graph from reads.geniousworld.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reads.geniousworld.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.