Hostname
technolife.com
Last fetched
technolife.com resolves to 3 IPv4 addresses operated by PERSIANTOOLS in IR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
technolife.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.129.171.170 | 185.129.171.0/24 | AS57687 | PERSIANTOOLS | IR |
| 185.129.171.171 | 185.129.171.0/24 | AS57687 | PERSIANTOOLS | IR |
| 185.129.171.197 | 185.129.171.0/24 | AS57687 | PERSIANTOOLS | IR |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
5 observed subdomains of technolife.com.
Web-graph footprint
Distinct hostnames that link to or from technolife.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for technolife.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 37.75.244.118 |
| SPF_IP | 77.237.93.89 |
| SPF_IP | 79.127.78.99 |
Related pages
Pivot deeper into the graph from technolife.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "technolife.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.