Hostname
kcv-global.com
Last fetched
kcv-global.com resolves to 2 IPv4 addresses operated by PONYNET - FranTech Solutions in LU. WHOIS lists iana:3956 as the registrar.
Nutrition Label
Resolution chain
kcv-global.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 |
|---|---|---|---|---|
| 107.189.14.73 | 107.189.14.0/24 | AS53667 | PONYNET - FranTech Solutions | LU |
| 82.25.22.37 | 82.25.22.0/24 | AS24851 | — | GB |
WHOIS identity
- Registrar
- iana:3956
- Organization
- kcv global
- Contact emails
Subdomains
1 observed subdomain of kcv-global.com.
| Subdomain |
|---|
| mail.kcv-global.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for kcv-global.com.
| Mechanism | Target |
|---|---|
| SPF_A | cp3023.netcetera.co.uk |
| SPF_A | kcv-global.com |
| SPF_IP | 107.189.14.73 |
| SPF_MX | kcv-global.com |
Related pages
Pivot deeper into the graph from kcv-global.com.
- IP · 107.189.14.73
- ASN · AS53667PONYNET - FranTech Solutions
- Registrar · iana:3956
- Country · LU
- Email · digitalreturns@gmail.com
- TLD · .com
- Browse hostnames · kc…
- 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: "kcv-global.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.