Hostname
customscity.com
Last fetched
customscity.com resolves to 7 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in US.
Nutrition Label
Resolution chain
customscity.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 169.197.110.99 | 169.197.110.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 206.119.124.223 | 206.119.124.0/24 | AS18186 | NEBULA-GLOBAL - Nebula Global LLC | HK |
| 206.119.124.224 | 206.119.124.0/24 | AS18186 | NEBULA-GLOBAL - Nebula Global LLC | HK |
| 82.27.191.2 | 82.27.191.0/24 | AS149981 | ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd. | GB |
| 82.27.191.3 | 82.27.191.0/24 | AS149981 | ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd. | GB |
| 82.27.191.4 | 82.27.191.0/24 | AS149981 | ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd. | GB |
| 82.27.191.5 | 82.27.191.0/24 | AS149981 | ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd. | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from customscity.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for customscity.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sender.zohosubscriptions.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.com |
Related pages
Pivot deeper into the graph from customscity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "customscity.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.