Hostname
avnioglu.com
Last fetched
avnioglu.com resolves to 1 IPv4 address operated by AS24940 in FI. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
avnioglu.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 85.10.220.65 | 85.10.192.0/18 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
Subdomains
4 observed subdomains of avnioglu.com.
Web-graph footprint
Distinct hostnames that link to or from avnioglu.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for avnioglu.com.
| Mechanism | Target |
|---|---|
| SPF_A | avnioglu.com |
| SPF_IP | 138.201.25.48/28 |
| SPF_IP | 188.40.254.216/29 |
| SPF_IP | 85.10.220.64/29 |
| SPF_IP | 85.10.220.65 |
| SPF_IP | 85.10.220.66 |
| SPF_IP | 85.10.220.67 |
| SPF_IP | 85.10.220.68 |
| SPF_IP | 88.255.225.65 |
| SPF_IP | 88.255.225.69 |
| SPF_MX | avnioglu.com |
Related pages
Pivot deeper into the graph from avnioglu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avnioglu.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.