Hostname
telemsa.com
Last fetched
telemsa.com resolves to 1 IPv4 address operated by AS49556 in IR. WHOIS lists iana:68 as the registrar.
Nutrition Label
Resolution chain
telemsa.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 |
|---|---|---|---|---|
| 91.207.18.53 | 91.207.18.0/24 | AS49556 | — | IR |
WHOIS identity
- Registrar
- iana:68
- Organization
- telem
- Contact emails
- —
Subdomains
7 observed subdomains of telemsa.com.
Web-graph footprint
Distinct hostnames that link to or from telemsa.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for telemsa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-0077ce01.pphosted.com |
| SPF_IP | 143.55.149.187 |
| SPF_IP | 212.99.25.65 |
| SPF_IP | 66.159.232.37 |
Related pages
Pivot deeper into the graph from telemsa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "telemsa.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.