Skip to content

Hostname

dogbark.com

Last fetched

dogbark.com resolves to 4 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
167.71.185.204167.71.176.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
167.88.61.211167.88.61.0/24AS63023AS-GLOBALTELEHOST - GTHostUS
192.248.191.135192.248.176.0/20AS20473AS-VULTR - The Constant Company, LLCDE
51.89.11.4551.89.0.0/16AS16276DE

WHOIS identity

Registrar
iana:48
Organization
dogbark_com
Contact emails

Subdomains

17 observed subdomains of dogbark.com.

Web-graph footprint

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

6 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for dogbark.com.

MechanismTarget
SPF_Adogbark.com
SPF_INCLUDEmc.hostchain.net
SPF_INCLUDEmxsspf.sendpulse.com
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.mydomainprovider.com
SPF_IP104.219.57.88
SPF_IP64.188.10.33
SPF_IP72.9.135.250
SPF_MXdogbark.com

Related pages

Pivot deeper into the graph from dogbark.com.

Cypher and MCP

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

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