Hostname
tekwind.co.jp
Last fetched
tekwind.co.jp resolves to 1 IPv4 address operated by AS4694 in JP.
Nutrition Label
Resolution chain
tekwind.co.jp 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 |
|---|---|---|---|---|
| 203.183.138.93 | 203.183.128.0/20 | AS4694 | — | JP |
WHOIS identity
No WHOIS records are currently associated with tekwind.co.jp in WhisperGraph.
Subdomains
19 observed subdomains of tekwind.co.jp.
Web-graph footprint
Distinct hostnames that link to or from tekwind.co.jp in the public web crawl.
651 sites link to this hostname.
327 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for tekwind.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | mds3342.maildealer.jp |
| SPF_INCLUDE | spf.ecbeing.co.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.171.67.176/28 |
| SPF_IP | 203.183.138.105 |
| SPF_IP | 203.183.138.113 |
| SPF_IP | 203.183.138.123 |
| SPF_IP | 203.183.138.44 |
| SPF_IP | 203.183.138.93 |
| SPF_IP | 203.183.138.94 |
Related pages
Pivot deeper into the graph from tekwind.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tekwind.co.jp"})-[: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.