Skip to content

Hostname

grse.app

Last fetched

grse.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MX. WHOIS lists iana:83 as the registrar.

Nutrition Label

WHISPER CANON · grse.appRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/grse.app

Resolution chain

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

IPPrefixASNOperatorCountry
18.160.109.10018.160.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.MX
18.160.109.1218.160.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.MX
18.160.109.12318.160.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.MX
18.160.109.7918.160.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.MX
18.245.162.10118.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.10318.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.3318.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.162.9318.245.160.0/22AS16509AMAZON-02 - Amazon.com, Inc.GB
18.65.48.11618.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.3918.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.9318.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.9518.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

Registrar
iana:83
Organization
1&1 internet
Contact emails

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from grse.app.

Cypher and MCP

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

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