Hostname
sim.boats
Last fetched
sim.boats resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in AU. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
sim.boats 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 |
|---|---|---|---|---|
| 67.219.99.102 | 67.219.96.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | AU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
35 observed subdomains of sim.boats.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for sim.boats.
| Mechanism | Target |
|---|---|
| SPF_A | sim.boats |
| SPF_IP | 2604:abc0:103:332:2ef0:5dff:fe8c:c58f |
| SPF_IP | 66.181.34.247 |
| SPF_IP | 66.85.73.162 |
| SPF_MX | sim.boats |
Related pages
Pivot deeper into the graph from sim.boats.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sim.boats"})-[: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.