Hostname
dgm.world
Last fetched
dgm.world resolves to 2 IPv4 addresses operated by AS48635 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
dgm.world 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 |
|---|---|---|---|---|
| 62.221.208.186 | 62.221.192.0/19 | AS48635 | — | NL |
| 62.221.209.250 | 62.221.192.0/19 | AS48635 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- radix b.v.
- Contact emails
- —
Subdomains
4 observed subdomains of dgm.world.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dgm.world in the public web crawl.
10 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dgm.world.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.spamservice.nl |
| SPF_IP | 18.200.232.188 |
| SPF_IP | 52.17.150.41 |
| SPF_IP | 54.73.86.235 |
| SPF_IP | 62.221.209.250 |
Related pages
Pivot deeper into the graph from dgm.world.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dgm.world"})-[: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.