Hostname
timah.com
Last fetched
timah.com resolves to 3 IPv4 addresses operated by AS9341 in ID. WHOIS lists iana:1675 as the registrar.
Nutrition Label
Resolution chain
timah.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 |
|---|---|---|---|---|
| 103.88.196.11 | 103.88.196.0/24 | AS9341 | — | ID |
| 202.150.90.186 | 202.150.90.0/24 | AS131111 | — | ID |
| 103.121.148.254 | 103.121.148.0/24 | AS58369 | — | ID |
WHOIS identity
- Registrar
- iana:1675
- Organization
- domain data guard
- Contact emails
Subdomains
1 observed subdomain of timah.com.
| Subdomain |
|---|
| www.timah.com |
Web-graph footprint
Distinct hostnames that link to or from timah.com in the public web crawl.
146 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for timah.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.pttimah.co.id |
| SPF_IP | 202.162.223.242 |
| SPF_IP | 220.247.174.146 |
Related pages
Pivot deeper into the graph from timah.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "timah.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.