Hostname
nautasecurity.com
Last fetched
nautasecurity.com resolves to 1 IPv4 address operated by AS34762 in BE. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
nautasecurity.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 |
|---|---|---|---|---|
| 37.72.167.119 | 37.72.160.0/21 | AS34762 | — | BE |
WHOIS identity
- Registrar
- iana:839
- Organization
- nauta services b.v.
- Contact emails
Subdomains
12 observed subdomains of nautasecurity.com.
Web-graph footprint
Distinct hostnames that link to or from nautasecurity.com in the public web crawl.
15 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for nautasecurity.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.nauta.hypernode.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.transsmart.com |
| SPF_IP | 103.110.104.0/24 |
| SPF_IP | 134.0.92.0/24 |
| SPF_IP | 152.160.0.0/16 |
| SPF_IP | 23.251.253.0/26 |
| SPF_IP | 45.82.191.87 |
| SPF_IP | 46.243.198.190 |
| SPF_IP | 46.243.198.220 |
| SPF_IP | 62.221.213.64 |
| SPF_IP | 94.124.137.18 |
Related pages
Pivot deeper into the graph from nautasecurity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nautasecurity.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.