Hostname
95fenapp.com
Last fetched
95fenapp.com resolves to 3 IPv4 addresses operated by AS37963 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
95fenapp.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 121.199.82.10 | 121.199.0.0/16 | AS37963 | — | CN |
| 47.251.58.135 | 47.251.0.0/17 | AS45102 | — | US |
| 47.254.122.114 | 47.254.64.0/18 | AS45102 | — | US |
WHOIS identity
- Registrar
- iana:420
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of 95fenapp.com.
| Subdomain |
|---|
| s.95fenapp.com |
| www.95fenapp.com |
Web-graph footprint
Distinct hostnames that link to or from 95fenapp.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from 95fenapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "95fenapp.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.