Hostname
cargomind.com
Last fetched
cargomind.com resolves to 1 IPv4 address operated by AS16188 in DE. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
cargomind.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 |
|---|---|---|---|---|
| 217.29.41.82 | 217.29.32.0/20 | AS16188 | — | DE |
WHOIS identity
- Registrar
- iana:1408
- Organization
- cargoplan verwaltungs
- Contact emails
Subdomains
10 observed subdomains of cargomind.com.
Web-graph footprint
Distinct hostnames that link to or from cargomind.com in the public web crawl.
19 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cargomind.com.
| Mechanism | Target |
|---|---|
| SPF_A | cargomind.com |
| SPF_A | firewall.fra.riege.com |
| SPF_A | gw5166.fortimail.com |
| SPF_A | mail.cargomind.com |
| SPF_A | mailout-fra.riege-b2b.com |
| SPF_A | viea.cargomind.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zoho.eu |
| SPF_IP | 80.120.162.56 |
| SPF_MX | cargomind.com |
Related pages
Pivot deeper into the graph from cargomind.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cargomind.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.