Hostname
bluemoon.com
Last fetched
bluemoon.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
bluemoon.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.155.119.141 | 35.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.226.4.254 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.255.150.132 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.42.144.52 | 52.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- blue moon software
- Contact emails
Subdomains
6 observed subdomains of bluemoon.com.
Web-graph footprint
Distinct hostnames that link to or from bluemoon.com in the public web crawl.
21 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for bluemoon.com.
| Mechanism | Target |
|---|---|
| SPF_A | bluemoon.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 199.227.111.98 |
| SPF_IP | 24.242.131.214 |
| SPF_IP | 54.148.38.67 |
| SPF_IP | 54.191.176.20 |
| SPF_IP | 54.201.38.60 |
| SPF_IP | 54.69.86.77 |
| SPF_IP | 66.45.69.13 |
| SPF_IP | 66.45.69.14 |
| SPF_IP | 66.45.69.22 |
| SPF_IP | 66.45.69.23 |
| SPF_IP | 66.45.69.24 |
| SPF_IP | 66.45.69.25 |
| SPF_IP | 66.45.69.7 |
| SPF_MX | bluemoon.com |
Related pages
Pivot deeper into the graph from bluemoon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluemoon.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.