Hostname
crossbar.net
Last fetched
crossbar.net resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in NL. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
crossbar.net 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 |
|---|---|---|---|---|
| 108.61.198.230 | 108.61.198.0/23 | AS20473 | AS-VULTR - The Constant Company, LLC | NL |
WHOIS identity
- Registrar
- iana:81
- Organization
- bart dumon
- Contact emails
Subdomains
11 observed subdomains of crossbar.net.
Web-graph footprint
Distinct hostnames that link to or from crossbar.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for crossbar.net.
| Mechanism | Target |
|---|---|
| SPF_A | crossbar.net |
| SPF_IP | 185.92.222.66 |
| SPF_IP | 2001:19f0:5000:930f::/64 |
| SPF_MX | crossbar.net |
Related pages
Pivot deeper into the graph from crossbar.net.
- IP · 108.61.198.230
- ASN · AS20473AS-VULTR - The Constant Company, LLC
- Registrar · iana:81
- Country · NL
- Email · 5f0b085ca49847135d8a518e058b7c23-894923@contact.gandi.net
- TLD · .net
- Browse hostnames · cr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crossbar.net"})-[: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.