Skip to content

Hostname

dfmax.xyz

Last fetched

dfmax.xyz resolves to 2 IPv4 addresses operated by SKB-AS-KR - SK Broadband Co Ltd. WHOIS lists iana:244 as the registrar.

Nutrition Label

WHISPER CANON · dfmax.xyzRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint6.0/10canon.whisper.security/host/dfmax.xyz

Resolution chain

dfmax.xyz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.121.172.151116.121.0.0/16AS9318SKB-AS-KR - SK Broadband Co Ltd
58.234.103.20658.232.0.0/13AS9318SKB-AS-KR - SK Broadband Co Ltd

WHOIS identity

Registrar
iana:244
Organization
Contact emails

Subdomains

2 observed subdomains of dfmax.xyz.

Web-graph footprint

Distinct hostnames that link to or from dfmax.xyz in the public web crawl.

18 sites link to this hostname.

11 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from dfmax.xyz.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dfmax.xyz"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.