Skip to content

Hostname

phn.info

Last fetched

phn.info resolves to 2 IPv4 addresses operated by TDC - TDC Holding A/S in DK. WHOIS lists registrar:eurodns s.a. as the registrar.

Nutrition Label

WHISPER CANON · phn.infoRouting diversity2.4/10Peering density7.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/phn.info

Resolution chain

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

IPPrefixASNOperatorCountry
194.192.93.33194.192.0.0/16AS3292TDC - TDC Holding A/SDK
80.92.65.21580.92.65.0/24AS24611DCLUX-AS - Datacenter Luxembourg S.A.LU

WHOIS identity

Registrar
registrar:eurodns s.a.
Organization
???
Contact emails

Subdomains

1 observed subdomain of phn.info.

Subdomain
www.phn.info

Threat posture

History

Related pages

Pivot deeper into the graph from phn.info.

Cypher and MCP

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

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