Skip to content

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

WHISPER CANON · bri-assignment.orgRouting diversity4.8/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/bri-assignment.org

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.

IPPrefixASNOperatorCountry
100.50.101.209101.0.11.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.190.199101.0.11.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.208.225.153.218.180.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.213.238.1473.218.180.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.229.167.2243.248.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.13.22134.240.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.232.203.8235.1.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
34.234.25.12335.1.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.228.9445.2.24.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.202.228.17452.216.6.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.255.2652.216.6.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.233.10652.46.1.0/24AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Subdomains

1 observed subdomain of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.