Hostname
codeforyou.eu
Last fetched
codeforyou.eu resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:rackhost zrt. as the registrar.
Nutrition Label
Resolution chain
codeforyou.eu 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 |
|---|---|---|---|---|
| 104.21.54.54 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.223.219 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 82.208.22.183 | 82.208.20.0/22 | AS51167 | — | DE |
WHOIS identity
- Registrar
- registrar:rackhost zrt.
- Organization
- —
- Contact emails
- —
Subdomains
21 observed subdomains of codeforyou.eu.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for codeforyou.eu.
| Mechanism | Target |
|---|---|
| SPF_A | codeforyou.eu |
| SPF_INCLUDE | _cspf.rackhost.hu |
| SPF_MX | codeforyou.eu |
Related pages
Pivot deeper into the graph from codeforyou.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codeforyou.eu"})-[: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.