Skip to content

Hostname

traffic.com

Last fetched

traffic.com resolves to 1 IPv4 address operated by ASHEREDC - HERE North America LLC in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
66.54.70.21666.54.64.0/21AS14803ASHEREDC - HERE North America LLCUS

WHOIS identity

Registrar
iana:292
Organization
here global b.v.
Contact emails

Subdomains

348 observed subdomains of traffic.com.

Web-graph footprint

Distinct hostnames that link to or from traffic.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for traffic.com.

MechanismTarget
SPF_IP63.214.21.0/24
SPF_IP64.94.198.0/24
SPF_IP64.94.201.0/24

Related pages

Pivot deeper into the graph from traffic.com.

Cypher and MCP

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

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