Hostname
leixue.com
Last fetched
leixue.com resolves to 2 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
leixue.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 |
|---|---|---|---|---|
| 111.230.148.198 | 111.230.148.0/23 | AS45090 | — | CN |
| 43.138.251.112 | 43.138.192.0/18 | AS45090 | — | CN |
WHOIS identity
- Registrar
- iana:1556
- Organization
- domain hostmaster, customer id : 23528575667018
- Contact emails
Subdomains
6 observed subdomains of leixue.com.
Web-graph footprint
Distinct hostnames that link to or from leixue.com in the public web crawl.
114 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for leixue.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from leixue.com.
- IP · 111.230.148.198
- ASN · AS45090
- Registrar · iana:1556
- Country · CN
- Email · 23528575667018-11cc7e@whoisprivacyservices.com.au
- TLD · .com
- Browse hostnames · le…
- 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: "leixue.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.