Hostname
www.tms-tech.com
Last fetched
www.tms-tech.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
www.tms-tech.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 |
|---|---|---|---|---|
| 15.197.225.128 | 15.197.224.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.251.168 | 3.33.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with www.tms-tech.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
33 SPF mechanisms authorising senders for www.tms-tech.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 100.42.115.0/27 |
| SPF_IP | 100.42.120.128/27 |
| SPF_IP | 103.2.140.0/22 |
| SPF_IP | 103.36.108.0/22 |
| SPF_IP | 103.47.204.0/22 |
| SPF_IP | 108.166.43.0/24 |
| SPF_IP | 146.20.161.0/25 |
| SPF_IP | 146.20.86.8/32 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 161.47.34.7/32 |
| SPF_IP | 173.203.187.0/25 |
| SPF_IP | 184.106.54.0/25 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 204.232.172.40/32 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 207.58.142.208/29 |
| SPF_IP | 207.58.147.64/28 |
| SPF_IP | 216.22.15.224/27 |
| SPF_IP | 43.228.184.0/22 |
| SPF_IP | 54.173.41.109/32 |
| SPF_IP | 54.175.120.115/32 |
| SPF_IP | 54.175.226.230/32 |
| SPF_IP | 54.66.200.109/32 |
| SPF_IP | 54.66.220.193/32 |
| SPF_IP | 54.77.200.220/32 |
| SPF_IP | 54.77.78.8/32 |
| SPF_IP | 54.84.157.192/32 |
| SPF_IP | 54.86.73.129/32 |
| SPF_IP | 63.150.4.232/31 |
| SPF_IP | 66.128.144.88/29 |
| SPF_IP | 69.84.129.224/27 |
Related pages
Pivot deeper into the graph from www.tms-tech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.tms-tech.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.