Skip to content

Hostname

bbmegatesting.com

Last fetched

bbmegatesting.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · bbmegatesting.comRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/bbmegatesting.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.224.106.10813.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.10913.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.12013.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.106.1713.224.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
3.167.69.1053.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.1073.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.333.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.69.53.167.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:69
Organization
Contact emails

Subdomains

7 observed subdomains of bbmegatesting.com.

Threat posture

History

Mail and authentication

MX records

  • bbmegatesting.com

SPF policy

3 SPF mechanisms authorising senders for bbmegatesting.com.

MechanismTarget
SPF_Abbmegatesting.com
SPF_IP170.249.209.250
SPF_MXbbmegatesting.com

Related pages

Pivot deeper into the graph from bbmegatesting.com.

Cypher and MCP

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

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