Skip to content

Hostname

dev.bringko.com

Last fetched

dev.bringko.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · dev.bringko.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.bringko.com

Resolution chain

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

IPPrefixASNOperatorCountry
15.165.99.13315.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.35.1.2463.34.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.100.1433.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.39.28.903.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.200.62.12543.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.141.24143.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with dev.bringko.com in WhisperGraph.

Subdomains

14 observed subdomains of dev.bringko.com.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for dev.bringko.com.

MechanismTarget
SPF_Adev.bringko.com
SPF_IP3.36.115.84

Related pages

Pivot deeper into the graph from dev.bringko.com.

Cypher and MCP

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

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