Hostname
wait4it.cyou
Last fetched
wait4it.cyou resolves to 2 IPv4 addresses operated by INTERRACKS-AS - InterRacks B.V. in NL. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
wait4it.cyou resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.140.22.175 | 185.140.20.0/22 | AS42093 | INTERRACKS-AS - InterRacks B.V. | NL |
| 185.140.23.165 | 185.140.20.0/22 | AS42093 | INTERRACKS-AS - InterRacks B.V. | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
32 observed subdomains of wait4it.cyou.
Showing 25 of 32. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for wait4it.cyou.
| Mechanism | Target |
|---|---|
| SPF_A | wait4it.cyou |
| SPF_IP | 185.140.21.176 |
| SPF_IP | 185.140.21.180 |
| SPF_IP | 2a07:3c00:20:0:0:0:1:176 |
| SPF_IP | 2a07:3c00:20:0:0:0:1:180 |
| SPF_MX | wait4it.cyou |
Related pages
Pivot deeper into the graph from wait4it.cyou.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wait4it.cyou"})-[: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.