Hostname
generator.bz
Last fetched
generator.bz resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
generator.bz 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 |
|---|---|---|---|---|
| 108.139.29.127 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.37 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.45 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.70 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.102.110 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.117 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.49 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.102.70 | 18.244.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.164.240.107 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.15 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.56 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.89 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
- Registrar
- iana:303
- Organization
- dmitry maslov
- Contact emails
Subdomains
1 observed subdomain of generator.bz.
| Subdomain |
|---|
| www.generator.bz |
Web-graph footprint
Distinct hostnames that link to or from generator.bz in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for generator.bz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mxroute.com |
Related pages
Pivot deeper into the graph from generator.bz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "generator.bz"})-[: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.