Skip to content

Hostname

blogharbor.com

Last fetched

blogharbor.com resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · blogharbor.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/blogharbor.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.131.78.125104.131.64.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
104.21.5.188104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.154.169172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:69
Organization
275 rt. 10 east
Contact emails

Subdomains

264 observed subdomains of blogharbor.com.

Web-graph footprint

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

22 sites link to this hostname.

22 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for blogharbor.com.

MechanismTarget
SPF_Ablogharbor.com
SPF_INCLUDEblogware.com
SPF_INCLUDEcarrierzone.com
SPF_INCLUDEgmail.com
SPF_INCLUDErackshare.com
SPF_INCLUDEtucows.com
SPF_IP104.131.78.125
SPF_IP207.58.184.10
SPF_IP207.58.184.12
SPF_IP207.58.186.52
SPF_MXblogharbor.com

Related pages

Pivot deeper into the graph from blogharbor.com.

Cypher and MCP

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

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