Skip to content

Hostname

dev-webfiles.katim.com

Last fetched

dev-webfiles.katim.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TH.

Nutrition Label

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

Resolution chain

dev-webfiles.katim.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.172.4.10118.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.11618.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.818.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
18.172.4.9318.172.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.TH
3.160.246.1133.160.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.RO
3.160.246.23.160.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.RO
3.160.246.613.160.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.RO
3.160.246.703.160.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.RO

WHOIS identity

No WHOIS records are currently associated with dev-webfiles.katim.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-webfiles.katim.com.

Cypher and MCP

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

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