Skip to content

Hostname

hackernews.cc

Last fetched

hackernews.cc resolves to 2 IPv4 addresses operated by DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY in HK. WHOIS lists iana:420 as the registrar.

Nutrition Label

WHISPER CANON · hackernews.ccRouting diversity1.5/10Peering density7.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.9/10canon.whisper.security/host/hackernews.cc

Resolution chain

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

IPPrefixASNOperatorCountry
154.93.109.10154.93.109.0/24AS138915DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANYHK
154.93.109.18154.93.109.0/24AS138915DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANYHK

WHOIS identity

Registrar
iana:420
Organization
Contact emails

Subdomains

2 observed subdomains of hackernews.cc.

Web-graph footprint

Distinct hostnames that link to or from hackernews.cc in the public web crawl.

36 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from hackernews.cc.

Cypher and MCP

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

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