Skip to content

Hostname

gbh.com.do

Last fetched

gbh.com.do resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · gbh.com.doRouting diversity1.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/gbh.com.do

Resolution chain

gbh.com.do resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
44.219.179.4244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.220.3.11544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.223.153.5044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with gbh.com.do in WhisperGraph.

Subdomains

69 observed subdomains of gbh.com.do.

Web-graph footprint

Distinct hostnames that link to or from gbh.com.do in the public web crawl.

17 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for gbh.com.do.

MechanismTarget
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEtransmail.net
SPF_INCLUDEzoho.com

Related pages

Pivot deeper into the graph from gbh.com.do.

Cypher and MCP

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

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