Hostname
honor.com
Last fetched
honor.com resolves to 1 IPv4 address operated by COLLEGEOFTHEMAINLAND-1 - College of the Mainland in SG. WHOIS lists iana:1588 as the registrar.
Nutrition Label
Resolution chain
honor.com 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 |
|---|---|---|---|---|
| 101.33.48.103 | 101.33.48.0/22 | AS132203 | COLLEGEOFTHEMAINLAND-1 - College of the Mainland | SG |
WHOIS identity
- Registrar
- iana:1588
- Organization
- domain admin
- Contact emails
Subdomains
16 observed subdomains of honor.com.
Web-graph footprint
Distinct hostnames that link to or from honor.com in the public web crawl.
4,802 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for honor.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 202.163.2.113 |
| SPF_IP | 202.163.2.242 |
| SPF_IP | 8.141.223.133 |
| SPF_IP | 8.141.223.168 |
| SPF_IP | 8.141.234.179 |
| SPF_IP | 81.70.160.142 |
| SPF_IP | 81.70.192.198 |
| SPF_IP | 81.70.206.69 |
| SPF_IP | 90.84.183.135 |
| SPF_IP | 90.84.186.39 |
| SPF_IP | 90.84.187.93 |
| SPF_IP | 90.84.197.164 |
Related pages
Pivot deeper into the graph from honor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "honor.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.