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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.198.152.57 | 185.198.152.0/24 | AS211183 | — | RU |
| 185.22.155.46 | 185.22.155.0/24 | AS51659 | — | RU |
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
MX records
SPF policy
5 SPF mechanisms authorising senders for web-app.space.
| Mechanism | Target |
|---|---|
| SPF_A | web-app.space |
| SPF_IP | 185.198.152.57 |
| SPF_IP | 2a00:b700:0:0:0:0:0:1c |
| SPF_IP | 46.17.40.138 |
| SPF_MX | web-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.