Hostname
wimo.com
Last fetched
wimo.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
wimo.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 |
|---|---|---|---|---|
| 172.66.40.162 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.43.94 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:151
- Organization
- wimo antennen und elektronik
- Contact emails
Subdomains
9 observed subdomains of wimo.com.
Web-graph footprint
Distinct hostnames that link to or from wimo.com in the public web crawl.
710 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for wimo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.71.74.221 |
| SPF_IP | 194.6.208.102 |
| SPF_IP | 2a00:f48:1008:0:0:208:102:10 |
| SPF_IP | 2a05:cc00:0:0:0:74:221:10 |
| SPF_IP | 46.38.251.160 |
| SPF_MX | mail.wimo.com |
| SPF_MX | wimo.com |
Related pages
Pivot deeper into the graph from wimo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wimo.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.