Skip to content

Hostname

kcorp.cloud

Last fetched

kcorp.cloud resolves to 1 IPv4 address operated by AS29405 in SK. WHOIS lists iana:1505 as the registrar.

Nutrition Label

WHISPER CANON · kcorp.cloudRouting diversity1.5/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/kcorp.cloud

Resolution chain

kcorp.cloud resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.163.77.136193.163.77.0/24AS29405SK

WHOIS identity

Registrar
iana:1505
Organization
k_corp s.r.o.
Contact emails

Subdomains

23 observed subdomains of kcorp.cloud.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for kcorp.cloud.

MechanismTarget
SPF_Akcorp.cloud
SPF_INCLUDE_spf.inetadmin.eu
SPF_INCLUDE_spf.kcorp.cloud
SPF_MXkcorp.cloud

Related pages

Pivot deeper into the graph from kcorp.cloud.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "kcorp.cloud"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.