Hostname
api.dev-my.games
Last fetched
api.dev-my.games resolves to 2 IPv4 addresses operated by SOUNDLINE-01 - SoundLine Communications in NL.
Nutrition Label
Resolution chain
api.dev-my.games 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 |
|---|---|---|---|---|
| 45.66.97.198 | 45.66.97.0/24 | AS200784 | SOUNDLINE-01 - SoundLine Communications | NL |
| 45.66.99.204 | 45.66.99.0/24 | AS200784 | SOUNDLINE-01 - SoundLine Communications | NL |
WHOIS identity
No WHOIS records are currently associated with api.dev-my.games in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api.dev-my.games.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dev-my.games"})-[: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.