Hostname
afisha.net
Last fetched
afisha.net resolves to 3 IPv4 addresses operated by AS24638 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
afisha.net 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 |
|---|---|---|---|---|
| 81.19.92.80 | 81.19.64.0/19 | AS24638 | — | RU |
| 81.19.92.81 | 81.19.64.0/19 | AS24638 | — | RU |
| 81.19.92.82 | 81.19.64.0/19 | AS24638 | — | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- llc. 'company afisha'
- Contact emails
Subdomains
11 observed subdomains of afisha.net.
Web-graph footprint
Distinct hostnames that link to or from afisha.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for afisha.net.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{ir}.spf.rambler.ru |
| SPF_EXISTS | %{ir}.tf.spf.rambler-co.ru |
| SPF_EXISTS | %{l}.u.spf.rambler-co.ru |
| SPF_IP | 81.19.64.0/19 |
Related pages
Pivot deeper into the graph from afisha.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afisha.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.