Hostname
56fu.com
Last fetched
56fu.com resolves to 2 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:1555 as the registrar.
Nutrition Label
Resolution chain
56fu.com 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 |
|---|---|---|---|---|
| 103.233.255.49 | 103.233.252.0/22 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 202.58.105.10 | 202.58.105.0/24 | AS393889 | EIGHTJOY-NETWORK-LLC - EightJoy Network LLC | CN |
WHOIS identity
- Registrar
- iana:1555
- Organization
- tun ming
- Contact emails
Subdomains
1 observed subdomain of 56fu.com.
| Subdomain |
|---|
| www.56fu.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 56fu.com.
- IP · 103.233.255.49
- ASN · AS401696COGNETCLOUD - cognetcloud INC
- Registrar · iana:1555
- Country · HK
- Email · domain@tunming.com
- TLD · .com
- Browse hostnames · 56…
- 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: "56fu.com"})-[: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.