Hostname
avia-centr.com
Last fetched
avia-centr.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
avia-centr.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:463
- Organization
- privacy protection service - whoisproxy.ru
- Contact emails
Subdomains
3 observed subdomains of avia-centr.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for avia-centr.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.unione.io |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 178.16.27.0/25 |
| SPF_IP | 195.68.168.120/29 |
| SPF_IP | 62.141.86.208/29 |
| SPF_IP | 81.222.119.160/27 |
| SPF_IP | 93.170.24.0/24 |
| SPF_IP | 95.128.177.64/27 |
| SPF_IP | 95.163.84.226/32 |
Related pages
Pivot deeper into the graph from avia-centr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avia-centr.com"})-[: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.