Skip to content

Hostname

bo.dev.mynt.se

Last fetched

bo.dev.mynt.se resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL.

Nutrition Label

WHISPER CANON · bo.dev.mynt.seRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/bo.dev.mynt.se

Resolution chain

bo.dev.mynt.se resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.239.83.12118.239.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.83.5418.239.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.83.5618.239.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.83.8318.239.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.67.233.1118.67.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.233.3418.67.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.233.518.67.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.233.918.67.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with bo.dev.mynt.se in WhisperGraph.

Subdomains

1 observed subdomain of bo.dev.mynt.se.

Threat posture

History

Related pages

Pivot deeper into the graph from bo.dev.mynt.se.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bo.dev.mynt.se"})-[: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.