Hostname
crowfall.com
Last fetched
crowfall.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
crowfall.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 |
|---|---|---|---|---|
| 52.222.214.114 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.16 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.32 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.214.99 | 52.222.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.86.22 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 65.9.86.47 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 65.9.86.67 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 65.9.86.93 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:81
- Organization
- artcraft entertainment
- Contact emails
Subdomains
10 observed subdomains of crowfall.com.
Web-graph footprint
Distinct hostnames that link to or from crowfall.com in the public web crawl.
154 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for crowfall.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from crowfall.com.
- IP · 52.222.214.114
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:81
- Country · DE
- Email · bill@artandcraftentertainment.com
- TLD · .com
- Browse hostnames · cr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crowfall.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.