Hostname
meyou.dk
Last fetched
meyou.dk resolves to 3 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
meyou.dk 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 |
|---|---|---|---|---|
| 167.235.89.40 | 167.235.0.0/16 | AS24940 | — | DE |
| 167.235.89.41 | 167.235.0.0/16 | AS24940 | — | DE |
| 167.235.89.42 | 167.235.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- meyou aps
- Contact emails
- —
Subdomains
4 observed subdomains of meyou.dk.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from meyou.dk in the public web crawl.
58 sites link to this hostname.
454 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for meyou.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | send.heyloyalty.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 130.185.130.212 |
Related pages
Pivot deeper into the graph from meyou.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "meyou.dk"})-[: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.