Skip to content

Hostname

integration-frontend.krtech.dev

Last fetched

integration-frontend.krtech.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MY.

Nutrition Label

WHISPER CANON · integration-frontend.krtech.devRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/integration-frontend.krtech.dev

Resolution chain

integration-frontend.krtech.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.67.181.1018.67.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.MY
18.67.181.10218.67.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.MY
18.67.181.4218.67.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.MY
18.67.181.5918.67.180.0/22AS16509AMAZON-02 - Amazon.com, Inc.MY
3.170.221.213.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.613.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.73.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.763.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with integration-frontend.krtech.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from integration-frontend.krtech.dev.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "integration-frontend.krtech.dev"})-[: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.