Hostname
test.wait4it.cyou
Last fetched
test.wait4it.cyou resolves to 2 IPv4 addresses operated by INTERRACKS-AS - InterRacks B.V. in NL.
Nutrition Label
Resolution chain
test.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
No WHOIS records are currently associated with test.wait4it.cyou in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for test.wait4it.cyou.
| Mechanism | Target |
|---|---|
| SPF_A | test.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 | test.wait4it.cyou |
Related pages
Pivot deeper into the graph from test.wait4it.cyou.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.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.