Hostname
mail.cfcdd.com
Last fetched
mail.cfcdd.com resolves to 1 IPv4 address operated by RACKSPACE - Rackspace Hosting in US.
Nutrition Label
Resolution chain
mail.cfcdd.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 |
|---|---|---|---|---|
| 74.205.6.223 | 74.205.0.0/19 | AS27357 | RACKSPACE - Rackspace Hosting | US |
WHOIS identity
No WHOIS records are currently associated with mail.cfcdd.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mail.cfcdd.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 108.166.43.0/24 |
| SPF_IP | 146.20.161.0/25 |
| SPF_IP | 146.20.86.8/32 |
| SPF_IP | 161.47.34.7/32 |
| SPF_IP | 173.203.187.0/25 |
| SPF_IP | 184.106.54.0/25 |
| SPF_IP | 204.232.172.40/32 |
Related pages
Pivot deeper into the graph from mail.cfcdd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.cfcdd.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.