Hostname
cranetech.com
Last fetched
cranetech.com resolves to 1 IPv4 address operated by AS43515 in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
cranetech.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 |
|---|---|---|---|---|
| 35.215.106.40 | 35.215.64.0/18 | AS43515 | — | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- perfect privacy,
- Contact emails
Subdomains
19 observed subdomains of cranetech.com.
Web-graph footprint
Distinct hostnames that link to or from cranetech.com in the public web crawl.
77 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for cranetech.com.
| Mechanism | Target |
|---|---|
| SPF_A | cranetech.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 146.66.71.132 |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 173.236.43.242 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 97.76.87.254 |
| SPF_MX | cranetech.com |
Related pages
Pivot deeper into the graph from cranetech.com.
- IP · 35.215.106.40
- ASN · AS43515
- Registrar · iana:1068
- Country · US
- Email · 7d26b3740a28fd0a2ce3101d9037e407@domaindiscreet.com
- TLD · .com
- Browse hostnames · cr…
- 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: "cranetech.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.