Hostname
ads.tt
Last fetched
ads.tt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ads.tt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.95.138 | 104.21.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.145.2 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with ads.tt in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from ads.tt in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ads.tt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ads.tt |
| SPF_INCLUDE | email-messaging.com |
| SPF_INCLUDE | phobos.guardian.co.tt |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | web.gmlvirtual.tt |
| SPF_IP | 131.100.37.166 |
| SPF_IP | 190.58.6.158 |
| SPF_IP | 2600:3c03:0:0:f03c:92ff:fe7c:5a6f |
| SPF_IP | 45.79.143.138 |
Related pages
Pivot deeper into the graph from ads.tt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ads.tt"})-[: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.