Hostname
kennect.com
Last fetched
kennect.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
kennect.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- charles daniels
- Contact emails
- dns_admin@sterlingtesting.com
- noc@talentwise.com
- 1566d757-2e47-4536-a60d-03c2e1e2eee5@identity-protect.org
- 29b00896-5c55-48a0-8a28-f3fc7a0e4f93@identity-protect.org
- 57066fc6-2500-4a95-865b-c0f0e59be1c7@identity-protect.org
- 716cf75e-a2d7-4922-86cf-be203c55a762@identity-protect.org
- dff5a389-1ea2-4a8d-abe4-fa1d8923ea9b@identity-protect.org
Subdomains
22 observed subdomains of kennect.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for kennect.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.72.168.253 |
Related pages
Pivot deeper into the graph from kennect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kennect.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.