Skip to content

Hostname

dev.dalma.co

Last fetched

dev.dalma.co resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · dev.dalma.coRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dev.dalma.co

Resolution chain

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

IPPrefixASNOperatorCountry
15.188.39.23615.188.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
15.236.132.6515.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
15.236.252.10215.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
15.236.89.4415.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
35.180.219.23135.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR
51.45.53.6951.45.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with dev.dalma.co in WhisperGraph.

Subdomains

3 observed subdomains of dev.dalma.co.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.dalma.co.

Cypher and MCP

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

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