Hostname
texwin.com
Last fetched
texwin.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
texwin.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 |
|---|---|---|---|---|
| 199.60.103.176 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.76 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- chance kim
- Contact emails
Subdomains
11 observed subdomains of texwin.com.
Web-graph footprint
Distinct hostnames that link to or from texwin.com in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
35 SPF mechanisms authorising senders for texwin.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44764675.spf10.hubspotemail.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 166.78.70.151 |
| SPF_IP | 172.255.62.10/32 |
| SPF_IP | 172.255.62.11/32 |
| SPF_IP | 173.201.192.0/23 |
| SPF_IP | 182.50.132.0/24 |
| SPF_IP | 184.168.128.0/24 |
| SPF_IP | 184.168.131.0/24 |
| SPF_IP | 184.168.200.0/24 |
| SPF_IP | 184.168.224.0/24 |
| SPF_IP | 185.67.193.67/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.71.224.0/19 |
| SPF_IP | 199.10.31.235/32 |
| SPF_IP | 199.10.31.236/32 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 23.83.208.0/20 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/51 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 35.85.190.185/32 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 46.232.183.0/24 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 72.167.168.0/24 |
| SPF_IP | 92.204.65.0/28 |
| SPF_IP | 92.204.71.0/24 |
Related pages
Pivot deeper into the graph from texwin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "texwin.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.