Hostname
meandem.com
Last fetched
meandem.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:447 as the registrar.
Nutrition Label
Resolution chain
meandem.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.152 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.178 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.202.89.105 | 23.202.89.0/24 | AS18403 | — | VN |
| 23.202.89.106 | 23.202.89.0/24 | AS18403 | — | VN |
| 23.212.110.49 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.50 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.202 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.204 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.37.226.91 | 23.37.226.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.114 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 79.140.95.129 | 79.140.80.0/20 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
| 79.140.95.138 | 79.140.80.0/20 | AS6762 | SEABONE-NET TELECOM ITALIA SPARKLE S.p.A. | IT |
WHOIS identity
- Registrar
- iana:447
- Organization
- domains by proxy,
- Contact emails
Subdomains
22 observed subdomains of meandem.com.
Showing 21 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from meandem.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for meandem.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | fdspfus.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.accessacloud.com |
| SPF_IP | 143.55.144.109 |
| SPF_IP | 205.220.185.9 |
Related pages
Pivot deeper into the graph from meandem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "meandem.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.