Skip to content

Hostname

mbb2.com

Last fetched

mbb2.com resolves to 13 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · mbb2.comRouting diversity5.4/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/mbb2.com

Resolution chain

mbb2.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.29.48.14100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.20.222.3623.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.224.158.2433.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.187.2123.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.156.8435.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.110.10844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.182.21952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.205.147.17252.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.55.132.13452.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.6.221.5952.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
32.192.98.18132.192.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.84.220.25398.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
32.197.147.23132.196.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:48
Organization
na na
Contact emails

Subdomains

6 observed subdomains of mbb2.com.

Web-graph footprint

Distinct hostnames that link to or from mbb2.com in the public web crawl.

193 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from mbb2.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mbb2.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 20

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