Skip to content

Hostname

trt.com

Last fetched

trt.com resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in SG.

Nutrition Label

WHISPER CANON · trt.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/trt.com

Resolution chain

trt.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
207.148.116.230207.148.116.0/22AS20473AS-VULTR - The Constant Company, LLCSG

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 trt.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for trt.com.

MechanismTarget
SPF_Atrt.com
SPF_INCLUDEmailsenders.netsuite.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP115.70.195.37
SPF_IP115.70.221.31
SPF_IP118.127.10.125
SPF_IP118.127.15.108
SPF_IP118.127.15.99/32
SPF_IP122.53.149.162
SPF_IP122.53.149.163
SPF_IP122.54.163.249
SPF_IP139.180.137.39
SPF_IP66.232.96.123
SPF_MXtrt.com

Related pages

Pivot deeper into the graph from trt.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "trt.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 20

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