Hostname
metafilm.com
Last fetched
metafilm.com resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
metafilm.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.222.53.195 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.232.75.117 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.199.23.24 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of metafilm.com owner
- Contact emails
- jd@gocatgo.com
- jdav2002@earthlink.net
- a2449908-55ca-4eb0-babc-9356636ac1f9@identity-protect.org
- b385b77b-d142-469d-96ac-255d0767b86f@identity-protect.org
- ccff7883-c05a-444a-943a-c7d2cd041161@identity-protect.org
- eba205b3-02a8-4e22-908e-978b5e1b7fb3@identity-protect.org
- f2f3a601-082a-4a62-acb6-b6bce43d9c9f@identity-protect.org
Subdomains
6 observed subdomains of metafilm.com.
Web-graph footprint
Distinct hostnames that link to or from metafilm.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for metafilm.com.
| Mechanism | Target |
|---|---|
| SPF_A | metafilm.com |
| SPF_INCLUDE | smtp.secureserver.net |
| SPF_MX | metafilm.com |
Related pages
Pivot deeper into the graph from metafilm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "metafilm.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.