Skip to content

Hostname

master-api.blinka.co

Last fetched

master-api.blinka.co resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · master-api.blinka.coRouting diversity5.2/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/master-api.blinka.co

Resolution chain

master-api.blinka.co resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.20.133.20323.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.215.36.1743.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.201.238.18134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.74.4835.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.197.8.2244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.199.86.1344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.163.5652.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.203.8952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.61.21652.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.44.45.12652.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.144.163.13954.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.83.158.2354.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with master-api.blinka.co in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from master-api.blinka.co.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "master-api.blinka.co"})-[: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.