Skip to content

Hostname

web-app.space

Last fetched

web-app.space resolves to 2 IPv4 addresses operated by AS211183 in RU. WHOIS lists iana:1606 as the registrar.

Nutrition Label

WHISPER CANON · web-app.spaceRouting diversity2.4/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.6/10canon.whisper.security/host/web-app.space

Resolution chain

web-app.space resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:1606
Organization
whois privacy protection service by onamae.com
Contact emails

Subdomains

8 observed subdomains of web-app.space.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for web-app.space.

MechanismTarget
SPF_Aweb-app.space
SPF_IP185.198.152.57
SPF_IP2a00:b700:0:0:0:0:0:1c
SPF_IP46.17.40.138
SPF_MXweb-app.space

Related pages

Pivot deeper into the graph from web-app.space.

Cypher and MCP

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

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