Skip to content

Hostname

openprofile.dev

Last fetched

openprofile.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · openprofile.devRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/openprofile.dev

Resolution chain

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

IPPrefixASNOperatorCountry
18.245.175.2118.245.172.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
18.245.175.318.245.172.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
18.245.175.4518.245.172.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
18.245.175.8118.245.172.0/22AS16509AMAZON-02 - Amazon.com, Inc.FR
65.8.17.12065.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.17.4065.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.17.6965.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
65.8.17.7265.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1387
Organization
the linux foundation
Contact emails

Web-graph footprint

Distinct hostnames that link to or from openprofile.dev in the public web crawl.

172 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from openprofile.dev.

Cypher and MCP

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

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