Hostname
dragonlord.games
Last fetched
dragonlord.games resolves to 3 IPv4 addresses operated by AS24940 in FI. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
dragonlord.games 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 |
|---|---|---|---|---|
| 157.180.80.80 | 157.180.0.0/17 | AS24940 | — | FI |
| 5.161.121.51 | 5.161.121.0/24 | AS213230 | — | US |
| 91.99.115.155 | 91.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- c/o whoistrustee.com
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from dragonlord.games.
- IP · 157.180.80.80
- ASN · AS24940
- Registrar · iana:1387
- Country · FI
- Email · 827a8e46e2@dragonlord.games.whoistrustee.com
- TLD · .games
- Browse hostnames · dr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dragonlord.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.