Hostname
cimex.com
Last fetched
cimex.com resolves to 1 IPv4 address operated by DELTA-BG-AS in BG. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
cimex.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 |
|---|---|---|---|---|
| 79.98.111.251 | 79.98.111.0/24 | AS8860 | DELTA-BG-AS | BG |
WHOIS identity
- Registrar
- iana:303
- Organization
- deliverers consultancy
- Contact emails
Subdomains
46 observed subdomains of cimex.com.
Showing 25 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cimex.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for cimex.com.
| Mechanism | Target |
|---|---|
| SPF_A | cimex.com |
| SPF_INCLUDE | charity.spf.superhosting.bg |
| SPF_INCLUDE | opal.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 78.142.50.71 |
| SPF_IP | 79.124.30.72 |
| SPF_IP | 79.98.104.126 |
| SPF_IP | 79.98.104.6/32 |
| SPF_IP | 91.196.124.14/32 |
| SPF_IP | 91.196.125.14 |
| SPF_IP | 91.215.216.29 |
| SPF_MX | cimex.com |
Related pages
Pivot deeper into the graph from cimex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cimex.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.