Hostname
cuimg.com
Last fetched
cuimg.com resolves to 1 IPv4 address operated by DFW-DATACENTER - DFW Datacenter in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
cuimg.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 |
|---|---|---|---|---|
| 67.222.143.34 | 67.222.128.0/20 | AS30277 | DFW-DATACENTER - DFW Datacenter | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- borja mera urrestarazu
- Contact emails
Subdomains
2 observed subdomains of cuimg.com.
| Subdomain |
|---|
| mail.cuimg.com |
| mta-sts.cuimg.com |
Threat posture
History
Mail and authentication
MX records
- cuimg.com
SPF policy
4 SPF mechanisms authorising senders for cuimg.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mtasv.net |
| SPF_IP | 174.37.121.194 |
| SPF_IP | 85.12.5.214 |
| SPF_MX | cuimg.com |
Related pages
Pivot deeper into the graph from cuimg.com.
- IP · 67.222.143.34
- ASN · AS30277DFW-DATACENTER - DFW Datacenter
- Registrar · iana:48
- Country · US
- Email · borjan@cumlouder.com
- TLD · .com
- Browse hostnames · cu…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuimg.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.