Hostname
resources.citic
Last fetched
resources.citic resolves to 1 IPv4 address operated by KAOPU-HK Kaopu Cloud HK Limited in HK. WHOIS lists iana:1723 as the registrar.
Nutrition Label
Resolution chain
resources.citic 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 |
|---|---|---|---|---|
| 154.93.109.4 | 154.93.109.0/24 | AS138915 | KAOPU-HK Kaopu Cloud HK Limited | HK |
WHOIS identity
- Registrar
- iana:1723
- Organization
- citic resources holdings
- Contact emails
Subdomains
2 observed subdomains of resources.citic.
Web-graph footprint
Distinct hostnames that link to or from resources.citic in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for resources.citic.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.205.89.19 |
| SPF_IP | 124.71.239.4 |
Related pages
Pivot deeper into the graph from resources.citic.
- IP · 154.93.109.4
- ASN · AS138915KAOPU-HK Kaopu Cloud HK Limited
- Registrar · iana:1723
- Country · HK
- Email · jason@citicresources.com
- TLD · .citic
- Browse hostnames · re…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "resources.citic"})-[: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.