Hostname
odaugustine.com
Last fetched
odaugustine.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
odaugustine.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.78.101 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.23 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.48 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.76 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.64.207.29 | 18.64.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.64.207.35 | 18.64.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.64.207.47 | 18.64.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.64.207.92 | 18.64.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of odaugustine.com owner
- Contact emails
Subdomains
1 observed subdomain of odaugustine.com.
| Subdomain |
|---|
| www.odaugustine.com |
Threat posture
History
Related pages
Pivot deeper into the graph from odaugustine.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "odaugustine.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.