Hostname
tomoru.app
Last fetched
tomoru.app resolves to 3 IPv4 addresses operated by DDOS-GUARD in RU.
Nutrition Label
Resolution chain
tomoru.app resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.215.4.21 | 185.215.4.0/24 | AS57724 | DDOS-GUARD | RU |
| 31.177.76.32 | 31.177.76.0/24 | AS48287 | RU-CENTER | RU |
| 31.177.80.32 | 31.177.80.0/24 | AS48287 | RU-CENTER | RU |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from tomoru.app in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for tomoru.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.yandex.net |
| SPF_INCLUDE | ef7018819fdb2c3d332b4535a16d5c63.gca.to |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from tomoru.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tomoru.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.