Hostname
kruptoconnect.com
Last fetched
kruptoconnect.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
kruptoconnect.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.126.175.143 | 13.126.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
6 observed subdomains of kruptoconnect.com.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for kruptoconnect.com.
| Mechanism | Target |
|---|---|
| SPF_A | gw10.365always.online |
| SPF_A | gw11.365always.online |
| SPF_A | gw12.365always.online |
| SPF_A | gw13.365always.online |
| SPF_A | gw14.365always.online |
| SPF_A | gw15.365always.online |
| SPF_A | gw16.365always.online |
| SPF_A | gw17.365always.online |
| SPF_A | gw3.365always.online |
| SPF_A | gw4.365always.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | user.zohobookings.com.au |
| SPF_MX | kruptoconnect.com |
Related pages
Pivot deeper into the graph from kruptoconnect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kruptoconnect.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.