Hostname
faherix.com
Last fetched
faherix.com resolves to 14 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in CN. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
faherix.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.12.0.29 | 1.12.0.0/20 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | CN |
| 1.12.0.30 | 1.12.0.0/20 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | CN |
| 1.13.76.55 | 1.13.64.0/18 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 1.14.119.55 | 1.14.64.0/18 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 1.14.119.55 | 1.14.64.0/18 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 101.227.168.55 | 101.227.168.0/23 | AS4811 | CHINANET-SHANGHAI-MAN China Telecom Group | CN |
| 111.13.203.55 | 111.13.0.0/16 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 112.80.181.155 | 112.80.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 117.135.128.155 | 117.135.128.0/24 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 124.64.205.155 | 124.64.205.0/24 | AS4808 | CHINA169-BJ China Unicom Beijing Province Network | CN |
| 124.64.205.155 | 124.64.205.0/24 | AS4808 | CHINA169-BJ China Unicom Beijing Province Network | CN |
| 125.94.59.155 | 125.88.0.0/13 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
| 163.177.5.55 | 163.177.5.0/24 | AS136958 | UNICOM-GUANGZHOU-IDC China Unicom Guangdong IP network | CN |
| 220.196.136.55 | 220.196.136.0/24 | AS140979 | UNICOM-SHFT-IDC China Unicom Shanghai FuTe IDC network | CN |
| 36.155.149.55 | 36.155.144.0/21 | AS56046 | CMNET-JIANGSU-AP China Mobile communications corporation | CN |
| 49.7.107.155 | 49.7.64.0/18 | AS23724 | CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation | CN |
| 49.7.107.155 | 49.7.64.0/18 | AS23724 | CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation | CN |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of faherix.com.
| Subdomain |
|---|
| www.faherix.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for faherix.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from faherix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faherix.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.