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
Resolution chain
bbmegatesting.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.224.106.108 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.109 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.120 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.17 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.167.69.105 | 3.167.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.69.107 | 3.167.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.69.33 | 3.167.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.69.5 | 3.167.64.0/21 | AS16509 | AMAZON-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.
| Mechanism | Target |
|---|---|
| SPF_A | bbmegatesting.com |
| SPF_IP | 170.249.209.250 |
| SPF_MX | bbmegatesting.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.