Hostname
data.graphic.com.gh
Last fetched
data.graphic.com.gh resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
data.graphic.com.gh 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.26.8.156 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.9.156 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.71.187 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with data.graphic.com.gh in WhisperGraph.
Subdomains
1 observed subdomain of data.graphic.com.gh.
| Subdomain |
|---|
| email.data.graphic.com.gh |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for data.graphic.com.gh.
| Mechanism | Target |
|---|---|
| SPF_A | amara.graphic.com.gh |
| SPF_A | data.graphic.com.gh |
| SPF_A | ded6687.inmotionhosting.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_IP | 144.208.72.149 |
| SPF_IP | 199.250.195.177 |
| SPF_IP | 199.250.204.10 |
| SPF_MX | data.graphic.com.gh |
Related pages
Pivot deeper into the graph from data.graphic.com.gh.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data.graphic.com.gh"})-[: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.