Hostname
oidctest.bt-platform.net
Last fetched
oidctest.bt-platform.net resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
oidctest.bt-platform.net resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.208.44.145 | 3.218.180.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.223.194.142 | 3.218.180.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.232.77.102 | 3.248.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.196.211.99 | 35.7.128.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.207.52.202 | 35.7.128.0/18 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.193.151.116 | 45.2.214.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.208.191.67 | 45.2.214.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.1.158.88 | 52.40.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.200.22.60 | 52.216.17.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.224.81.238 | 54.230.33.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.82.250.149 | 54.109.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.91.84.32 | 98.96.225.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with oidctest.bt-platform.net in WhisperGraph.
Subdomains
1 observed subdomain of oidctest.bt-platform.net.
| Subdomain |
|---|
| web.oidctest.bt-platform.net |
Threat posture
History
Related pages
Pivot deeper into the graph from oidctest.bt-platform.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oidctest.bt-platform.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.