Hostname
winds.sc
Last fetched
winds.sc resolves to 2 IPv4 addresses operated by AS131965 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
winds.sc 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.3.2.138 | 103.3.0.0/22 | AS131965 | — | JP |
| 153.125.140.158 | 153.125.128.0/18 | AS7684 | — | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
2 observed subdomains of winds.sc.
| Subdomain |
|---|
| mail.winds.sc |
| www.winds.sc |
Web-graph footprint
Distinct hostnames that link to or from winds.sc in the public web crawl.
11 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- winds.sc
SPF policy
5 SPF mechanisms authorising senders for winds.sc.
| Mechanism | Target |
|---|---|
| SPF_A | sv12137.xserver.jp |
| SPF_A | winds.sc |
| SPF_A | www4318.sakura.ne.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | winds.sc |
Related pages
Pivot deeper into the graph from winds.sc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "winds.sc"})-[: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.