Hostname
buzzious.com
Last fetched
buzzious.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
buzzious.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 |
|---|---|---|---|---|
| 108.139.86.117 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.14 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.46 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.78 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 18.65.244.121 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.126 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.47 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.79 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- digipig online solutions
- Contact emails
Subdomains
18 observed subdomains of buzzious.com.
Web-graph footprint
Distinct hostnames that link to or from buzzious.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for buzzious.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mxlogin.com |
Related pages
Pivot deeper into the graph from buzzious.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "buzzious.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.