Hostname
wabisen.com
Last fetched
wabisen.com resolves to 2 IPv4 addresses operated by NGNNET - 17/FL, International Bank Center, in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
wabisen.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.190.118.59 | 103.190.118.0/24 | AS23852 | NGNNET - 17/FL, International Bank Center, | CN |
| 183.60.226.242 | 183.60.224.0/21 | AS134763 | CT-DongGuan-IDC - CHINANET Guangdong province network | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- dong guan shi hua bi xin qi ye guan li zi xun you xian gong si
- Contact emails
Subdomains
2 observed subdomains of wabisen.com.
| Subdomain |
|---|
| mail.wabisen.com |
| www.wabisen.com |
Web-graph footprint
Distinct hostnames that link to or from wabisen.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from wabisen.com.
- IP · 103.190.118.59
- ASN · AS23852NGNNET - 17/FL, International Bank Center,
- Registrar · iana:420
- Country · CN
- Email · 448189166@qq.com
- TLD · .com
- Browse hostnames · wa…
- 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: "wabisen.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.