Skip to content

Hostname

ads.trafficsteer.com

Last fetched

ads.trafficsteer.com resolves to 12 IPv4 addresses operated by AS-GLOBALTELEHOST - GTHost in US.

Nutrition Label

WHISPER CANON · ads.trafficsteer.comRouting diversity4.2/10Peering density7.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ads.trafficsteer.com

Resolution chain

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

IPPrefixASNOperatorCountry
172.111.38.112172.111.38.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
172.111.38.135172.111.38.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
172.111.38.172172.111.38.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
23.154.136.23823.154.136.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
38.107.226.10238.107.226.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
38.107.226.11638.107.226.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
38.86.135.11138.86.135.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
38.86.135.19338.86.135.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
38.86.135.24038.86.135.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
67.220.95.1067.220.95.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
69.50.93.2369.50.93.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
69.50.93.4269.50.93.0/24AS63023AS-GLOBALTELEHOST - GTHostUS

WHOIS identity

No WHOIS records are currently associated with ads.trafficsteer.com in WhisperGraph.

Subdomains

1 observed subdomain of ads.trafficsteer.com.

Threat posture

History

Related pages

Pivot deeper into the graph from ads.trafficsteer.com.

Cypher and MCP

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

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