Hostname
1tmed.com
Last fetched
1tmed.com resolves to 16 IPv4 addresses operated by AROSS-AS - AROSSCLOUD INC. in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
1tmed.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.213.43.161 | 116.213.43.0/24 | AS400619 | AROSS-AS - AROSSCLOUD INC. | HK |
| 123.254.110.45 | 123.254.108.0/22 | AS55933 | — | HK |
| 13.228.251.214 | 13.228.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 154.89.156.135 | 154.89.156.0/24 | AS400619 | AROSS-AS - AROSSCLOUD INC. | HK |
| 192.238.141.208 | 192.238.141.0/24 | AS138995 | — | HK |
| 192.238.176.5 | 192.238.176.0/24 | AS138995 | — | HK |
| 192.238.176.9 | 192.238.176.0/24 | AS138995 | — | HK |
| 20.6.122.138 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 20.6.65.201 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
| 210.56.49.14 | 210.56.49.0/24 | AS152194 | — | HK |
| 23.145.232.109 | 23.145.232.0/24 | AS209242 | — | US |
| 34.92.149.151 | 34.92.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | HK |
| 45.61.235.144 | 45.61.235.0/24 | AS53587 | AZT - AZURE TECHNOLOGY CO., LIMITED | HK |
| 45.61.236.149 | 45.61.236.0/24 | AS53587 | AZT - AZURE TECHNOLOGY CO., LIMITED | HK |
| 45.61.236.153 | 45.61.236.0/24 | AS53587 | AZT - AZURE TECHNOLOGY CO., LIMITED | HK |
| 57.155.75.52 | 57.152.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of 1tmed.com.
Web-graph footprint
Distinct hostnames that link to or from 1tmed.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 1tmed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1tmed.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.