Hostname
orient.tm
Last fetched
orient.tm resolves to 1 IPv4 address operated by TurkmenTelecom-AS - State Company of Electro Communications Turkmentelecom in TM.
Nutrition Label
Resolution chain
orient.tm 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 |
|---|---|---|---|---|
| 95.85.127.192 | 95.85.96.0/19 | AS20661 | TurkmenTelecom-AS - State Company of Electro Communications Turkmentelecom | TM |
WHOIS identity
No WHOIS records are currently associated with orient.tm in WhisperGraph.
Subdomains
3 observed subdomains of orient.tm.
Web-graph footprint
Distinct hostnames that link to or from orient.tm in the public web crawl.
445 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for orient.tm.
| Mechanism | Target |
|---|---|
| SPF_MX | orient.tm |
Related pages
Pivot deeper into the graph from orient.tm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orient.tm"})-[: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.