Hostname
fehorizon.com
Last fetched
fehorizon.com resolves to 2 IPv4 addresses operated by AS4812 in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
fehorizon.com 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 |
|---|---|---|---|---|
| 101.230.237.122 | 101.230.0.0/16 | AS4812 | — | CN |
| 211.136.182.249 | 211.136.182.0/24 | AS24400 | — | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- —
- Contact emails
Subdomains
25 observed subdomains of fehorizon.com.
Web-graph footprint
Distinct hostnames that link to or from fehorizon.com in the public web crawl.
29 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fehorizon.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 101.230.237.99 |
| SPF_IP | 210.22.147.227 |
| SPF_REDIRECT | _spf.fehorizon.com |
Related pages
Pivot deeper into the graph from fehorizon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fehorizon.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.