Hostname
twonav.com
Last fetched
twonav.com resolves to 2 IPv4 addresses operated by OVH in DE. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
twonav.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 |
|---|---|---|---|---|
| 162.19.223.231 | 162.19.128.0/17 | AS16276 | OVH | DE |
| 51.75.94.152 | 51.75.0.0/16 | AS16276 | OVH | DE |
WHOIS identity
- Registrar
- iana:433
- Organization
- compegps team sl
- Contact emails
Subdomains
44 observed subdomains of twonav.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from twonav.com in the public web crawl.
198 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for twonav.com.
| Mechanism | Target |
|---|---|
| SPF_A | twonav.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.wpcloud.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 135.125.217.140 |
| SPF_IP | 141.95.74.248 |
| SPF_IP | 212.231.185.101 |
| SPF_MX | twonav.com |
Related pages
Pivot deeper into the graph from twonav.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "twonav.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.