Skip to content

Hostname

trkinggd.com

Last fetched

trkinggd.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · trkinggd.comRouting diversity5.2/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/trkinggd.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.204.46.15218.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.23.1418.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.210.250.1103.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.212.28.2433.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.203.37.4134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.143.2144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.212.187.22844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.222.27.20244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.107.17852.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.227.107.18054.226.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.84.116.22854.84.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.83.240.2498.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.49.8898.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.207.8398.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.210.10.143.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from trkinggd.com.

Cypher and MCP

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

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