Skip to content

Hostname

ads.tt

Last fetched

ads.tt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · ads.ttRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ads.tt

Resolution chain

ads.tt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.95.138104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.145.2172.67.144.0/20AS13335CLOUDFLARENET - 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.

Threat posture

History

Mail and authentication

MX records

SPF policy

9 SPF mechanisms authorising senders for ads.tt.

MechanismTarget
SPF_INCLUDEads.tt
SPF_INCLUDEemail-messaging.com
SPF_INCLUDEphobos.guardian.co.tt
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEweb.gmlvirtual.tt
SPF_IP131.100.37.166
SPF_IP190.58.6.158
SPF_IP2600:3c03:0:0:f03c:92ff:fe7c:5a6f
SPF_IP45.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.