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
Resolution chain
hackernews.cc 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 |
|---|---|---|---|---|
| 154.93.109.10 | 154.93.109.0/24 | AS138915 | DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY | HK |
| 154.93.109.18 | 154.93.109.0/24 | AS138915 | DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY | HK |
WHOIS identity
- Registrar
- iana:420
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of hackernews.cc.
| Subdomain |
|---|
| ns1.hackernews.cc |
| ns2.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.
- IP · 154.93.109.10
- ASN · AS138915DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY
- Registrar · iana:420
- Country · HK
- TLD · .cc
- Browse hostnames · ha…
- 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: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.