Hostname
conti.ba
Last fetched
conti.ba resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
conti.ba resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.6.134 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 116.202.162.45 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 172.67.154.223 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 46.4.228.42 | 46.4.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
No WHOIS records are currently associated with conti.ba in WhisperGraph.
Subdomains
2 observed subdomains of conti.ba.
| Subdomain |
|---|
| mail.conti.ba |
| www.conti.ba |
Web-graph footprint
Distinct hostnames that link to or from conti.ba in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for conti.ba.
| Mechanism | Target |
|---|---|
| SPF_A | host1.herchost.de |
| SPF_IP | 116.202.162.45 |
| SPF_IP | 212.39.114.195 |
| SPF_IP | 46.4.228.42 |
Related pages
Pivot deeper into the graph from conti.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "conti.ba"})-[: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.