Hostname
computemydiet.com
Last fetched
computemydiet.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:469 as the registrar.
Nutrition Label
Resolution chain
computemydiet.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 |
|---|---|---|---|---|
| 18.239.6.112 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.128 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.6 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.80 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.116 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.28 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.45 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.245.104.82 | 18.245.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:469
- Organization
- deatech research
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from computemydiet.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for computemydiet.com.
| Mechanism | Target |
|---|---|
| SPF_A | computemydiet.com |
| SPF_A | jeltz.deatech.com |
| SPF_A | vogon.deatech.com |
| SPF_IP | 173.45.233.121/32 |
| SPF_IP | 199.164.227.30/32 |
| SPF_MX | computemydiet.com |
Related pages
Pivot deeper into the graph from computemydiet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "computemydiet.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.