Skip to content

Hostname

gumb.app

Last fetched

gumb.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:106 as the registrar.

Nutrition Label

WHISPER CANON · gumb.appRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/gumb.app

Resolution chain

gumb.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.173.166.10818.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.1718.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.518.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.166.9218.173.166.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.11118.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.4118.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.718.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.7618.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:106
Organization
gumb
Contact emails

Subdomains

16 observed subdomains of gumb.app.

Web-graph footprint

Distinct hostnames that link to or from gumb.app in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for gumb.app.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.privateemail.com
SPF_REDIRECTspf.mail.hostpoint.ch

Related pages

Pivot deeper into the graph from gumb.app.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gumb.app"})-[: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.