Hostname
alpha-fox.net
Last fetched
alpha-fox.net resolves to 2 IPv4 addresses operated by AS201094 in UA. WHOIS lists iana:1112 as the registrar.
Nutrition Label
Resolution chain
alpha-fox.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 |
|---|---|---|---|---|
| 185.86.77.240 | 185.86.76.0/22 | AS201094 | — | UA |
| 45.129.98.4 | 45.129.98.0/24 | AS201094 | — | UA |
WHOIS identity
- Registrar
- iana:1112
- Organization
- natalija stupka
- Contact emails
Subdomains
2 observed subdomains of alpha-fox.net.
Web-graph footprint
Distinct hostnames that link to or from alpha-fox.net in the public web crawl.
5 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for alpha-fox.net.
| Mechanism | Target |
|---|---|
| SPF_A | alpha-fox.net |
| SPF_INCLUDE | mxsmtp.sendpulse.com |
| SPF_INCLUDE | zoho.eu |
| SPF_IP | 194.44.10.54 |
| SPF_MX | alpha-fox.net |
Related pages
Pivot deeper into the graph from alpha-fox.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alpha-fox.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.