Skip to content

Hostname

dev.certifyde.com

Last fetched

dev.certifyde.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev.certifyde.comRouting diversity5.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dev.certifyde.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.49.189.180100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.215.134.23018.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.21.179.2523.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.64.2543.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.245.16934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.224.24.22634.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.23.128.12052.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.174.115.18354.174.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.221.244.11054.221.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.243.188.3754.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

3 observed subdomains of dev.certifyde.com.

Threat posture

History

Related pages

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

Cypher and MCP

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

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