Skip to content

Hostname

semhub.dev

Last fetched

semhub.dev resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · semhub.devRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/semhub.dev

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.106.109108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.49108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.62108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.63108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:69
Organization
contact privacy inc. customer 0172855099
Contact emails

Subdomains

11 observed subdomains of semhub.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from semhub.dev.

Cypher and MCP

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

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