Hostname
mba269.net
Last fetched
mba269.net resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:13 as the registrar.
Nutrition Label
Resolution chain
mba269.net 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 |
|---|---|---|---|---|
| 72.20.39.182 | 72.20.0.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 89.187.101.92 | 89.187.96.0/19 | AS15830 | — | GB |
WHOIS identity
- Registrar
- iana:13
- Organization
- taizan chan
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from mba269.net.
- IP · 72.20.39.182
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:13
- Country · US
- Email · taizan.chan@gmail.com
- TLD · .net
- Browse hostnames · mb…
- 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: "mba269.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.