Hostname
johnsonsubaru.com
Last fetched
johnsonsubaru.com resolves to 4 IPv4 addresses operated by AS20940 in NL. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
johnsonsubaru.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.27.76 | 2.16.27.0/24 | AS20940 | — | NL |
| 2.16.27.94 | 2.16.27.0/24 | AS20940 | — | NL |
| 23.32.29.89 | 23.32.29.0/24 | AS20940 | — | SG |
| 23.32.29.97 | 23.32.29.0/24 | AS20940 | — | SG |
WHOIS identity
- Registrar
- iana:2
- Organization
- johnson subaru of cary
- Contact emails
Subdomains
4 observed subdomains of johnsonsubaru.com.
Web-graph footprint
Distinct hostnames that link to or from johnsonsubaru.com in the public web crawl.
19 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for johnsonsubaru.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 174.99.155.136/29 |
| SPF_IP | 174.99.155.138 |
| SPF_IP | 207.187.162.0/24 |
| SPF_IP | 207.187.164.0/24 |
| SPF_IP | 207.187.193.0/24 |
| SPF_MX | johnsonsubaru.com |
Related pages
Pivot deeper into the graph from johnsonsubaru.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "johnsonsubaru.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.