Hostname
truecaller.com
Last fetched
truecaller.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
truecaller.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.234.99.145 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.235.231.107 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 15.206.228.161 | 15.206.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.108.110.192 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.108.120.25 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.111.174.172 | 3.108.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.6.242.212 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.7.112.26 | 3.6.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 35.154.152.229 | 35.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 35.154.253.245 | 35.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 65.1.221.182 | 65.0.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 35.154.75.85 | 35.154.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from truecaller.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for truecaller.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | transmail.net.in |
| SPF_IP | 149.72.214.120/32 |
| SPF_IP | 213.180.71.108/32 |
| SPF_IP | 35.200.160.89 |
Related pages
Pivot deeper into the graph from truecaller.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "truecaller.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.