Hostname
bri-assignment.org
Last fetched
bri-assignment.org resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
bri-assignment.org 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 |
|---|---|---|---|---|
| 100.50.101.209 | 101.0.11.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.51.190.199 | 101.0.11.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.208.225.15 | 3.218.180.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.213.238.147 | 3.218.180.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.229.167.224 | 3.248.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.195.13.221 | 34.240.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.232.203.82 | 35.1.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.25.123 | 35.1.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.218.228.94 | 45.2.24.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.202.228.174 | 52.216.6.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.206.255.26 | 52.216.6.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.22.233.106 | 52.46.1.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- —
Subdomains
1 observed subdomain of bri-assignment.org.
| Subdomain |
|---|
| fastapi.bri-assignment.org |
Threat posture
History
Related pages
Pivot deeper into the graph from bri-assignment.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bri-assignment.org"})-[: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.