Hostname
mail.readmeabook.com
Last fetched
mail.readmeabook.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in SG.
Nutrition Label
Resolution chain
mail.readmeabook.com 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 |
|---|---|---|---|---|
| 152.42.171.254 | 152.42.160.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | SG |
| 36.86.63.185 | 36.86.0.0/16 | AS7713 | telkomnet-as-ap - PT Telekomunikasi Indonesia | ID |
WHOIS identity
No WHOIS records are currently associated with mail.readmeabook.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.readmeabook.com.
| Mechanism | Target |
|---|---|
| SPF_A | dawson.nswebhost.com |
| SPF_A | mail.readmeabook.com |
| SPF_INCLUDE | dawson.nswebhost.com |
| SPF_IP | 174.123.135.211 |
| SPF_IP | 192.185.193.160 |
| SPF_IP | 65.254.40.34 |
| SPF_IP | 69.73.128.14 |
| SPF_MX | mail.readmeabook.com |
| SPF_MX | readmeabook.com |
Related pages
Pivot deeper into the graph from mail.readmeabook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.readmeabook.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.