Hostname
nashedelo.net
Last fetched
nashedelo.net resolves to 2 IPv4 addresses operated by AS9123 in RU. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
nashedelo.net 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 |
|---|---|---|---|---|
| 5.129.252.225 | 5.129.252.0/24 | AS9123 | — | RU |
| 95.216.74.15 | 95.216.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:303
- Organization
- aleksei shitikov
- Contact emails
Subdomains
1 observed subdomain of nashedelo.net.
| Subdomain |
|---|
| www.nashedelo.net |
Web-graph footprint
Distinct hostnames that link to or from nashedelo.net in the public web crawl.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for nashedelo.net.
| Mechanism | Target |
|---|---|
| SPF_A | nashedelo.net |
| SPF_IP | 5.129.252.225 |
| SPF_IP | 95.216.74.15 |
| SPF_IP | 95.216.74.44 |
| SPF_MX | nashedelo.net |
| SPF_REDIRECT | _spf.mail.ru |
Related pages
Pivot deeper into the graph from nashedelo.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nashedelo.net"})-[: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.