Skip to content

Hostname

give.do

Last fetched

give.do resolves to 13 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · give.doRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/give.do

Resolution chain

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

IPPrefixASNOperatorCountry
13.202.109.14213.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.204.134.5113.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.204.233.3813.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
15.207.168.16015.206.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
15.207.183.21115.206.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
3.109.224.1263.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
3.109.37.713.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
3.110.237.2473.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
3.111.222.1533.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
3.7.167.2233.6.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
35.154.184.16835.154.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
43.205.31.5343.204.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.206.170.5913.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with give.do in WhisperGraph.

Subdomains

86 observed subdomains of give.do.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for give.do.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEemail.freshdesk.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEspf.zoho.com

Related pages

Pivot deeper into the graph from give.do.

Cypher and MCP

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

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