Hostname
nauta.com
Last fetched
nauta.com resolves to 4 IPv4 addresses operated by FASTLY - Fastly, Inc. in CA. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
nauta.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.101.130.132 | 151.101.128.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.194.132 | 151.101.192.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.2.132 | 151.101.0.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
| 151.101.66.132 | 151.101.64.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
WHOIS identity
- Registrar
- iana:839
- Organization
- nauta services b.v.
- Contact emails
Subdomains
12 observed subdomains of nauta.com.
Web-graph footprint
Distinct hostnames that link to or from nauta.com in the public web crawl.
80 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for nauta.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.nauta.hypernode.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | webmail.simple-simon.net |
| SPF_IP | 103.110.104.0/24 |
| SPF_IP | 134.0.92.0/24 |
| SPF_IP | 152.160.0.0/16 |
| SPF_IP | 217.21.190.0/24 |
| SPF_IP | 23.251.253.0/26 |
| SPF_IP | 37.220.169.62 |
| SPF_IP | 45.82.191.87 |
| SPF_IP | 46.243.198.128/25 |
| SPF_IP | 87.236.103.70 |
| SPF_IP | 94.124.137.18 |
| SPF_IP | 94.124.137.20 |
Related pages
Pivot deeper into the graph from nauta.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nauta.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.