Hostname
capgeminihosting.com
Last fetched
capgeminihosting.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
capgeminihosting.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:9
- Organization
- capgemini
- Contact emails
Subdomains
6 observed subdomains of capgeminihosting.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for capgeminihosting.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 12.38.207.30/32 |
| SPF_IP | 168.245.104.72 |
| SPF_IP | 194.11.253.129/25 |
| SPF_IP | 194.4.230.65/27 |
| SPF_IP | 54.240.31.72 |
| SPF_IP | 54.240.31.73 |
| SPF_IP | 54.240.31.74 |
| SPF_IP | 67.204.100.80 |
| SPF_IP | 67.204.100.81 |
| SPF_IP | 67.204.101.69 |
| SPF_IP | 67.204.81.29 |
| SPF_IP | 80.253.212.196/27 |
Related pages
Pivot deeper into the graph from capgeminihosting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capgeminihosting.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.