Skip to content

Hostname

imap.dwebsite.com

Last fetched

imap.dwebsite.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · imap.dwebsite.comRouting diversity1.5/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/imap.dwebsite.com

Resolution chain

imap.dwebsite.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
159.203.81.39159.203.80.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

No WHOIS records are currently associated with imap.dwebsite.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for imap.dwebsite.com.

MechanismTarget
SPF_Aimap.dwebsite.com
SPF_INCLUDE_spf.google.com
SPF_IP104.131.194.134
SPF_IP107.170.116.232
SPF_IP107.170.21.82
SPF_IP107.170.78.169
SPF_IP138.197.1.189
SPF_IP162.243.4.218
SPF_IP162.243.64.112
SPF_IP192.241.171.135
SPF_IP192.241.253.188
SPF_IP192.241.255.192
SPF_IP24.159.216.10
SPF_MXimap.dwebsite.com

Related pages

Pivot deeper into the graph from imap.dwebsite.com.

Cypher and MCP

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

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