Hostname
kgresale.com
Last fetched
kgresale.com resolves to 10 IPv4 addresses operated by AS328543 in ZA. WHOIS lists iana:2288 as the registrar.
Nutrition Label
Resolution chain
kgresale.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.223.72.51 | 102.223.72.0/22 | AS328543 | — | ZA |
| 198.251.90.233 | 198.251.90.0/24 | AS53667 | PONYNET - FranTech Solutions | CA |
| 217.114.47.171 | 217.114.47.0/24 | AS201106 | — | US |
| 38.148.240.34 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 38.148.240.55 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
| 64.188.91.141 | 64.188.91.0/24 | AS215730 | — | DE |
| 87.120.126.103 | 87.120.126.0/24 | AS215730 | — | DE |
| 65.75.210.7 | 65.75.210.0/24 | AS50131 | — | US |
| 65.75.210.123 | 65.75.210.0/24 | AS50131 | — | US |
| 64.188.91.138 | 64.188.91.0/24 | AS215730 | — | DE |
WHOIS identity
- Registrar
- iana:2288
- Organization
- contact privacy inc. customer 12411069875
- Contact emails
Subdomains
1 observed subdomain of kgresale.com.
| Subdomain |
|---|
| www.kgresale.com |
Threat posture
History
Related pages
Pivot deeper into the graph from kgresale.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kgresale.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.