Hostname
ims.tmstechnic.com
Last fetched
ims.tmstechnic.com resolves to 2 IPv4 addresses operated by AS205192 in TR.
Nutrition Label
Resolution chain
ims.tmstechnic.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 |
|---|---|---|---|---|
| 185.226.160.250 | 185.226.160.0/24 | AS205192 | — | TR |
| 195.142.150.142 | 195.142.150.0/24 | AS34984 | — | TR |
WHOIS identity
No WHOIS records are currently associated with ims.tmstechnic.com in WhisperGraph.
Subdomains
1 observed subdomain of ims.tmstechnic.com.
| Subdomain |
|---|
| www.ims.tmstechnic.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for ims.tmstechnic.com.
| Mechanism | Target |
|---|---|
| SPF_A | ims.tmstechnic.com |
| SPF_IP | 104.247.162.114 |
| SPF_IP | 185.226.160.104 |
| SPF_IP | 185.226.160.250 |
| SPF_MX | ims.tmstechnic.com |
Related pages
Pivot deeper into the graph from ims.tmstechnic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ims.tmstechnic.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.