Skip to content

Hostname

mail.hosting.gob.do

Last fetched

mail.hosting.gob.do resolves to 1 IPv4 address operated by AS266709 in DO.

Nutrition Label

WHISPER CANON · mail.hosting.gob.doRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.hosting.gob.do

Resolution chain

mail.hosting.gob.do resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.229.148.6145.229.158.0/23AS266709DO

WHOIS identity

No WHOIS records are currently associated with mail.hosting.gob.do in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mail.hosting.gob.do.

MechanismTarget
SPF_IP200.26.173.2
SPF_IP45.229.148.60
SPF_MXsmtp.hosting.gob.do
SPF_MXsmtp1.hosting.gob.do

Related pages

Pivot deeper into the graph from mail.hosting.gob.do.

Cypher and MCP

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

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