Hostname
esquel.com
Last fetched
esquel.com resolves to 2 IPv4 addresses operated by AS45102 in HK. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
esquel.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 |
|---|---|---|---|---|
| 47.238.246.240 | 47.238.0.0/16 | AS45102 | — | HK |
| 8.217.172.215 | 8.217.128.0/17 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:9
- Organization
- eel it
- Contact emails
Subdomains
127 observed subdomains of esquel.com.
Showing 25 of 127. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from esquel.com in the public web crawl.
77 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for esquel.com.
| Mechanism | Target |
|---|---|
| SPF_A | esquel.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | eskerondemand.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 203.85.79.175 |
| SPF_IP | 203.85.79.183 |
| SPF_IP | 203.85.79.187 |
| SPF_IP | 203.85.79.188 |
| SPF_IP | 203.85.79.189 |
| SPF_IP | 208.185.229.0/24 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 210.5.15.204 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
Related pages
Pivot deeper into the graph from esquel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esquel.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.