Hostname
auto-aoi.com
Last fetched
auto-aoi.com resolves to 5 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
auto-aoi.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.99.145.137 | 192.99.0.0/16 | AS16276 | — | CA |
| 38.148.240.34 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 38.148.240.55 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 38.97.254.150 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
| 38.97.254.192 | 38.97.254.0/24 | AS979 | NETLAB-SDN - NetLab Global | US |
WHOIS identity
- Registrar
- iana:3862
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
1 observed subdomain of auto-aoi.com.
| Subdomain |
|---|
| www.auto-aoi.com |
Web-graph footprint
Distinct hostnames that link to or from auto-aoi.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for auto-aoi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.efwd.spaceship.net |
Related pages
Pivot deeper into the graph from auto-aoi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auto-aoi.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.