Hostname
rofine.com
Last fetched
rofine.com resolves to 2 IPv4 addresses operated by CHINANET-SH-AP China Telecom Group in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
rofine.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 |
|---|---|---|---|---|
| 114.80.18.84 | 114.80.0.0/16 | AS4812 | CHINANET-SH-AP China Telecom Group | CN |
| 121.46.194.213 | 121.46.192.0/22 | AS140717 | UNICOM-JSSZ-IDC UNICOM JiangSu Suzhou IDC network | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- shanghai rofine technology co.
- Contact emails
Subdomains
8 observed subdomains of rofine.com.
Web-graph footprint
Distinct hostnames that link to or from rofine.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for rofine.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mxhichina.com |
Related pages
Pivot deeper into the graph from rofine.com.
- IP · 114.80.18.84
- ASN · AS4812CHINANET-SH-AP China Telecom Group
- Registrar · iana:120
- Country · CN
- Email · marketing@rofine.com
- TLD · .com
- Browse hostnames · ro…
- 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: "rofine.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.