Hostname
nature.com
Last fetched
nature.com resolves to 2 IPv4 addresses operated by MACST-SV4 - MacStadium, Inc. in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
nature.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 |
|---|---|---|---|---|
| 146.75.116.95 | 146.75.116.0/22 | AS54113 | MACST-SV4 - MacStadium, Inc. | DE |
| 199.232.36.95 | 199.232.36.0/22 | AS54113 | MACST-SV4 - MacStadium, Inc. | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- macmillan publishers
- Contact emails
Subdomains
365 observed subdomains of nature.com.
Showing 25 of 365. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nature.com in the public web crawl.
244,472 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
29 SPF mechanisms authorising senders for nature.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fc3949.cuenote.jp |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | ses.echobox.com |
| SPF_INCLUDE | spf-002c5801.pphosted.com |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 167.89.16.99/32 |
| SPF_IP | 192.174.90.91/32 |
| SPF_IP | 192.174.90.93 |
| SPF_IP | 192.174.90.94 |
| SPF_IP | 192.87.127.243/32 |
| SPF_IP | 192.87.127.244/32 |
| SPF_IP | 195.128.10.15/32 |
| SPF_IP | 195.128.10.18/32 |
| SPF_IP | 195.128.10.23/32 |
| SPF_IP | 195.128.10.24/32 |
| SPF_IP | 195.128.10.25/32 |
| SPF_IP | 195.128.10.69/32 |
| SPF_IP | 199.168.14.54/32 |
| SPF_IP | 203.200.192.105/32 |
| SPF_IP | 203.200.192.109/32 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 208.85.55.170/32 |
| SPF_IP | 208.85.55.173/32 |
| SPF_IP | 52.41.1.125 |
| SPF_IP | 52.43.154.216 |
| SPF_IP | 66.159.232.113/32 |
| SPF_IP | 66.159.234.15/32 |
Related pages
Pivot deeper into the graph from nature.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nature.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.