Hostname
westmining.com
Last fetched
westmining.com resolves to 1 IPv4 address operated by AS140061 in CN. WHOIS lists iana:4163 as the registrar.
Nutrition Label
Resolution chain
westmining.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 223.221.184.2 | 223.221.128.0/17 | AS140061 | — | CN |
WHOIS identity
- Registrar
- iana:4163
- Organization
- western mining limited by share
- Contact emails
Subdomains
11 observed subdomains of westmining.com.
Web-graph footprint
Distinct hostnames that link to or from westmining.com in the public web crawl.
26 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for westmining.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.icoremail.net |
| SPF_IP | 111.12.140.34 |
| SPF_IP | 222.73.234.231 |
| SPF_IP | 223.221.184.2 |
| SPF_IP | 223.221.184.21 |
| SPF_IP | 223.221.184.30 |
Related pages
Pivot deeper into the graph from westmining.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "westmining.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.