Hostname
abcft.com
Last fetched
abcft.com resolves to 2 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
abcft.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 |
|---|---|---|---|---|
| 118.25.12.188 | 118.25.12.0/22 | AS45090 | — | CN |
| 47.99.142.167 | 47.98.0.0/15 | AS37963 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- bei jing a bo ci ke ji you xian gong si
- Contact emails
Subdomains
17 observed subdomains of abcft.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for abcft.com.
| Mechanism | Target |
|---|---|
| SPF_A | abcft.com |
| SPF_INCLUDE | spf.corp-email.com |
| SPF_INCLUDE | spf.qiye.163.com |
| SPF_INCLUDE | spfb.corp-email.com |
| SPF_IP | 111.200.195.195/27 |
| SPF_IP | 113.57.132.146 |
| SPF_IP | 113.57.168.242 |
| SPF_IP | 116.211.87.244 |
| SPF_IP | 202.175.86.249/27 |
| SPF_MX | abcft.com |
Related pages
Pivot deeper into the graph from abcft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abcft.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.