Hostname
imagefoundry.co
Last fetched
imagefoundry.co resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
imagefoundry.co resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.87.36 | 104.21.80.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 109.228.53.241 | 109.228.0.0/18 | AS8560 | — | GB |
| 172.67.140.118 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with imagefoundry.co in WhisperGraph.
Subdomains
4 observed subdomains of imagefoundry.co.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for imagefoundry.co.
| Mechanism | Target |
|---|---|
| SPF_A | imagefoundry.co |
| SPF_A | serv1.imagefoundry.co.uk |
| SPF_INCLUDE | 171314d90.spf2.netcorecloud.net |
| SPF_INCLUDE | eu.mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 213.171.216.0/24 |
| SPF_IP | 213.171.216.0/27 |
| SPF_IP | 77.68.64.0/27 |
| SPF_MX | imagefoundry.co |
Related pages
Pivot deeper into the graph from imagefoundry.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imagefoundry.co"})-[: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.