Hostname
i.sinotrans.com
Last fetched
i.sinotrans.com resolves to 1 IPv4 address operated by AS45090 in CN.
Nutrition Label
Resolution chain
i.sinotrans.com 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 |
|---|---|---|---|---|
| 49.233.240.124 | 49.233.192.0/18 | AS45090 | — | CN |
WHOIS identity
No WHOIS records are currently associated with i.sinotrans.com in WhisperGraph.
Subdomains
6 observed subdomains of i.sinotrans.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for i.sinotrans.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 119.28.128.225 |
| SPF_IP | 119.28.81.145 |
| SPF_IP | 123.124.168.23 |
| SPF_IP | 218.205.193.230 |
| SPF_IP | 218.205.193.238 |
| SPF_IP | 219.141.225.23 |
| SPF_IP | 59.148.251.184 |
| SPF_IP | 60.247.104.226 |
| SPF_IP | 60.247.104.230 |
Related pages
Pivot deeper into the graph from i.sinotrans.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i.sinotrans.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.