Hostname
bournes.com
Last fetched
bournes.com resolves to 2 IPv4 addresses operated by AS20940 in NL. WHOIS lists iana:13 as the registrar.
Nutrition Label
Resolution chain
bournes.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 |
|---|---|---|---|---|
| 95.101.74.19 | 95.101.74.0/24 | AS20940 | — | NL |
| 95.101.74.42 | 95.101.74.0/24 | AS20940 | — | NL |
WHOIS identity
- Registrar
- iana:13
- Organization
- bournes auto center
- Contact emails
Subdomains
2 observed subdomains of bournes.com.
| Subdomain |
|---|
| mail.bournes.com |
| www.bournes.com |
Web-graph footprint
Distinct hostnames that link to or from bournes.com in the public web crawl.
14 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bournes.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | client.dealer.com |
| SPF_INCLUDE | t.driverside.com |
Related pages
Pivot deeper into the graph from bournes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bournes.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.