Hostname
nanso-cc.com
Last fetched
nanso-cc.com resolves to 2 IPv4 addresses operated by AS7506 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
nanso-cc.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 |
|---|---|---|---|---|
| 118.27.95.216 | 118.27.95.0/24 | AS7506 | — | JP |
| 210.157.79.51 | 210.157.78.0/23 | AS131965 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- sanwasystem co.,ltd.
- Contact emails
Subdomains
1 observed subdomain of nanso-cc.com.
| Subdomain |
|---|
| www.nanso-cc.com |
Web-graph footprint
Distinct hostnames that link to or from nanso-cc.com in the public web crawl.
57 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for nanso-cc.com.
| Mechanism | Target |
|---|---|
| SPF_A | nanso-cc.com |
| SPF_A | sv3050.wpx.ne.jp |
| SPF_INCLUDE | _spf.conoha.ne.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | nanso-cc.com |
Related pages
Pivot deeper into the graph from nanso-cc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nanso-cc.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.