Hostname
edith-project.com
Last fetched
edith-project.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
edith-project.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 |
|---|---|---|---|---|
| 3.166.152.125 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.128 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.4 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.42 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.114 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.24 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.69 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.51.88 | 3.168.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of edith-project.com owner
- Contact emails
- 1e8e583b-aa2a-440d-8f96-b497c52157f1@identity-protect.org
- 29f57981-7f58-41b4-a5ce-d794a1c0dcf8@identity-protect.org
- 324604f8-b6ef-49d4-9731-69d97f9c6956@identity-protect.org
- ba07a8a5-6591-4f63-a034-41b51909ab91@identity-protect.org
- bc419c37-1a42-430b-b9f8-92ffa231b252@identity-protect.org
- cb0c1499-7e00-44b2-85be-9140a315f1db@identity-protect.org
- d13d8ce3-89fa-468a-8eee-29f1caa52611@identity-protect.org
- owner-9813382@edith-project.com.whoisprivacyservice.org
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for edith-project.com.
| Mechanism | Target |
|---|---|
| SPF_A | bryce-mx.dynu.com |
| SPF_A | denali-mx.dynu.com |
| SPF_MX | edith-project.com |
Related pages
Pivot deeper into the graph from edith-project.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edith-project.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.